mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
13 lines
379 B
JSON
13 lines
379 B
JSON
{
|
|
"domain": "duotecno",
|
|
"name": "Duotecno",
|
|
"codeowners": ["@cereal2nd"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/duotecno",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"loggers": ["pyduotecno", "pyduotecno-node", "pyduotecno-unit"],
|
|
"requirements": ["pyDuotecno==2024.10.1"],
|
|
"single_config_entry": true
|
|
}
|