core/homeassistant/components/insteon/manifest.json

22 lines
555 B
JSON
Raw Normal View History

{
"domain": "insteon",
"name": "Insteon",
"documentation": "https://www.home-assistant.io/integrations/insteon",
"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"],
"dhcp": [{ "macaddress": "000EF3*" }, { "registered_devices": true }],
"config_flow": true,
"iot_class": "local_push",
"loggers": ["pyinsteon", "pypubsub"],
"after_dependencies": ["panel_custom", "usb"],
"usb": [
{
"vid": "10BF"
}
]
2022-03-30 08:56:37 +00:00
}