From 864e39fc017f1524e9df21169e525c783f5d632b Mon Sep 17 00:00:00 2001 From: Kevin V Date: Sat, 25 Jul 2020 13:18:37 -0700 Subject: [PATCH] Bump version to 0.0.9 for release. --- custom_components/wyzesense/binary_sensor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/wyzesense/binary_sensor.py b/custom_components/wyzesense/binary_sensor.py index c78186c..d766739 100644 --- a/custom_components/wyzesense/binary_sensor.py +++ b/custom_components/wyzesense/binary_sensor.py @@ -1,7 +1,7 @@ """ wyzesense integration -v0.0.8 +v0.0.9 """ @@ -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]