Skip to content

Commit

Permalink
fix: aux state is part of the "on state" commands
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Kaechele <felix@kaechele.ca>
  • Loading branch information
kaechele committed Feb 16, 2023
1 parent 0ffd38b commit cd70ff6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bonaparte/fireplace.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,6 @@ async def update_state(self) -> None:
await self.update_on_state_settings()
await self.update_power_state()
await self.update_timer_state()
if self._features.aux:
await self.query_aux_control()
if self._features.led_lights:
await self.update_led_state()
await self.update_led_color()
Expand Down

0 comments on commit cd70ff6

Please sign in to comment.