mirror of
https://github.com/home-assistant/core.git
synced 2026-08-25 07:36:07 +01:00
Updata Adax lib Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
11 lines
296 B
JSON
11 lines
296 B
JSON
{
|
|
"domain": "adax",
|
|
"name": "Adax",
|
|
"codeowners": ["@danielhiversen"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/adax",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["adax", "adax_local"],
|
|
"requirements": ["adax==0.4.0", "Adax-local==0.1.5"]
|
|
}
|