Update Hass-NabuCasa 0.8 (#22177)
This commit is contained in:
parent
bf4b7a82b4
commit
1499485a71
3 changed files with 3 additions and 3 deletions
|
@ -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__)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue