Skip to content

Commit 864e39f

Browse files
authored
Bump version to 0.0.9 for release.
1 parent 1cdf5de commit 864e39f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom_components/wyzesense/binary_sensor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
33
wyzesense integration
4-
v0.0.8
4+
v0.0.9
55
66
"""
77

@@ -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.8")
77+
_LOGGER.debug("WYZESENSE v0.0.9")
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)