Skip to content

Commit

Permalink
Update switch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tvalley71 committed Jul 29, 2024
1 parent 180d7a7 commit deec6cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/dantherm/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,3 @@ async def async_update(self) -> None:
self._attr_is_on = True
else:
self._attr_is_on = False

self._device.data[self.key] = self._attr_is_on

0 comments on commit deec6cd

Please sign in to comment.