Tu n’as pas à toucher à ce fichier, il est géré par l’interface graphique.
Tu passe directement par l’interface graphique (sauf si tu as changé de configuration) :
Dans l’exemple, light.ceiling_lights
est ton détecteur et light.bed_light
la lumière à éteindre
alias: 'Plus de mouvement '
description: ''
trigger:
- platform: state
entity_id: light.ceiling_lights
to: 'off'
for: '00:05:00'
condition:
- condition: state
entity_id: light.bed_light
state: 'on'
action:
- service: light.turn_off
target:
entity_id: light.bed_light
- service: persistent_notification.create
data:
message: Extinction de la lampe extérieure
title: Lumières
mode: single