Hi,
I’m new to Home Assistant and like it a lot so far. Now, I have run in to a problem and hope that more advanced users might be able to help me.
I have created an automation to run a script at 10am every workday.
When I test the automation (by changing it to a time the next minutes and wait) it triggers. However, if I set it to a time a couple of hours away and wait it wont run!
Any thought on why? Does Home Assistant go into sleep mode or something?
I have my Home Assistant set up on a Raspberry Pi 3. The automation I use looks like this:
- alias: schedule_medium_program
trigger:
platform: time
at: '10:00:10'
condition:
- condition: time
weekday:
- mon
- tue
- wed
- thu
- fri
action:
service: script.turn_on
entity_id: script.vacuum_medium