mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-15 12:34:42 +00:00
More bedroom scenes and switch automation
This commit is contained in:
@@ -58,6 +58,7 @@ cards:
|
||||
- automation.living_room_desk_switch
|
||||
- automation.bedroom_opple
|
||||
- automation.bedroom_bedside_switch
|
||||
- automation.bedroom_aqara_switch
|
||||
- automation.bathroom_switch
|
||||
|
||||
- type: entities
|
||||
@@ -71,9 +72,6 @@ cards:
|
||||
- automation.lighting_temperature_adjust_on_start
|
||||
- automation.lighting_temperature_adjust_based_on_time
|
||||
- type: divider
|
||||
- automation.lighting_master_bedroom_toggle_lights_on_switch_single_click
|
||||
- automation.lighting_master_bedroom_toggle_ambient_lights_on_switch_double_click
|
||||
- type: divider
|
||||
- automation.lighting_kitchen_motion_on
|
||||
- automation.lighting_kitchen_motion_off
|
||||
- type: divider
|
||||
@@ -103,8 +101,6 @@ cards:
|
||||
- automation.youtube_download_latest_pds
|
||||
- automation.media_sonos_put_beam_in_night_mode
|
||||
- automation.media_sonos_put_beam_in_day_mode
|
||||
- type: divider
|
||||
- automation.music_master_bedroom_play_pause_on_switch_hold
|
||||
|
||||
- type: entities
|
||||
title: Notifications
|
||||
|
||||
@@ -72,6 +72,16 @@
|
||||
name: Ambient regular
|
||||
variables:
|
||||
scene_color_1: rgb(254, 255, 209)
|
||||
- type: custom:button-card
|
||||
template: [small, scene]
|
||||
entity: scene.bedroom_ambient_pink
|
||||
name: Ambient pink
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.apply_bedroom_pink
|
||||
variables:
|
||||
scene_color_1: rgb(255, 92, 38)
|
||||
scene_color_2: rgb(255, 0, 190)
|
||||
|
||||
- type: vertical-stack
|
||||
title: Controls
|
||||
|
||||
Reference in New Issue
Block a user