Add covers
This commit is contained in:
parent
eaae7d0d6f
commit
a6f5a77655
@ -7,7 +7,10 @@
|
||||
action:
|
||||
- service: cover.open_cover
|
||||
target:
|
||||
entity_id: cover.bedroom_blind
|
||||
entity_id: cover.bedroom_blinds
|
||||
- service: cover.open_cover
|
||||
target:
|
||||
entity_id: cover.computer_cave_blinds
|
||||
- delay: '15'
|
||||
- service: media_player.volume_set
|
||||
data:
|
||||
|
@ -475,6 +475,18 @@ switch:
|
||||
name: luxoft
|
||||
mac: 'f8:75:a4:67:8f:e3'
|
||||
|
||||
cover:
|
||||
- platform: group
|
||||
name: Bedroom Blinds
|
||||
entities:
|
||||
- cover.bedroom_blind_left
|
||||
- cover.bedroom_blind_right
|
||||
- platform: group
|
||||
name: Computer Cave Blinds
|
||||
entities:
|
||||
- cover.computer_cave_blind_left
|
||||
- cover.computer_cave_blind_right
|
||||
|
||||
input_select:
|
||||
# Living Room
|
||||
living_room_air_purifier_mode:
|
||||
|
@ -40,7 +40,10 @@ good_night:
|
||||
addon: core_samba
|
||||
- service: cover.close_cover
|
||||
target:
|
||||
entity_id: cover.bedroom_blind
|
||||
entity_id: cover.bedroom_blinds
|
||||
- service: cover.close_cover
|
||||
target:
|
||||
entity_id: cover.computer_cave_blinds
|
||||
- service: lock.lock
|
||||
target:
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
@ -51,7 +54,10 @@ good_morning:
|
||||
sequence:
|
||||
- service: cover.open_cover
|
||||
target:
|
||||
entity_id: cover.bedroom_blind
|
||||
entity_id: cover.bedroom_blinds
|
||||
- service: cover.open_cover
|
||||
target:
|
||||
entity_id: cover.computer_cave_blinds
|
||||
- service: alarm_control_panel.alarm_disarm
|
||||
entity_id: alarm_control_panel.ha_alarm
|
||||
- service: input_select.select_option
|
||||
|
Loading…
Reference in New Issue
Block a user