mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
deCONZ allow unloading of config entry (#14115)
* Working but incomplete * Remove events on unload * Add unload test * Fix failing sensor test * Improve unload test * Move DeconzEvent to init * Fix visual under-indentation
This commit is contained in:
committed by
Paulus Schoutsen
parent
ef48a7ca2c
commit
3fd4987baf
@@ -5,4 +5,5 @@ _LOGGER = logging.getLogger('homeassistant.components.deconz')
|
||||
|
||||
DOMAIN = 'deconz'
|
||||
CONFIG_FILE = 'deconz.conf'
|
||||
DATA_DECONZ_EVENT = 'deconz_events'
|
||||
DATA_DECONZ_ID = 'deconz_entities'
|
||||
|
||||
Reference in New Issue
Block a user