1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/modern_forms/manifest.json
2025-10-28 10:33:10 +01:00

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