mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix issue with WWLLN dispatcher topic (#31442)
This commit is contained in:
parent
e799b08215
commit
30e803d70b
@ -35,7 +35,7 @@ DEFAULT_EVENT_NAME = "Lightning Strike: {0}"
|
|||||||
DEFAULT_ICON = "mdi:flash"
|
DEFAULT_ICON = "mdi:flash"
|
||||||
DEFAULT_UPDATE_INTERVAL = timedelta(minutes=10)
|
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):
|
async def async_setup_entry(hass, entry, async_add_entities):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user