mirror of
https://github.com/home-assistant/core.git
synced 2026-09-10 15:41:22 +01:00
18 lines
408 B
JSON
18 lines
408 B
JSON
{
|
|
"domain": "harbor",
|
|
"name": "Harbor Sleep",
|
|
"codeowners": ["@Lash-L", "@afgarcia86"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "harborc-*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/harbor",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"loggers": ["harbor"],
|
|
"quality_scale": "bronze",
|
|
"requirements": ["harbor-python==1.5.0"]
|
|
}
|