You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixes for the 1.2.30 pre-release version.
Fixes for the pre-release:
- Removed unnecesary 'async_schedule_reload' calls in 'async_step_integration_settings' and 'async_step_account_settings'.
- "ml" & "fl oz" changed to "mL" & "fl. oz." to match HA convention in translation file.
- Fixed an if statement within 'Unit_Entities.update_sensor_entity_units' that was causing entities to be dis/enabled incorrectly.
New features:
- Added 'device_feeding_plan_list' API call.
- Feeding plans now show amount (weight) and amount (volume) within 'feeding_plan_state' sensor entity.
- Feeding plans show their 'label' as their name if they have one, otherwise fall back to the original "plan_{index}".
- Added 3 new entities for dry feeders:
sensor.next_feed_time
sensor.next_feed_quantity_weight
sensor.next_feed_quantity_volume
Included in the pre-release but I forgot to mention:
- Added 'last_feed_quantity' property method to dry feeder device classes, it was only included for the Space Smart Feeder before.
* Added 'cups' warning to account settings
* Air Smart Feeder feed amounts corrected
Fixes for the pre-release:
- Air Smart Feeder feed amounts corrected
- Cleaned up repitition in number.py, select.py and sensor.py
---------
Co-authored-by: Jamie Jones <29973406+jjjonesjr33@users.noreply.github.com>
0 commit comments