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