Upgrade hass-nabucasa to 0.16 (#25636)
This commit is contained in:
parent
c3cdd3e7d2
commit
35400b0db1
4 changed files with 6 additions and 13 deletions
|
@ -2,14 +2,7 @@
|
||||||
"domain": "cloud",
|
"domain": "cloud",
|
||||||
"name": "Cloud",
|
"name": "Cloud",
|
||||||
"documentation": "https://www.home-assistant.io/components/cloud",
|
"documentation": "https://www.home-assistant.io/components/cloud",
|
||||||
"requirements": [
|
"requirements": ["hass-nabucasa==0.16"],
|
||||||
"hass-nabucasa==0.15"
|
"dependencies": ["http", "webhook"],
|
||||||
],
|
"codeowners": ["@home-assistant/cloud"]
|
||||||
"dependencies": [
|
|
||||||
"http",
|
|
||||||
"webhook"
|
|
||||||
],
|
|
||||||
"codeowners": [
|
|
||||||
"@home-assistant/cloud"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@ bcrypt==3.1.7
|
||||||
certifi>=2019.6.16
|
certifi>=2019.6.16
|
||||||
cryptography==2.7
|
cryptography==2.7
|
||||||
distro==1.4.0
|
distro==1.4.0
|
||||||
hass-nabucasa==0.15
|
hass-nabucasa==0.16
|
||||||
home-assistant-frontend==20190731.0
|
home-assistant-frontend==20190731.0
|
||||||
importlib-metadata==0.18
|
importlib-metadata==0.18
|
||||||
jinja2>=2.10.1
|
jinja2>=2.10.1
|
||||||
|
|
|
@ -593,7 +593,7 @@ habitipy==0.2.0
|
||||||
hangups==0.4.9
|
hangups==0.4.9
|
||||||
|
|
||||||
# homeassistant.components.cloud
|
# homeassistant.components.cloud
|
||||||
hass-nabucasa==0.15
|
hass-nabucasa==0.16
|
||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
hbmqtt==0.9.4
|
hbmqtt==0.9.4
|
||||||
|
|
|
@ -162,7 +162,7 @@ ha-ffmpeg==2.0
|
||||||
hangups==0.4.9
|
hangups==0.4.9
|
||||||
|
|
||||||
# homeassistant.components.cloud
|
# homeassistant.components.cloud
|
||||||
hass-nabucasa==0.15
|
hass-nabucasa==0.16
|
||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
hbmqtt==0.9.4
|
hbmqtt==0.9.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue