2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "insteon",
|
|
|
|
"name": "Insteon",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/insteon",
|
2021-07-12 18:02:56 +00:00
|
|
|
"requirements": [
|
2021-07-13 18:27:04 +00:00
|
|
|
"pyinsteon==1.0.12"
|
2021-07-12 18:02:56 +00:00
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@teharris1"
|
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"iot_class": "local_push"
|
2021-07-22 18:11:36 +00:00
|
|
|
}
|