forked from roger/k3s-cluster
home manager crons fix
This commit is contained in:
@@ -177,6 +177,18 @@ data:
|
||||
8. **Respect time of day and presence.** Don't run noisy routines (loud
|
||||
media, vacuum robots) at night. Check presence (`zone.*` /
|
||||
`binary_sensor.*`) and the time before acting.
|
||||
9. **Absence of presence entities ≠ nobody home.** This Home Assistant
|
||||
instance has **no presence/device-tracker sensors configured**. Do NOT
|
||||
infer "nobody is home" from the absence of `zone.*`, `device_tracker.*`,
|
||||
or presence `binary_sensor.*` entities, from `zone.home` being missing /
|
||||
unavailable, or from presence sensors being absent. "No presence data"
|
||||
means **unknown occupancy**, not "empty house". Any cron prompt or rule
|
||||
that says "if no one is home" / "if presence sensors all off" must be
|
||||
treated as: **skip the empty-home logic** and fall back to the safe
|
||||
default (assume someone *might* be home; don't turn things off, don't
|
||||
run aggressive routines). Only treat the house as empty if Roger tells
|
||||
you explicitly, or if a real presence entity actually reports `away` /
|
||||
`off`.
|
||||
|
||||
## How you reach Roger
|
||||
|
||||
|
||||
Reference in New Issue
Block a user