1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Improve behaviour when disabling or enabling config entries (#47301)

This commit is contained in:
Erik Montnemery
2021-03-03 19:12:37 +01:00
committed by GitHub
parent 7626aa5c94
commit 504e5b77ca
5 changed files with 97 additions and 96 deletions

View File

@@ -202,7 +202,6 @@ CONF_ZONE = "zone"
# #### EVENTS ####
EVENT_CALL_SERVICE = "call_service"
EVENT_COMPONENT_LOADED = "component_loaded"
EVENT_CONFIG_ENTRY_DISABLED_BY_UPDATED = "config_entry_disabled_by_updated"
EVENT_CORE_CONFIG_UPDATE = "core_config_updated"
EVENT_HOMEASSISTANT_CLOSE = "homeassistant_close"
EVENT_HOMEASSISTANT_START = "homeassistant_start"