Skip to content

Commit

Permalink
Update binary_sensor.py
Browse files Browse the repository at this point in the history
Bump verison to 0.0.7
  • Loading branch information
photinus committed Dec 6, 2019
1 parent 5c97013 commit 4232284
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/wyzesense/binary_sensor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
wyzesense integration
v0.0.7
"""

Expand Down Expand Up @@ -59,7 +60,7 @@ def findDongle():
def setup_platform(hass, config, add_entites, discovery_info=None):
if config[CONF_DEVICE].lower() == 'auto':
config[CONF_DEVICE] = findDongle()
_LOGGER.debug("WYZESENSE v0.0.4")
_LOGGER.debug("WYZESENSE v0.0.7")
_LOGGER.debug("Attempting to open connection to hub at " + config[CONF_DEVICE])

forced_initial_states = config[CONF_INITIAL_STATE]
Expand Down

0 comments on commit 4232284

Please sign in to comment.