mirror of https://github.com/home-assistant/core
30 lines
616 B
JSON
30 lines
616 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",
|
|
"iot_class": "local_push",
|
|
"loggers": ["pyinsteon", "pypubsub"],
|
|
"requirements": [
|
|
"pyinsteon==1.6.3",
|
|
"insteon-frontend-home-assistant==0.5.0"
|
|
],
|
|
"single_config_entry": true,
|
|
"usb": [
|
|
{
|
|
"vid": "10BF"
|
|
}
|
|
]
|
|
}
|