Best-fit scenarios
Automation-only: creates a short, calming greeting and zen message of the day.
Tater Assistant
Phase One Wiki
Automation-only: creates a short, calming greeting and zen message of the day. Uses the LLM so the message varies a bit each run. Designed for dashboards.
Automation-only: creates a short, calming greeting and zen message of the day.
Use the example call shape below and provide only the fields the plugin expects.
input_text.daily_zen_greeting
False
zen
focus on patience and gratitude
If set (e.g., input_text.daily_zen_greeting), the plugin writes the result into this helper.
Hard limit to keep output safe for HA text fields.
Default: 100{
"function": "zen_greeting",
"arguments": {
"input_text_entity": "input_text.daily_zen_greeting",
"include_date": false,
"tone": "zen",
"prompt_hint": "focus on patience and gratitude"
}
}