oyvindwe / connectlife-ha

ConnectLife integration for Home Assistant
GNU General Public License v3.0
60 stars 23 forks source link

Add `Drying` action state for the dehumidifier when turned on #23

Closed trajano closed 3 months ago

trajano commented 3 months ago

There's a action state for Drying that should be enabled when the Dehumidifier is running https://developers.home-assistant.io/docs/core/entity/humidifier#action

oyvindwe commented 3 months ago

As I understand the action state (similar for climate), is that it should show the actual current action. E.g. in auto mode, the dehumidifier would necessarily not always dry the air. I don't see any properties for your device that maps to action, but I am happy to add support for action as a target in general.

oyvindwe commented 3 months ago

Mapping to target action for humidifier is added in PR #26