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-12-22 20:44:37 +00:00
|
|
|
"pyinsteon==1.0.14"
|
2021-07-12 18:02:56 +00:00
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@teharris1"
|
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"config_flow": true,
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": ["pyinsteon", "pypubsub"]
|
2021-07-22 18:11:36 +00:00
|
|
|
}
|