Open ivlis opened 3 years ago
I had the same issue using a Generic Hygrostat in HA. Your question actually helped me along the way to find a fix for it.
Essentially you need to add the following undocumented setting for it to show
target_humidity:
disabled: false
Also, note that you have hide: 'off'
when it should be hide: false
I found this setting by looking at the code here https://github.com/artem-sedykh/mini-humidifier/blob/master/src/configurations/xiaomi_miio/zhimi_humidifier_cb1.js which had a disabled setting for the target_humidity.
Also, I got it working without including the change_action
setting
target_humidity:
icon: mdi:water
unit: '%'
min: 30
max: 80
step: 10
hide: false
hide_indicator: false
disabled: false
state:
attribute: humidity
I'm trying to get an MQTT dehumidifier working with this card (https://www.home-assistant.io/integrations/humidifier.mqtt/).
After configuration, the target humidity slider won't appear on the card. My Tasmota-based no-frills dehumidifier does not have any modes, just an on/off and humidity setting.
Here is my config:
Here is how the card looks like:
HA Version:
2021.9.5