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": [
|
|
|
|
"pyinsteon==1.1.0b1",
|
|
|
|
"insteon-frontend-home-assistant==0.1.0"
|
|
|
|
],
|
2022-03-30 08:56:37 +00:00
|
|
|
"codeowners": ["@teharris1"],
|
2022-04-25 16:01:56 +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
|
|
|
}
|