Releases: sopelj/hass-ember-mug-component
Releases · sopelj/hass-ember-mug-component
1.3.0 - Beta 1
1.2.1
1.2.1 - Beta 1
Check if model is defined before fetching ID
1.2.0
1.2.0 - beta 3
Fix callback for updates
1.2.0 - beta 2
Fix change detection
1.2.0 - Beta 1
Added
- Model ID to DeviceInfo (added in 2024.8)
Changes
- Use new async_setup method (added in 2024.8)
- Don't trigger update, if data is unchanged.
- Bumped library versions for HASS 2024.8
Notes
- Requires Home Assistant 2024.8+
1.1.0-beta 1
- Upgrade to python-ember-mug 1.0.1
- Move data to
entry.runtime_data
instead ofhass.data
- Move to Python 3.12 and Home Assistant 2024.4+ to support the above option
1.0.0 - Add presets, temperature control and more
Added
- Add the possibility to select from preset temperatures #45
- Add Option Flow to configure presets if others are preferred
- Add switch entity to enable/disable temperature control #46
Fixes / Improvements
- Make data serializable to JSON #47
- Improved documentation
- More tests and linting
Notes
The temperature unit is no longer requested during setup. This is to avoid confusion between Home Assistant units and the mug.
You can still change the Mug's unit via the Temperature Unit entity and you can choose the display units either via Home Assistant's general settings or on a per-entity basis by clicking on the entity, choose the gear and then choose a different Unit of Measure.
1.0.0 - beta 5 - Remove temp unit from setup and improve test
1.0.0-beta-5 feat: Add tests for migrating config files from V1 and V2