mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
13 lines
366 B
JSON
13 lines
366 B
JSON
{
|
|
"domain": "alexa_devices",
|
|
"name": "Alexa Devices",
|
|
"codeowners": ["@chemelli74"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/alexa_devices",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["aioamazondevices"],
|
|
"quality_scale": "silver",
|
|
"requirements": ["aioamazondevices==6.0.0"]
|
|
}
|