Skip to content

Commit

Permalink
Hotfix for blink initialization failure. Fixes #20335 (#20351)
Browse files Browse the repository at this point in the history
  • Loading branch information
fronzbot authored and Danielhiversen committed Jan 23, 2019
1 parent 5bf3b2d commit 7ca7951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/blink/__init__.py
Expand Up @@ -15,7 +15,7 @@
CONF_BINARY_SENSORS, CONF_SENSORS, CONF_FILENAME,
CONF_MONITORED_CONDITIONS, TEMP_FAHRENHEIT)

REQUIREMENTS = ['blinkpy==0.11.1']
REQUIREMENTS = ['blinkpy==0.11.2']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -196,7 +196,7 @@ bellows==0.7.0
bimmer_connected==0.5.3

# homeassistant.components.blink
blinkpy==0.11.1
blinkpy==0.11.2

# homeassistant.components.light.blinksticklight
blinkstick==1.1.8
Expand Down

0 comments on commit 7ca7951

Please sign in to comment.