Skip to content

Commit

Permalink
Update logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhansche committed Dec 2, 2023
1 parent c922eee commit 24c0627
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/teslafi/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 24c0627

Please sign in to comment.