mirror of
https://github.com/esphome/esphome.git
synced 2026-09-20 19:48:39 +00:00
[dashboard] Test PR for deprecation-comment bot
Trivial docstring tweak under esphome/dashboard/ to verify that the workflow added in #16378 posts the expected comment. Will be closed without merging.
This commit is contained in:
@@ -6,7 +6,7 @@ from esphome.enum import StrEnum
|
||||
|
||||
|
||||
class DashboardEvent(StrEnum):
|
||||
"""Dashboard WebSocket event types."""
|
||||
"""Dashboard WebSocket event types (legacy dashboard)."""
|
||||
|
||||
# Server -> Client events (backend sends to frontend)
|
||||
ENTRY_ADDED = "entry_added"
|
||||
|
||||
Reference in New Issue
Block a user