Skip to content

Releases: sopelj/hass-ember-mug-component

0.5.0-beta-8

18 Feb 16:25
Compare
Choose a tag to compare
0.5.0-beta-8 Pre-release
Pre-release

Hopefully fix #26 🤞🏻

0.5.0-beta-7

15 Feb 23:30
Compare
Choose a tag to compare
0.5.0-beta-7 Pre-release
Pre-release

Another attempt to fix: #26 using the beta version of the library.

0.5.0-beta-6

09 Feb 00:58
Compare
Choose a tag to compare
0.5.0-beta-6 Pre-release
Pre-release

Correctly call self.async_request_refresh(), thank @bwduncan for pointing it out!

0.5.0-beta-5

04 Feb 16:15
Compare
Choose a tag to compare
0.5.0-beta-5 Pre-release
Pre-release

Remove temperature conversion logic, fix device assignement

0.5.0-beta-4

04 Feb 01:09
Compare
Choose a tag to compare
0.5.0-beta-4 Pre-release
Pre-release

Fix for temperature unit select

0.5.0 Beta 3 - no dsk/udsk for proxies

03 Feb 01:05
Compare
Choose a tag to compare
Pre-release

Testing with no DSK/UDSK queries. Hopefully to allow for at least partial proxy support 🤞🏻

0.5.0-beta-2

02 Feb 03:24
Compare
Choose a tag to compare
0.5.0-beta-2 Pre-release
Pre-release

Second Beta for 0.5.0. This one requires Home Assistant 2023.2

0.5.0 - Beta 1

26 Jan 17:32
Compare
Choose a tag to compare
0.5.0 - Beta 1 Pre-release
Pre-release

Breaking changes

  • Target Temperature sensor was converted to editable Number Entity
  • Entity IDs were renamed to follow standard format and facilitate multiple mugs {domain}.ember_mug_{mac_address}_{name}
    • So you may need to change them if referenced in scripts/automations
    • You will have unused entities in Devices, please remove the old ones. Sorry

Added

  • Binary sensor for low battery warning
  • Light Entity for Mug LED
  • Text Entity for Mug Name
  • Select Entity for Mug Temperature Unit
  • Translations (en/fr) for entity states/attributes

Removed

  • Removed custom services. Replaced with built-in calls to new entities:
    - Mug Name: text.set_value
    - Temperature Unit: select.select_option
    - Target Temp: number.set_value
    - Mug LED: light.turn_on (Only changes RGB value. Turn Off and brightness do nothing.)

Add Binary Sensor for charging base, set unavailable, don't try to pair proxies

12 Jan 03:49
Compare
Choose a tag to compare
  • Add binary sensor for if the mug is on it's base (@bwduncan )
  • Set unavailable on error (@winstona )
  • Don't try to pair on Bluetooth Proxies. (Doesn't fix proxies, but doesn't crash)

0.4.1-beta-3

04 Jan 23:01
Compare
Choose a tag to compare
0.4.1-beta-3 Pre-release
Pre-release

Add binary sensor for when mug is on charging base. Thanks @bwduncan!