1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 15:18:16 +00:00
This commit is contained in:
J. Nick Koston 2023-11-17 21:33:44 -06:00
parent b1f351d84d
commit e8a03d095e
No known key found for this signature in database

View File

@ -69,6 +69,7 @@ class DashboardEntries:
"_entry_states", "_entry_states",
"_loaded_entries", "_loaded_entries",
"_update_lock", "_update_lock",
"_name_to_entry",
) )
def __init__(self, dashboard: ESPHomeDashboard) -> None: def __init__(self, dashboard: ESPHomeDashboard) -> None: