1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/rachio/manifest.json
2026-01-23 13:09:09 +01:00

37 lines
745 B
JSON

{
"domain": "rachio",
"name": "Rachio",
"after_dependencies": ["cloud"],
"codeowners": ["@bdraco", "@rfverbruggen"],
"config_flow": true,
"dependencies": ["http"],
"dhcp": [
{
"hostname": "rachio-*",
"macaddress": "009D6B*"
},
{
"hostname": "rachio-*",
"macaddress": "F0038C*"
},
{
"hostname": "rachio-*",
"macaddress": "74C63B*"
}
],
"documentation": "https://www.home-assistant.io/integrations/rachio",
"homekit": {
"models": ["Rachio"]
},
"integration_type": "hub",
"iot_class": "cloud_push",
"loggers": ["rachiopy"],
"requirements": ["RachioPy==1.1.0"],
"zeroconf": [
{
"name": "rachio*",
"type": "_http._tcp.local."
}
]
}