Include upcoming calendar events in analysis

This commit is contained in:
hbrain 2026-05-17 10:13:31 +00:00
parent 466127cb7d
commit 9703cb473f
3 changed files with 107 additions and 0 deletions

View file

@ -72,6 +72,17 @@ No AI, but still publish a placeholder page:
LLM_MODE="none"
```
## Calendar events
If Home Assistant has `calendar.*` entities, the collector fetches upcoming events through the Home Assistant calendar API and includes them in the analysis.
Relevant settings:
```bash
CALENDAR_LOOKAHEAD_DAYS="7"
MAX_CALENDAR_EVENTS_PER_CALENDAR="8"
```
## Extra LLM instructions
Edit a local, gitignored instructions file to change how the 05:00 AI analysis behaves: