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