core/homeassistant/components/insteon/manifest.json

29 lines
585 B
JSON
Raw Normal View History

{
"domain": "insteon",
"name": "Insteon",
2023-02-08 19:35:25 +00:00
"after_dependencies": ["panel_custom", "usb"],
2022-03-30 08:56:37 +00:00
"codeowners": ["@teharris1"],
2023-02-08 19:35:25 +00:00
"config_flow": true,
"dependencies": ["http", "websocket_api"],
"dhcp": [
{
"macaddress": "000EF3*"
},
{
"registered_devices": true
}
],
2023-02-08 19:35:25 +00:00
"documentation": "https://www.home-assistant.io/integrations/insteon",
"iot_class": "local_push",
"loggers": ["pyinsteon", "pypubsub"],
2023-02-08 19:35:25 +00:00
"requirements": [
"pyinsteon==1.6.3",
"insteon-frontend-home-assistant==0.5.0"
2023-02-08 19:35:25 +00:00
],
"usb": [
{
"vid": "10BF"
}
]
2022-03-30 08:56:37 +00:00
}