2021-06-08 06:22:50 +00:00
|
|
|
{
|
|
|
|
"domain": "modern_forms",
|
|
|
|
"name": "Modern Forms",
|
2023-02-08 19:38:43 +00:00
|
|
|
"codeowners": ["@wonderslug"],
|
2021-06-08 06:22:50 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/modern_forms",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
2023-02-08 19:38:43 +00:00
|
|
|
"loggers": ["aiomodernforms"],
|
|
|
|
"requirements": ["aiomodernforms==0.1.8"],
|
|
|
|
"zeroconf": [
|
|
|
|
{
|
|
|
|
"type": "_easylink._tcp.local.",
|
|
|
|
"name": "wac*"
|
|
|
|
}
|
|
|
|
]
|
2021-06-08 06:22:50 +00:00
|
|
|
}
|