We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f27de2 commit 1cf378fCopy full SHA for 1cf378f
custom_components/wyzesense/binary_sensor.py
@@ -74,7 +74,7 @@ def findDongle():
74
def setup_platform(hass, config, add_entites, discovery_info=None):
75
if config[CONF_DEVICE].lower() == 'auto':
76
config[CONF_DEVICE] = findDongle()
77
- _LOGGER.debug("WYZESENSE v0.0.7")
+ _LOGGER.debug("WYZESENSE v0.0.8")
78
_LOGGER.debug("Attempting to open connection to hub at " + config[CONF_DEVICE])
79
80
forced_initial_states = config[CONF_INITIAL_STATE]
0 commit comments