2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "radiotherm",
|
2020-01-07 13:19:44 +00:00
|
|
|
"name": "Radio Thermostat",
|
2023-05-29 16:03:36 +00:00
|
|
|
"codeowners": ["@vinnyfuria"],
|
2023-02-08 19:13:46 +00:00
|
|
|
"config_flow": true,
|
2022-06-05 23:59:52 +00:00
|
|
|
"dhcp": [
|
2023-02-08 19:13:46 +00:00
|
|
|
{
|
|
|
|
"hostname": "thermostat*",
|
|
|
|
"macaddress": "5CDAD4*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"registered_devices": true
|
|
|
|
}
|
2022-06-05 23:59:52 +00:00
|
|
|
],
|
2023-02-08 19:13:46 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/radiotherm",
|
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["radiotherm"],
|
|
|
|
"requirements": ["radiotherm==2.1.0"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|