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",
|
|
|
|
"requirements": [
|
2021-06-28 07:47:41 +00:00
|
|
|
"aiomodernforms==0.1.8"
|
2021-06-08 06:22:50 +00:00
|
|
|
],
|
|
|
|
"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
|
|
|
}
|