mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 11:36:53 +00:00
* Upgrade hass_nabucasa to 32.1 * Fix tests * Update hass-nabucasa to 0.32.2 Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
10 lines
311 B
JSON
10 lines
311 B
JSON
{
|
|
"domain": "cloud",
|
|
"name": "Home Assistant Cloud",
|
|
"documentation": "https://www.home-assistant.io/integrations/cloud",
|
|
"requirements": ["hass-nabucasa==0.32.2"],
|
|
"dependencies": ["http", "webhook", "alexa"],
|
|
"after_dependencies": ["google_assistant"],
|
|
"codeowners": ["@home-assistant/cloud"]
|
|
}
|