Skip to content

Instantly share code, notes, and snippets.

@mortenmathiasen
Created January 12, 2025 11:44
Show Gist options
  • Save mortenmathiasen/551f2b89f90256e331c674a521403690 to your computer and use it in GitHub Desktop.
Save mortenmathiasen/551f2b89f90256e331c674a521403690 to your computer and use it in GitHub Desktop.
alias: Tænd udelys ved bevægelse
description: ""
triggers:
- entity_id:
- binary_sensor.sensorindkorsel_occupancy
from: "off"
to: "on"
for:
hours: 0
minutes: 0
seconds: 0
trigger: state
conditions:
- condition: numeric_state
entity_id: sensor.sensorindkorsel_illuminance
below: 100
actions:
- action: light.turn_on
metadata: {}
data: {}
target:
entity_id: light.udelysgruppe
- delay:
hours: 0
minutes: 10
seconds: 0
milliseconds: 0
- action: light.turn_off
metadata: {}
data: {}
target:
entity_id: light.udelysgruppe
mode: single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment