mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
21 lines
456 B
JSON
21 lines
456 B
JSON
{
|
|
"domain": "nobo_hub",
|
|
"name": "Nob\u00f8 Ecohub",
|
|
"codeowners": ["@echoromeo", "@oyvindwe"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"registered_devices": true
|
|
},
|
|
{
|
|
"hostname": "hub*",
|
|
"macaddress": "7C8306*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/nobo_hub",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "platinum",
|
|
"requirements": ["pynobo==1.9.0"]
|
|
}
|