mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Fix issue with WWLLN dispatcher topic (#31442)
This commit is contained in:
@@ -35,7 +35,7 @@ DEFAULT_EVENT_NAME = "Lightning Strike: {0}"
|
||||
DEFAULT_ICON = "mdi:flash"
|
||||
DEFAULT_UPDATE_INTERVAL = timedelta(minutes=10)
|
||||
|
||||
SIGNAL_DELETE_ENTITY = "delete_entity_{0}"
|
||||
SIGNAL_DELETE_ENTITY = "wwlln_delete_entity_{0}"
|
||||
|
||||
|
||||
async def async_setup_entry(hass, entry, async_add_entities):
|
||||
|
Reference in New Issue
Block a user