diff --git a/homeassistant/components/blink/__init__.py b/homeassistant/components/blink/__init__.py index 66cfe3990a3..62e73a52cc8 100644 --- a/homeassistant/components/blink/__init__.py +++ b/homeassistant/components/blink/__init__.py @@ -15,7 +15,7 @@ from homeassistant.const import ( CONF_BINARY_SENSORS, CONF_SENSORS, CONF_FILENAME, CONF_MONITORED_CONDITIONS, TEMP_FAHRENHEIT) -REQUIREMENTS = ['blinkpy==0.10.1'] +REQUIREMENTS = ['blinkpy==0.10.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 13dd968804a..b6e21143e30 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -186,7 +186,7 @@ bellows==0.7.0 bimmer_connected==0.5.3 # homeassistant.components.blink -blinkpy==0.10.1 +blinkpy==0.10.3 # homeassistant.components.light.blinksticklight blinkstick==1.1.8