Files
homeassistant-core/homeassistant/components/modern_forms/manifest.json
T
Brian Towles 01d4140177 Modern Forms integration initial pass - Fan (#51317)
* 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
2021-06-08 08:22:50 +02:00

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"
}