• 2 Posts
  • 59 Comments
Joined 1 year ago
cake
Cake day: October 20th, 2024

help-circle









  • I’ve used the “uptime” entity to see when HA has rebooted. This can also be intergrated into a condition

    description: ""
    triggers:
      - value_template: "{{ now() - states('sensor.uptime')|as_datetime > timedelta(minutes=1) }}"
        trigger: template
    conditions: []
    actions:
      - action: light.turn_off
        metadata: {}
        data: {}
        target:
          entity_id:
            - light.milight_hub_badkamer
            - light.milight_hub_wc
    mode: single