From 4232284ba7803fe76bab9dd89726dd8559b7fcec Mon Sep 17 00:00:00 2001 From: photinus Date: Fri, 6 Dec 2019 13:35:34 -0800 Subject: [PATCH] Update binary_sensor.py Bump verison to 0.0.7 --- custom_components/wyzesense/binary_sensor.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/wyzesense/binary_sensor.py b/custom_components/wyzesense/binary_sensor.py index 1027ba0..9bd8233 100644 --- a/custom_components/wyzesense/binary_sensor.py +++ b/custom_components/wyzesense/binary_sensor.py @@ -1,6 +1,7 @@ """ wyzesense integration +v0.0.7 """ @@ -59,7 +60,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.4") + _LOGGER.debug("WYZESENSE v0.0.7") _LOGGER.debug("Attempting to open connection to hub at " + config[CONF_DEVICE]) forced_initial_states = config[CONF_INITIAL_STATE]