v1.2.32 #233
jjjonesjr33
started this conversation in
General
v1.2.32
#233
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Release: v1.2.32
This release brings major improvements to scheduling support, dashboard integrations, and fountain monitoring across supported Petlibro devices. It consolidates the latest pre-release work into a stable release focused on improved automation capabilities, better Home Assistant dashboard integration, and expanded sensor support.
✨ Highlights
🐾 New Features
Petlibro Schedule Card Support
Petlibro dry feeders can now integrate directly with the
dispenser-schedule-cardusing the new unified feeding schedule format.With compatible dashboard cards, users can now:
This greatly improves dashboard-based feeder management and automation workflows.
Unified Feeding Schedule Attributes
Feeding schedule data has been refactored into a single unified structure exposed through the primary Feeding Schedule binary sensor.
Schedule entries are now provided through a consolidated
schedulelist containing fields such as:idlabeltimeamount_cupsamount_ozamount_gamount_mlamount_rawenabledrecurringrepeat_dayssoundtodaystateThe new
todayflag identifies entries scheduled for the current day, whilestatecan report values including:pendingto_be_skippeddispensedskippedunknownPer-Pet RFID Fountain Drinking Sensors
Added support for per-pet RFID fountain drinking sensors.
Users with compatible RFID-enabled fountain devices can now track drinking activity on a per-pet basis, enabling more detailed hydration monitoring and automations.
🛠 Fixes
Feeding Schedule Attribute Changes
Feeding schedule data is no longer exposed through the Today's Feeding Schedule binary sensor attributes.
Users with existing dashboards, automations, markdown cards, or templates using the old format will need to migrate to the new unified schedule structure.
Use the main feeding schedule sensor instead:
state_attr('binary_sensor.YOUR_FEEDER_feeding_schedule', 'schedule')To filter entries for today:
Existing custom schedule cards and markdown templates may require updates to support the new structure.
🙌 Contributors
Special thanks to the community contributors who helped make this release possible:
Included Contributions
Full Changelog
v1.2.31.4...v1.2.32
Full Changelog: v1.2.31.4...v1.2.32
This discussion was created from the release v1.2.32.
All reactions