14 lines
316 B
JSON
14 lines
316 B
JSON
{
|
|
"domain": "rachio",
|
|
"name": "Rachio",
|
|
"documentation": "https://www.home-assistant.io/integrations/rachio",
|
|
"requirements": ["rachiopy==1.0.3"],
|
|
"dependencies": ["http"],
|
|
"after_dependencies": ["cloud"],
|
|
"codeowners": ["@bdraco"],
|
|
"config_flow": true,
|
|
"homekit": {
|
|
"models": ["Rachio"]
|
|
}
|
|
}
|