Skip to content

Releases: sopelj/hass-ember-mug-component

1.3.0 - Beta 1

04 Jan 00:25
Compare
Choose a tag to compare
1.3.0 - Beta 1 Pre-release
Pre-release

Fixes:

  • Hopefully fix #67

Changes:

  • Set default name to the full name of the device type

1.2.1

07 Dec 02:33
Compare
Choose a tag to compare

Fixes:

  • Error loading device on startup caused by missing model info (#62 )

1.2.1 - Beta 1

06 Dec 20:51
Compare
Choose a tag to compare
1.2.1 - Beta 1 Pre-release
Pre-release

Check if model is defined before fetching ID

1.2.0

06 Dec 01:53
Compare
Choose a tag to compare

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.2.0 - beta 3

06 Nov 01:35
Compare
Choose a tag to compare
1.2.0 - beta 3 Pre-release
Pre-release

Fix callback for updates

1.2.0 - beta 2

04 Nov 23:02
Compare
Choose a tag to compare
1.2.0 - beta 2 Pre-release
Pre-release

Fix change detection

1.2.0 - Beta 1

03 Nov 01:20
Compare
Choose a tag to compare
1.2.0 - Beta 1 Pre-release
Pre-release

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

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