Hello everyone,
Newbie here with close to no development knowledge! There was a custom component for a dehumidifier in the pre v93 era of Hassio. Long story short, I’ve managed to convert the climate.py to properly use HVAC modes instead of it’s own and it works, as long as it’s on. When it’s off, the climate entity in lovelace erases the hvac buttons someway. As I don’t have any other climate devices, I don’t know if this is normal or not. The Entity is there, it shows the current humidity but no buttons to turn it on!
When the dehumidifier is on, hvac modes work properly until you send HVAC_MODE_OFF again.
The script has both
async def async_turn_on
and
async def async_turn_off
I can post the script if someone needs it, but please bear with me when you see it!
Can anyone point as to what needs addition or changing to show a power button, or at least the hvac buttons? As long as the hvac buttons are there, I can put the turn_on action in the set_hvac_mode when it’s off