Releases: sopelj/hass-ember-mug-component
Releases · sopelj/hass-ember-mug-component
0.5.0-beta-8
Hopefully fix #26 🤞🏻
0.5.0-beta-7
Another attempt to fix: #26 using the beta version of the library.
0.5.0-beta-6
Correctly call self.async_request_refresh(), thank @bwduncan for pointing it out!
0.5.0-beta-5
Remove temperature conversion logic, fix device assignement
0.5.0-beta-4
Fix for temperature unit select
0.5.0 Beta 3 - no dsk/udsk for proxies
Testing with no DSK/UDSK queries. Hopefully to allow for at least partial proxy support 🤞🏻
0.5.0-beta-2
Second Beta for 0.5.0. This one requires Home Assistant 2023.2
0.5.0 - Beta 1
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
0.4.1-beta-3
Add binary sensor for when mug is on charging base. Thanks @bwduncan!