18 lines
390 B
JSON
18 lines
390 B
JSON
{
|
|
"domain": "modern_forms",
|
|
"name": "Modern Forms",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/modern_forms",
|
|
"requirements": [
|
|
"aiomodernforms==0.1.8"
|
|
],
|
|
"zeroconf": [
|
|
{"type":"_easylink._tcp.local.", "name":"wac*"}
|
|
],
|
|
"codeowners": [
|
|
"@wonderslug"
|
|
],
|
|
"iot_class": "local_polling",
|
|
"loggers": ["aiomodernforms"]
|
|
}
|