* Set values on mug immediately after setting them * Only add/remove callback if not already done
0.5.4
Added
* More logging for different methods
Changed
* Bump bleak to >=0.19.5 for Home Assistant 2023.2 * Catch exceptions on querying DSK and UDSK and return empty strings * No longer query "extra" attributes unless `include_extra=True` was passed to mug
0.5.3
Changed
* Changed UUIDs, PushEvent IDs, LiquidState and TemperatureUnit to Enum * TemperatureUnit changed to include degree symbol to match with Home Assistant
Added
* Added _read and_write helper methods with logging
0.5.2
Changes * Request only connectable adapters
0.5.1
Notes * Requires Home Assistant 2023.3+
Fixed * Compatibility with changes decimal precision option
0.5.0
Notes * Requires Home Assistant 2023.2+ * Only supports Python 3.10+ (like 2023.2)
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 * *Partial* support for Bluetooth Proxies
Changed * 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}`
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.)