Include upcoming calendar events in analysis
This commit is contained in:
parent
466127cb7d
commit
9703cb473f
3 changed files with 107 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue