

I was never able to get this to work properly… my mouse cursor always just disappears. 🙃


I was never able to get this to work properly… my mouse cursor always just disappears. 🙃
i would probably do it with two+ automations. Something like:
ON automation:
time pattern - beginning of every 3 hoursOFF automation:
Manual Event
timer.finished (case sensitive!)entity_id: timer.[timer_helper_entity]STARTUP_CHECK automation:
state - timer helper is idleNote 1: make sure the timer helper has restore state and time when HA starts enabled
note 2: automations using the timer.finished event will not trigger on startup if the timer expires when Home Assistant is not running.
note 2a: the third automation is for your edge case that you reboot/shutdown HA when the OFF automation was supposed to fire. it should ensure the AC turns off after the timer was supposed to be finished and HA is started. this automation does not account for if the AC is turned on manually and you restart HA.
i can get you the .YAML or pictures when I’m at a computer.
nice! what’s that first card you used for the home security?