diff --git a/homeassistant/components/blink/__init__.py b/homeassistant/components/blink/__init__.py index 57500fcc8a63e9..82815d11a6e861 100644 --- a/homeassistant/components/blink/__init__.py +++ b/homeassistant/components/blink/__init__.py @@ -15,7 +15,7 @@ CONF_BINARY_SENSORS, CONF_SENSORS, CONF_FILENAME, CONF_MONITORED_CONDITIONS, TEMP_FAHRENHEIT) -REQUIREMENTS = ['blinkpy==0.11.2'] +REQUIREMENTS = ['blinkpy==0.12.1'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 5faf6f2c6d0a0b..388c90f87f2312 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -199,7 +199,7 @@ bellows==0.7.0 bimmer_connected==0.5.3 # homeassistant.components.blink -blinkpy==0.11.2 +blinkpy==0.12.1 # homeassistant.components.light.blinksticklight blinkstick==1.1.8