* Refactor handling of exposed entities for cloud Alexa * Tweak WS API * Validate assistant parameter * Address some review comments * Refactor handling of exposed entities for cloud Google * Raise when attempting to expose an unknown entity * Add tests * Adjust cloud tests * Allow getting expose new entities flag * Test Alexa migration * Test Google migration * Add WS command cloud/google_assistant/entities/get * Fix return value * Update typing * Address review comments * Rename async_get_exposed_entities to async_get_assistant_settings
13 lines
421 B
JSON
13 lines
421 B
JSON
{
|
|
"domain": "cloud",
|
|
"name": "Home Assistant Cloud",
|
|
"after_dependencies": ["google_assistant", "alexa"],
|
|
"codeowners": ["@home-assistant/cloud"],
|
|
"dependencies": ["homeassistant", "http", "webhook"],
|
|
"documentation": "https://www.home-assistant.io/integrations/cloud",
|
|
"integration_type": "system",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["hass_nabucasa"],
|
|
"requirements": ["hass-nabucasa==0.63.1"]
|
|
}
|