I wanted to have a way to control my cats’ food dispensers from my HA dashboard, so I’ve built a custom card: GitHub - cristianchelu/dispenser-schedule-card: A very simple card to view and control dispenser schedules for the Home Assistant Lovelace / Grace UI · GitHub
Depending on the device-specific support, you can:
- View today’s feeding schedule & feeding progress;
- Enable/Disable/Skip individual entries;
- Add/Edit/Remove entries’ label, amount, repeat days, mealcall sounds;
Currently it works with Xiaomi, Petlibro, and Petkit, as well as any Custom ESPHome dispensers, with varying levels of control. (Petkit is now display-only, with control support WIP in collaboration with the integration owner, so… ComingSoon™). I try to keep it generic enough that support for new devices / integration is as easy to add as possible.
It also by choice only deals with the schedule control of a feeder / dispenser – it is not a full device status card – so you can build tailored device dashboards, and have it feel like home assistant:
Let me know if you find it useful! ![]()


