core/homeassistant/components/rachio/manifest.json

19 lines
309 B
JSON

{
"domain": "rachio",
"name": "Rachio",
"documentation": "https://www.home-assistant.io/integrations/rachio",
"requirements": [
"rachiopy==0.1.3"
],
"dependencies": [
"http"
],
"codeowners": ["@bdraco"],
"config_flow": true,
"homekit": {
"models": [
"Rachio"
]
}
}