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