Enjoy the integration?

May 4, 2026 · View on GitHub

image

Home Assistant Release Docs

Tests Coverage License Downloads Dev Container

About

A Home Assistant plugin to manage and monitor pet feeders using a meal_plan structure. Support Home assistant tuya, local-tuya and services.

It is primarily designed for Tuya-based feeders, but may also work with other devices that expose a compatible schedule entity. Best used alongside Tuya Local for local control.

For supported devices and models, see SUPPORTED.md.

Features

  • See next scheduled feeding and total food for today
  • Add, edit, and delete feeding times with or without day selection
  • Supports meal_plan data with and without days
  • Configuration and schedule persist over Home Assistant restarts
  • Light and dark mode support

How it works

The card expects a base64 string (example: fwQAAQB/CQACAX8PAAEBfxUAAgEIEgABAA==).

This string is decoded into editable schedules.

With days

[
  { "time": "04:00", "days": 127, "portion": 1, "enabled": false },
  { "time": "09:00", "days": 127, "portion": 2, "enabled": true },
  { "time": "15:00", "days": 127, "portion": 1, "enabled": true },
  { "time": "21:00", "days": 127, "portion": 2, "enabled": true },
  { "time": "18:00", "days": 8, "portion": 1, "enabled": false }
]

Enjoy the integration?

Star ⭐ the repository to help others discover the integration.

Sponsor FredrikM97 Static Badge