How do I insert an automation like this to only run at a specific time on, for example, the weekend? can't find that home assistant has choices for specific days or weekend? why doesn't it seem to be built in? they are found in all the smartplug apps, for example. how do i solve this?
alias: test
description: ""
triggers:
- trigger: time
at: "10:00:00"
conditions: - condition: state
entity_id: switch.varmepumpen_brytare_1
state: "off"
actions: - action: switch.turn_on
metadata: {}
data: {}
target:
entity_id: switch.varmepumpen_brytare_1
mode: single