mirror of https://github.com/home-assistant/core
12 lines
350 B
JSON
12 lines
350 B
JSON
{
|
|
"domain": "duotecno",
|
|
"name": "Duotecno",
|
|
"codeowners": ["@cereal2nd"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/duotecno",
|
|
"iot_class": "local_push",
|
|
"loggers": ["pyduotecno", "pyduotecno-node", "pyduotecno-unit"],
|
|
"requirements": ["pyDuotecno==2024.10.1"],
|
|
"single_config_entry": true
|
|
}
|