mirror of
https://github.com/elisspace/core.git
synced 2026-09-20 01:31:36 +00:00
* Cloud: Add Alexa report state * Lint * Lint * Only track state changes when we are logged in
16 lines
265 B
JSON
16 lines
265 B
JSON
{
|
|
"domain": "cloud",
|
|
"name": "Cloud",
|
|
"documentation": "https://www.home-assistant.io/components/cloud",
|
|
"requirements": [
|
|
"hass-nabucasa==0.15"
|
|
],
|
|
"dependencies": [
|
|
"http",
|
|
"webhook"
|
|
],
|
|
"codeowners": [
|
|
"@home-assistant/cloud"
|
|
]
|
|
}
|