Skip to content

Commit

Permalink
Update binary_sensor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stewjoel authored Nov 3, 2024
1 parent 9c2ec34 commit 8762ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/wyzesense/binary_sensor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
wyzesense integration
v0.0.13
v0.0.14
"""

from .wyzesense_custom import *
Expand Down Expand Up @@ -227,4 +227,4 @@ def extra_state_attributes(self):
attributes = self._data.copy()
del attributes[ATTR_STATE]
del attributes[ATTR_AVAILABLE]
return attributes
return attributes

0 comments on commit 8762ee3

Please sign in to comment.