hass-core/homeassistant/components/modern_forms/manifest.json
Brian Towles 9c84c2889f
Modern forms switch platform (#52061)
* Add switch platform to Modern Forms integration

* Add reboot switch

* Update  lib to catch status from switches

* lint ignore

* Removed reboot switch

* bump aiomodernforms for dependency cleanup
2021-06-28 09:47:41 +02:00

16 lines
357 B
JSON

{
"domain": "modern_forms",
"name": "Modern Forms",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/modern_forms",
"requirements": [
"aiomodernforms==0.1.8"
],
"zeroconf": [
{"type":"_easylink._tcp.local.", "name":"wac*"}
],
"codeowners": [
"@wonderslug"
],
"iot_class": "local_polling"
}