Files
core/homeassistant/components/insteon/manifest.json
T

31 lines
675 B
JSON

{
"domain": "insteon",
"name": "Insteon",
"after_dependencies": ["panel_custom"],
"codeowners": ["@teharris1", "@ssyrell", "@connorgallopo"],
"config_flow": true,
"dependencies": ["http", "usb", "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.2"
],
"single_config_entry": true,
"usb": [
{
"vid": "10BF"
}
]
}