mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Core cleanup: two stage shutdown (#5876)
* Core cleanup: two stage shutdown * fix spell * fix * add async logger to close * change aiohttp to use CLOSE * address paulus comments * Fix tests * Add unittest
This commit is contained in:
@@ -156,6 +156,7 @@ CONF_ZONE = 'zone'
|
||||
# #### EVENTS ####
|
||||
EVENT_HOMEASSISTANT_START = 'homeassistant_start'
|
||||
EVENT_HOMEASSISTANT_STOP = 'homeassistant_stop'
|
||||
EVENT_HOMEASSISTANT_CLOSE = 'homeassistant_close'
|
||||
EVENT_STATE_CHANGED = 'state_changed'
|
||||
EVENT_TIME_CHANGED = 'time_changed'
|
||||
EVENT_CALL_SERVICE = 'call_service'
|
||||
|
||||
Reference in New Issue
Block a user