Skip to content

Commit 8f1f631

Browse files
authored
Rename on_open to on_opened for ESPHome 2026.2.0 (#552)
Fixes #551
1 parent 8656ac6 commit 8f1f631

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ cover:
240240
name: "Door"
241241
on_closed:
242242
- switch.turn_off: ${id_prefix}_status_door
243-
on_open:
243+
on_opened:
244244
- switch.turn_on: ${id_prefix}_status_door
245245

246246
light:

base_secplusv1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ cover:
196196
name: "Door"
197197
on_closed:
198198
- switch.turn_off: ${id_prefix}_status_door
199-
on_open:
199+
on_opened:
200200
- switch.turn_on: ${id_prefix}_status_door
201201

202202
light:

0 commit comments

Comments
 (0)