diff --git a/esphome/dashboard/const.py b/esphome/dashboard/const.py index 9cadc442ef2..ebe36aba3f5 100644 --- a/esphome/dashboard/const.py +++ b/esphome/dashboard/const.py @@ -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"