v1.4.0
What's Changed
- Models with fan control are now separated into two entities (
humidifier
+fan
). This provides better HomeKit compatibility compared to the previous singleclimate
entity. - The binary sensor of
Fan
state has been merged into the humidifier entity. The humidifier entity can now showDrying
/Idle
state on the UI. You can safely delete thatFan
binary sensor if you are upgrading from a previous version. - When our entity is newly added to HA, we now provide a better entity ID than HA-generated ones. This only affects clear installations.
- Fix incorrect icons on the
Defrosting
binary sensor.
Full Changelog: v1.3.1...v1.4.0