2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "rainmachine",
|
2020-01-07 13:19:44 +00:00
|
|
|
"name": "RainMachine",
|
2023-02-08 19:13:46 +00:00
|
|
|
"codeowners": ["@bachya"],
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/rainmachine",
|
2021-05-06 14:50:28 +00:00
|
|
|
"homekit": {
|
|
|
|
"models": ["Touch HD", "SPK5"]
|
2021-10-12 13:40:46 +00:00
|
|
|
},
|
2023-02-08 19:13:46 +00:00
|
|
|
"integration_type": "device",
|
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["regenmaschine"],
|
2023-06-13 19:37:56 +00:00
|
|
|
"requirements": ["regenmaschine==2023.06.0"],
|
2021-05-06 14:50:28 +00:00
|
|
|
"zeroconf": [
|
|
|
|
{
|
|
|
|
"type": "_http._tcp.local.",
|
|
|
|
"name": "rainmachine*"
|
|
|
|
}
|
2023-02-08 19:13:46 +00:00
|
|
|
]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|