Skip to content

Commit

Permalink
Remove unneeded self.async_write_ha_state() in Blink (home-assistant#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmer authored Nov 13, 2023
1 parent 74c51ec commit feabbfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeassistant/components/blink/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,3 @@ async def async_alarm_arm_away(self, code: str | None = None) -> None:
raise HomeAssistantError("Blink failed to arm camera away") from er

await self.coordinator.async_refresh()
self.async_write_ha_state()

0 comments on commit feabbfc

Please sign in to comment.