Hello,
I have an automation that will switch the lights after a certain time. It is now configured to 2 minutes:
- id: '1648159033885'
alias: Lumière dans le couloir
description: ''
trigger:
- platform: device
type: turned_on
device_id: f7a8a50c7d0b4a5f89f1e4b7c3aa13f8
entity_id: switch.shelly_entree_switch_0
domain: switch
condition: []
action:
- delay:
hours: 0
minutes: 2
seconds: 0
milliseconds: 0
- service: switch.turn_off
data: {}
target:
device_id: f7a8a50c7d0b4a5f89f1e4b7c3aa13f8
mode: single
Now, even though I have configured the next activity to happen after 2 minutes, the light switches off after circa. 5 minutes. Any idea ?
Thanks
Philippe