Best-fit scenarios
Automation-only: returns a very short summary of recent weather conditions (temperature, wind, rain) over the last N hours using Home Assistant sensors.
Tater Assistant
Phase One Wiki
Automation-only: returns a very short summary of recent weather conditions (temperature, wind, rain) over the last N hours using Home Assistant sensors.
Automation-only: returns a very short summary of recent weather conditions (temperature, wind, rain) over the last N hours using Home Assistant sensors.
Use the example call shape below and provide only the fields the plugin expects.
12
What was the weather like outside in the last 12 hours?
If set (e.g., input_text.weather_brief), the plugin will write the summary into this helper.
Rain/precip sensor entity_id (optional).
Default: sensor.outdoor_rain_rateOutdoor temperature sensor entity_id.
Default: sensor.outdoor_temperatureWind speed sensor entity_id (optional).
Default: sensor.outdoor_wind_speed{
"function": "weather_brief",
"arguments": {
"hours": 12,
"query": "What was the weather like outside in the last 12 hours?"
}
}