[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:
J. Nick Koston
2026-05-12 14:43:10 -05:00
parent 34f69e0d6e
commit 6c42a27a14
+1 -1
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"