mirror of https://github.com/home-assistant/core
21 lines
480 B
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*"
|
|
}
|
|
]
|
|
}
|