2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "radiotherm",
|
2020-01-07 13:19:44 +00:00
|
|
|
"name": "Radio Thermostat",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/radiotherm",
|
2021-01-24 23:01:41 +00:00
|
|
|
"requirements": ["radiotherm==2.1.0"],
|
2022-06-05 23:59:52 +00:00
|
|
|
"codeowners": ["@bdraco", "@vinnyfuria"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
2022-06-05 23:59:52 +00:00
|
|
|
"loggers": ["radiotherm"],
|
|
|
|
"dhcp": [
|
|
|
|
{ "hostname": "thermostat*", "macaddress": "5CDAD4*" },
|
|
|
|
{ "registered_devices": true }
|
|
|
|
],
|
|
|
|
"config_flow": true
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|