Fixes - Prevent error with persistent data [67](https://github.com/sopelj/hass-ember-mug-component/issues/67) - Update config flow for 2024.11 - [Fix manufacture data detection for 14oz model](https://github.com/sopelj/python-ember-mug/pull/68) (thanks Flight-Lab)
Notes * Requires Home Assistant 2024.11+ ([config flow change](https://developers.home-assistant.io/blog/2024/11/12/options-flow/))
1.2.1
Fixes - Prevent error on startup caused Model info not being available
1.2.0
Added * Model ID in 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.1
Changed
* Change -51 to represent 14oz Ember Mug 2 (by [Flight-Lab](https://github.com/Flight-Lab))
1.1.0
Changes * Upgrade to python-ember-mug 1.0.1 * Move data to `entry.runtime_data` introduced in Home Assistant 2024.4
Notes * Requires Home Assistant 2024.4+ and Python 3.12
1.0.1
Fixed * discover method - `discovered_devices_and_advertisement_data` is a dict and not a list (62)