mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Improved upgradeability HomeKit security_systems (#13783)
This commit is contained in:
@@ -67,9 +67,7 @@ class SecuritySystem(HomeAccessory):
|
|||||||
return
|
return
|
||||||
|
|
||||||
hass_state = new_state.state
|
hass_state = new_state.state
|
||||||
if hass_state not in HASS_TO_HOMEKIT:
|
if hass_state in HASS_TO_HOMEKIT:
|
||||||
return
|
|
||||||
|
|
||||||
current_security_state = HASS_TO_HOMEKIT[hass_state]
|
current_security_state = HASS_TO_HOMEKIT[hass_state]
|
||||||
self.char_current_state.set_value(current_security_state)
|
self.char_current_state.set_value(current_security_state)
|
||||||
_LOGGER.debug('%s: Updated current state to %s (%d)',
|
_LOGGER.debug('%s: Updated current state to %s (%d)',
|
||||||
|
Reference in New Issue
Block a user