1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/radiotherm/manifest.json
Erik Montnemery c741d9d045
Update integrations to import issue_registry from helpers (#77305)
* Update integrations to import issue_registry from helpers

* Update tests
2022-08-25 15:33:05 +02:00

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
}