As of version 0.14, the venstar_colortouch lib always initializes hum_setpoint to None. When a thermostat actually reports a humidifier state, this value is replaced with the integer value of the setpoint. This changeset corrects the humidifier detection as well as adds basic test cases for the Venstar component.
8 lines
219 B
JSON
8 lines
219 B
JSON
{
|
|
"domain": "venstar",
|
|
"name": "Venstar",
|
|
"documentation": "https://www.home-assistant.io/integrations/venstar",
|
|
"requirements": ["venstarcolortouch==0.14"],
|
|
"codeowners": [],
|
|
"iot_class": "local_polling"
|
|
}
|