1
0

Update brightness blinds up

This commit is contained in:
Przemek Grondek 2022-10-19 22:47:50 +02:00
parent d0ad02b118
commit d09db0ffc8

View File

@ -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'