core/homeassistant/components/rainmachine/manifest.json

20 lines
448 B
JSON
Raw Normal View History

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