Skip to content

Releases: sopelj/hass-ember-mug-component

Fix for translations and standby (hopefully)

27 Jan 17:20
Compare
Choose a tag to compare

Fix for translations and standby (hopefully)

0.9.0 - Tumbler support and device information

27 Jan 00:35
Compare
Choose a tag to compare
  • Add support for the Tumbler (thanks @dshokouhi !) - #43 & ember-mug #53
  • Add detection for device information (model number, colour and capacity)
  • Requires Home Assistant 2023.9+ (required for updated bleak version)
  • "Unknown" liquid state on newer models is now "Standby" (thanks @dshokouhi & @jhemak ) - #44

Note: if you notice your model is incorrectly detected please let me know.

0.9.0 Beta 6 - Unknown to Standby

25 Jan 23:21
Compare
Choose a tag to compare
Pre-release

Fixes #44
Use non-beta version of python library

0.9.0 Beta 5 - remove min level logic for tumbler as it doesn't work

15 Jan 02:55
Compare
Choose a tag to compare
0.9.0-beta-5

Revert min of 15 for Tumbler as it was a mistake

0.9.9 beta 4 - ensure manufacture data on init and fix brightness error

10 Jan 21:38
Compare
Choose a tag to compare

Try again to detect manufacture data on setup. If missing this will lead to potentially incorrect behaviour as the model is unknown.
Also fix an error when settings brightness. Brightness change does not affect this light, but the error is fixed.

0.9.0 Beta 3 - Attempt to fix device detection and changes for tumbler

10 Jan 17:33
Compare
Choose a tag to compare

Simplify Manifest and require manufacturer data for detecting the device type at setup.
Set low level for tumbler to 15.

0.9.0-beta 2 - fix attribute name error

26 Dec 20:44
Compare
Choose a tag to compare
Pre-release
0.9.0-beta-2

fix: attribute name error

0.9.0-beta 1 - tumbler and device information

26 Dec 20:21
Compare
Choose a tag to compare
  • Hopefully add support for Tumbler
  • Add device information (model number, colour and capacity) - hopefully correct
  • Change detection method
  • Requires Home Assistant 2023.9+ (required for updated bleak version)

0.8.0

01 Nov 23:02
Compare
Choose a tag to compare
  • Don't log disconnects as errors. Instead become unavailable
  • Fix for 2023.11 and support for Python 3.12
  • Update minimal dependencies to match Home Assistant 2023.8
  • Document Travel Mug 2 and add name for discover (thanks @z-master42)
  • Drop support for Python 3.10 as the libraries and Home Assistant don't support it

0.8.0 Beta 4 - Consistently use debug level for events

01 Nov 02:42
Compare
Choose a tag to compare
0.8.0-beta-4

Bump library version to 0.8.3 and properly indicate requirement of 3.11+