From 24c0627f35c6ac5d882263f0f0f53962aac873f9 Mon Sep 17 00:00:00 2001 From: Joe Hansche Date: Sat, 2 Dec 2023 09:54:55 -0500 Subject: [PATCH] Update logs --- custom_components/teslafi/alarm_control_panel.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/custom_components/teslafi/alarm_control_panel.py b/custom_components/teslafi/alarm_control_panel.py index 65b4594..71fe457 100644 --- a/custom_components/teslafi/alarm_control_panel.py +++ b/custom_components/teslafi/alarm_control_panel.py @@ -10,7 +10,6 @@ STATE_ALARM_ARMED_AWAY, STATE_ALARM_DISARMING, STATE_ALARM_DISARMED, - EntityCategory, ) from homeassistant.core import HomeAssistant from homeassistant.helpers.entity_platform import AddEntitiesCallback @@ -113,7 +112,7 @@ def _handle_coordinator_update(self) -> None: self._attr_state = new_state self._attr_changed_by = "hass" self._target_state = None - LOGGER.info("JHH coordinator now agrees with target state!") + LOGGER.info("Target state succeeded: %s", target) else: # still waiting LOGGER.debug("Still waiting for %s", target)