hass-core/homeassistant/components/rachio/manifest.json
J. Nick Koston e3e2e817e5
Convert rachio to cloudhooks (#33724)
* Convert rachio to cloudhooks

* add cloud to after_dependencies
2020-04-05 15:47:27 -07:00

13 lines
316 B
JSON

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