Key points
- The README points to a dedicated Home Assistant add-on repository for Tater.
- The add-on store exposes Redis Stack and Tater AI Assistant together.
- Optional HACS integration: Tater Conversation Agent for Assist conversations.
Tater Assistant
Source-backed docs
Install Tater through the dedicated Home Assistant add-on repository, with Redis Stack as the required companion service.
After the add-on is running, these Home Assistant-side integrations connect Assist flows back to Tater's portal endpoints.
HACS conversation integration that makes Tater selectable as a Home Assistant Assist conversation agent.
host: YOUR_TATER_HOST
port: 8787
api_key: OPTIONAL_PORTAL_API_KEY
### Front Yard Activity
{{ states('input_text.event_brief') or 'No activity yet.' }}
### Weather
{{ states('input_text.weather_brief') or 'No weather summary yet.' }}
### Zen Message
{{ states('input_text.zen_message') or 'Take a breath.' }}