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",
|
2022-04-28 19:35:43 +00:00
|
|
|
"dependencies": ["http", "websocket_api"],
|
|
|
|
"requirements": [
|
2022-07-27 20:06:33 +00:00
|
|
|
"pyinsteon==1.2.0",
|
2022-07-13 06:56:08 +00:00
|
|
|
"insteon-frontend-home-assistant==0.2.0"
|
2022-04-28 19:35:43 +00:00
|
|
|
],
|
2022-03-30 08:56:37 +00:00
|
|
|
"codeowners": ["@teharris1"],
|
2022-04-29 23:09:21 +00:00
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"macaddress": "000EF3*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"registered_devices": true
|
|
|
|
}
|
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"config_flow": true,
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
2022-04-20 17:07:35 +00:00
|
|
|
"loggers": ["pyinsteon", "pypubsub"],
|
2022-04-28 19:35:43 +00:00
|
|
|
"after_dependencies": ["panel_custom", "usb"],
|
2022-04-20 17:07:35 +00:00
|
|
|
"usb": [
|
|
|
|
{
|
|
|
|
"vid": "10BF"
|
|
|
|
}
|
|
|
|
]
|
2022-03-30 08:56:37 +00:00
|
|
|
}
|