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:
parent
ef48a7ca2c
commit
3fd4987baf
8 changed files with 86 additions and 31 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue