0.1.0: Integrations UI support and auto-detection
This is a big release! You can now manage Goldair climate devices from the Integrations UI, and existing devices in your configuration.yaml
will show up here as well. The Integrations UI is now the preferred method because your devices will be migrated without breaking when configuration structures change, however configuration.yaml
will still be supported (with the caveat that if the configuration structure changes, yours will break until you update it).
This integration now auto-detects your device type, so you don't need to specify whether it's a heater, dehumidifier, or fan. This is important for the future as more device types arise. However if the auto-detection isn't working for whatever reason, you can still override it by selecting a type yourself.
Devices now have unique icons depending on their type and current state. This helps surface information like if your heater is currently heating or idling, what mode your dehumidifier is in, and if the dehumidifier is defrosting or if its tank is full. Speaking of that, the dehumidifier integration now has two properties that allow you to programmatically detect an error or defrosting state.
There have also been a lot of under-the-hood changes, including fixing a network congestion error and moving (mostly) to asynchronous methods to help your Home Assistant installation run faster.