A Home Assistant Conversation Agent that summarizes the state of the Home
The Area Summary agent provides a Conversation Agent that can summarize an Area succinctly.
A sensor is created for every area that is a succinct summary of what is happening in the area.
For example, for an area named Kitchen
a diagnostic sensor is created called sensor.kitchen_summary
that describes everything happening in the area e.g. The kitchen is dark
.
You can see the config/
subdirectory for other example summary agent recipes.
See https://github.com/allenporter/home-assistant-datasets for additional detail about how to evaluate an LLM in Home Assistant.
$ export PYTHONPATH="${PYTHONPATH}:${PWD}/custom_components"
$ py.test