Tater – Tater v33

Tater – Tater v33

πŸŽ‰ Tater v33 is here! πŸŽ‰

Tater just leveled up its notification game – it remembers what’s happening in your smart home and keeps you in the loop with a unified notification stream! πŸ“¬βœ¨

Here’s the scoop:

  • Voice PE Lights: New notifications now trigger your Voice PE (or any Home Assistant light!) to glow, then dim when read. ✨
  • Universal Notification System: Plugins & automations can now send messages via a simple local API (`POST /tater-ha/v1/notifications/add`).
  • “Get Notifications” Plugin: AI-powered summaries of your notifications right in the WebUI + Home Assistant! It merges similar alerts (like multiple doorbell rings) for cleaner viewing. πŸ€–
  • Plus: WebUI settings tweaks, bug fixes for YouTube & Overseerr plugins, and improved IRC output formatting.

Want to test it out? Add some notifications with cURL:

“`bash

curl -X POST http://localhost:8787/tater-ha/v1/notifications/add -H “Content-Type: application/json” -d ‘{“title”:”Doorbell”,”body”:”Someone at the door (looks like UPS)”}’

“`

Then retrieve them with `curl http://localhost:8787/tater-ha/v1/notifications`! πŸ₯”πŸ’¬

Check it out: https://github.com/TaterTotterson/Tater/releases/tag/v33

πŸ”— View Release