🔧 tweak lab blind closing automation
This commit is contained in:
@@ -1 +1 @@
|
|||||||
2026.4.1
|
2026.6.1
|
||||||
@@ -5,11 +5,24 @@
|
|||||||
- platform: sun
|
- platform: sun
|
||||||
event: sunset
|
event: sunset
|
||||||
offset: 0
|
offset: 0
|
||||||
condition: []
|
|
||||||
action:
|
action:
|
||||||
|
- choose:
|
||||||
|
- conditions:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_boolean.lab_window_ac
|
||||||
|
state: "on"
|
||||||
|
sequence:
|
||||||
|
- service: cover.set_cover_position
|
||||||
|
target:
|
||||||
|
entity_id: cover.lab_blinds_right_cover
|
||||||
|
data:
|
||||||
|
position: 40
|
||||||
|
- service: cover.close_cover
|
||||||
|
target:
|
||||||
|
entity_id: cover.lab_blinds_left_cover
|
||||||
|
|
||||||
|
default:
|
||||||
- service: cover.close_cover
|
- service: cover.close_cover
|
||||||
metadata: {}
|
|
||||||
data: {}
|
|
||||||
target:
|
target:
|
||||||
entity_id: cover.lab_blinds
|
entity_id: cover.lab_blinds
|
||||||
mode: single
|
mode: single
|
||||||
|
|||||||
Reference in New Issue
Block a user