core/homeassistant/components/insteon/manifest.json

14 lines
261 B
JSON
Raw Normal View History

{
"domain": "insteon",
"name": "Insteon",
"documentation": "https://www.home-assistant.io/integrations/insteon",
2021-07-12 18:02:56 +00:00
"requirements": [
"pyinsteon==1.0.12"
2021-07-12 18:02:56 +00:00
],
"codeowners": [
"@teharris1"
],
"config_flow": true,
"iot_class": "local_push"
2021-07-22 18:11:36 +00:00
}