core/homeassistant/components/radiotherm/manifest.json

20 lines
431 B
JSON
Raw Normal View History

{
"domain": "radiotherm",
"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"]
}