1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-01 21:24:17 +01:00
Files
core/homeassistant/components/rainmachine/manifest.json
T
Aaron Bach 21b91f75ba Bump regenmaschine to 2022.09.2 (#79010)
* Bump `regenmaschine` to 2022.09.2

* Fix tests

* Restore incorrectly-deleted test
2022-09-23 13:46:25 -06:00

20 lines
448 B
JSON

{
"domain": "rainmachine",
"name": "RainMachine",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/rainmachine",
"requirements": ["regenmaschine==2022.09.2"],
"codeowners": ["@bachya"],
"iot_class": "local_polling",
"homekit": {
"models": ["Touch HD", "SPK5"]
},
"zeroconf": [
{
"type": "_http._tcp.local.",
"name": "rainmachine*"
}
],
"loggers": ["regenmaschine"]
}