15 lines
416 B
JSON
15 lines
416 B
JSON
{
|
|
"domain": "radiotherm",
|
|
"name": "Radio Thermostat",
|
|
"documentation": "https://www.home-assistant.io/integrations/radiotherm",
|
|
"requirements": ["radiotherm==2.1.0"],
|
|
"codeowners": ["@bdraco", "@vinnyfuria"],
|
|
"iot_class": "local_polling",
|
|
"loggers": ["radiotherm"],
|
|
"dhcp": [
|
|
{ "hostname": "thermostat*", "macaddress": "5CDAD4*" },
|
|
{ "registered_devices": true }
|
|
],
|
|
"config_flow": true
|
|
}
|