Files
core/homeassistant/components/modern_forms/manifest.json
T

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.2.0"],
"zeroconf": [
{
"name": "wac*",
"type": "_easylink._tcp.local."
}
]
}