Skip to content

Releases: sopelj/hass-ember-mug-component

1.1.0-beta 1

23 Jun 20:07
Compare
Choose a tag to compare
1.1.0-beta 1 Pre-release
Pre-release
  • Upgrade to python-ember-mug 1.0.1
  • Move data to entry.runtime_data instead of hass.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

28 Feb 01:29
Compare
Choose a tag to compare

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

25 Feb 15:42
Compare
Choose a tag to compare
1.0.0-beta-5

feat: Add tests for migrating config files from V1 and V2

1.0.0 - beta 4 - Add switch for temp control

17 Feb 19:37
Compare
Choose a tag to compare
  • Add switch entity to enable/disable temperature control ( #46 )

1.0.0 - beta 3 - debugging for config flow

12 Feb 02:26
Compare
Choose a tag to compare

Add more debug logging in config flow and more lax rules for detecting devices.

1.0.0 - beta 2 - Serialization

11 Feb 01:13
Compare
Choose a tag to compare
Pre-release
  • Make data serializable to JSON #47
  • Add documentation for customising presets
  • Improve linting/tests

1.0.0 - beta 1 - Add options and presets

03 Feb 02:32
Compare
Choose a tag to compare
  • Add the possibility to select from preset temperatures #45
  • Add Option Flow to configure presets if others are preferred

0.9.1 - fix- add standby/unknown state

28 Jan 18:40
Compare
Choose a tag to compare

Fixes of standby state and added missing translations for said state

0.9.1-beta-3: feat: Add logging if state value not found to debug issue with standb…

28 Jan 01:29
Compare
Choose a tag to compare

Add logger in case state is an unexpected value, but fallback to unknown.

0.9.1 beta 2 - fix- add standby state to list

27 Jan 22:41
Compare
Choose a tag to compare

0.9.1 beta 2 - fix- add standby state to list