From 1499485a71791bb37fbcbe0d2d8283264fc388d1 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 19 Mar 2019 15:10:30 +0100 Subject: [PATCH] Update Hass-NabuCasa 0.8 (#22177) --- homeassistant/components/cloud/__init__.py | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/cloud/__init__.py b/homeassistant/components/cloud/__init__.py index 9f6e678e417..ff1b2344ac8 100644 --- a/homeassistant/components/cloud/__init__.py +++ b/homeassistant/components/cloud/__init__.py @@ -24,7 +24,7 @@ from .const import ( CONF_USER_POOL_ID, DOMAIN, MODE_DEV, MODE_PROD) from .prefs import CloudPreferences -REQUIREMENTS = ['hass-nabucasa==0.7'] +REQUIREMENTS = ['hass-nabucasa==0.8'] DEPENDENCIES = ['http'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index ca2872512d8..d4c5ac2c6cf 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -521,7 +521,7 @@ habitipy==0.2.0 hangups==0.4.6 # homeassistant.components.cloud -hass-nabucasa==0.7 +hass-nabucasa==0.8 # homeassistant.components.mqtt.server hbmqtt==0.9.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index fd6c620f57a..206b2c15489 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -114,7 +114,7 @@ ha-ffmpeg==1.11 hangups==0.4.6 # homeassistant.components.cloud -hass-nabucasa==0.7 +hass-nabucasa==0.8 # homeassistant.components.mqtt.server hbmqtt==0.9.4