mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 13:00:11 +00:00
Adopt new runtime entry data model for AlarmDecoder (#117856)
* Adopt new runtime entity data model for AlarmDecoder Transition the AlarmDecoder integration to the new runtime entity model. * Apply change suggestions by epenet Tested & applied the suggestions from epenet.
This commit is contained in:
@@ -13,11 +13,6 @@ CONF_ZONE_NUMBER = "zone_number"
|
||||
CONF_ZONE_RFID = "zone_rfid"
|
||||
CONF_ZONE_TYPE = "zone_type"
|
||||
|
||||
DATA_AD = "alarmdecoder"
|
||||
DATA_REMOVE_STOP_LISTENER = "rm_stop_listener"
|
||||
DATA_REMOVE_UPDATE_LISTENER = "rm_update_listener"
|
||||
DATA_RESTART = "restart"
|
||||
|
||||
DEFAULT_ALT_NIGHT_MODE = False
|
||||
DEFAULT_AUTO_BYPASS = False
|
||||
DEFAULT_CODE_ARM_REQUIRED = True
|
||||
|
||||
Reference in New Issue
Block a user