From 6c42a27a14f5a7b6584bb13463c186d4e3e71928 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 12 May 2026 14:43:10 -0500 Subject: [PATCH] [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. --- esphome/dashboard/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"