core/homeassistant/components/rainmachine/manifest.json

21 lines
480 B
JSON

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