1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/insteon/manifest.json
2026-01-22 13:48:42 +01:00

31 lines
645 B
JSON

{
"domain": "insteon",
"name": "Insteon",
"after_dependencies": ["panel_custom", "usb"],
"codeowners": ["@teharris1"],
"config_flow": true,
"dependencies": ["http", "websocket_api"],
"dhcp": [
{
"macaddress": "000EF3*"
},
{
"registered_devices": true
}
],
"documentation": "https://www.home-assistant.io/integrations/insteon",
"integration_type": "hub",
"iot_class": "local_push",
"loggers": ["pyinsteon", "pypubsub"],
"requirements": [
"pyinsteon==1.6.4",
"insteon-frontend-home-assistant==0.6.1"
],
"single_config_entry": true,
"usb": [
{
"vid": "10BF"
}
]
}