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