2019-10-29 06:47:31 +00:00
|
|
|
{
|
|
|
|
"domain": "almond",
|
|
|
|
"name": "Almond",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/almond",
|
|
|
|
"dependencies": ["http", "conversation"],
|
|
|
|
"codeowners": ["@gcampax", "@balloob"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"requirements": ["pyalmond==0.0.2"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["pyalmond"]
|
2019-10-29 06:47:31 +00:00
|
|
|
}
|