Best-fit scenarios
Automation tool that returns a very short summary of recent events (safe for dashboards).
Tater Assistant
Phase One Wiki
Automation tool that returns a very short summary of recent events (safe for dashboards). Can optionally write the summary into a Home Assistant input_text entity automatically.
Automation tool that returns a very short summary of recent events (safe for dashboards).
Use the example call shape below and provide only the fields the plugin expects.
front yard
today|yesterday|last_24h|<date>
brief summary
input_text.front_yard_events_brief
If set (example: input_text.event_brief), this plugin will write the summary into it.
{
"function": "events_query_brief",
"arguments": {
"area": "front yard",
"timeframe": "today|yesterday|last_24h|<date>",
"query": "brief summary",
"input_text_entity": "input_text.front_yard_events_brief"
}
}