forked from home-assistant/core
01d4140177
* Modern Forms integration initial pass * cleanup of typing and nits * Stripped PR down to Fan only * Review cleanup * Set sleep_time to be required for service * Adjust minimum sleep time to one minute. * Code review changes * cleanup icon init a little
18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"domain": "modern_forms",
|
|
"name": "Modern Forms",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/modern_forms",
|
|
"requirements": [
|
|
"aiomodernforms==0.1.5"
|
|
],
|
|
"zeroconf": [
|
|
{"type":"_easylink._tcp.local.", "name":"wac*"}
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": [
|
|
"@wonderslug"
|
|
],
|
|
"iot_class": "local_polling"
|
|
}
|