Compare commits

...

1 Commits

Author SHA1 Message Date
J. Nick Koston
6c42a27a14 [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.
2026-05-12 14:43:10 -05:00

View File

@@ -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"