Update hass-nabucasa to 0.14 (#24481)
* Update hass-nabucasa to 0.14 * Update owner of cloud * Update codeowners
This commit is contained in:
parent
5698173c76
commit
06ca04c1c8
5 changed files with 6 additions and 6 deletions
|
@ -49,7 +49,7 @@ homeassistant/components/cisco_ios/* @fbradyirl
|
||||||
homeassistant/components/cisco_mobility_express/* @fbradyirl
|
homeassistant/components/cisco_mobility_express/* @fbradyirl
|
||||||
homeassistant/components/cisco_webex_teams/* @fbradyirl
|
homeassistant/components/cisco_webex_teams/* @fbradyirl
|
||||||
homeassistant/components/ciscospark/* @fbradyirl
|
homeassistant/components/ciscospark/* @fbradyirl
|
||||||
homeassistant/components/cloud/* @home-assistant/core
|
homeassistant/components/cloud/* @home-assistant/cloud
|
||||||
homeassistant/components/cloudflare/* @ludeeus
|
homeassistant/components/cloudflare/* @ludeeus
|
||||||
homeassistant/components/config/* @home-assistant/core
|
homeassistant/components/config/* @home-assistant/core
|
||||||
homeassistant/components/configurator/* @home-assistant/core
|
homeassistant/components/configurator/* @home-assistant/core
|
||||||
|
|
|
@ -3,13 +3,13 @@
|
||||||
"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.13"
|
"hass-nabucasa==0.14"
|
||||||
],
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"http",
|
"http",
|
||||||
"webhook"
|
"webhook"
|
||||||
],
|
],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"@home-assistant/core"
|
"@home-assistant/cloud"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@ bcrypt==3.1.6
|
||||||
certifi>=2018.04.16
|
certifi>=2018.04.16
|
||||||
cryptography==2.6.1
|
cryptography==2.6.1
|
||||||
distro==1.4.0
|
distro==1.4.0
|
||||||
hass-nabucasa==0.13
|
hass-nabucasa==0.14
|
||||||
home-assistant-frontend==20190604.0
|
home-assistant-frontend==20190604.0
|
||||||
importlib-metadata==0.15
|
importlib-metadata==0.15
|
||||||
jinja2>=2.10
|
jinja2>=2.10
|
||||||
|
|
|
@ -562,7 +562,7 @@ habitipy==0.2.0
|
||||||
hangups==0.4.9
|
hangups==0.4.9
|
||||||
|
|
||||||
# homeassistant.components.cloud
|
# homeassistant.components.cloud
|
||||||
hass-nabucasa==0.13
|
hass-nabucasa==0.14
|
||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
hbmqtt==0.9.4
|
hbmqtt==0.9.4
|
||||||
|
|
|
@ -145,7 +145,7 @@ ha-ffmpeg==2.0
|
||||||
hangups==0.4.9
|
hangups==0.4.9
|
||||||
|
|
||||||
# homeassistant.components.cloud
|
# homeassistant.components.cloud
|
||||||
hass-nabucasa==0.13
|
hass-nabucasa==0.14
|
||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
hbmqtt==0.9.4
|
hbmqtt==0.9.4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue