Update brightness blinds up
This commit is contained in:
parent
d0ad02b118
commit
d09db0ffc8
@ -72,11 +72,24 @@
|
|||||||
minutes: 1
|
minutes: 1
|
||||||
seconds: 0
|
seconds: 0
|
||||||
action:
|
action:
|
||||||
- service: cover.open_cover
|
- choose:
|
||||||
target:
|
- conditions:
|
||||||
entity_id:
|
- condition: numeric_state
|
||||||
- cover.dining_blinds
|
entity_id: cover.office_blinds
|
||||||
- service: script.office_blinds_up
|
attribute: current_position
|
||||||
|
above: 49
|
||||||
|
sequence:
|
||||||
|
- service: cover.set_cover_position
|
||||||
|
data:
|
||||||
|
position: 50
|
||||||
|
target:
|
||||||
|
entity_id: cover.office_blinds
|
||||||
|
default:
|
||||||
|
- service: cover.open_cover
|
||||||
|
target:
|
||||||
|
entity_id:
|
||||||
|
- cover.dining_blinds
|
||||||
|
- service: script.office_blinds_up
|
||||||
|
|
||||||
- id: brightness-bright
|
- id: brightness-bright
|
||||||
alias: '[Brightness] Bright - close covers'
|
alias: '[Brightness] Bright - close covers'
|
||||||
|
Loading…
Reference in New Issue
Block a user