Created
January 12, 2025 11:44
-
-
Save mortenmathiasen/551f2b89f90256e331c674a521403690 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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