Skip to content

Commit 1cf378f

Browse files
authored
Update binary_sensor.py
1 parent 8f27de2 commit 1cf378f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/wyzesense/binary_sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def findDongle():
7474
def setup_platform(hass, config, add_entites, discovery_info=None):
7575
if config[CONF_DEVICE].lower() == 'auto':
7676
config[CONF_DEVICE] = findDongle()
77-
_LOGGER.debug("WYZESENSE v0.0.7")
77+
_LOGGER.debug("WYZESENSE v0.0.8")
7878
_LOGGER.debug("Attempting to open connection to hub at " + config[CONF_DEVICE])
7979

8080
forced_initial_states = config[CONF_INITIAL_STATE]

0 commit comments

Comments
 (0)