Skip to content

Commit

Permalink
Bump version to 0.0.9 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvincent authored Jul 25, 2020
1 parent 1cdf5de commit 864e39f
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,7 +1,7 @@
"""
wyzesense integration
v0.0.8
v0.0.9
"""

Expand Down Expand Up @@ -74,7 +74,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.8")
_LOGGER.debug("WYZESENSE v0.0.9")
_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 864e39f

Please sign in to comment.