#Weekend only?

1 messages · Page 1 of 1 (latest)

wind lava
#

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
slim delta
#

Trigger at 10:00, add a time condition, select Saturday and Sunday

#

Time trigger doesn't have specific days, but time condition does.

wind lava
#

Can u print it, cant find

royal fulcrum
#
conditions:
  - condition: time
    weekday:
      - mon
      - wed
      - fri
wind lava
#

Thanks, i was on the above "whene" not the condition in the middel

fiery lintel
#

Also there is a workday sensor