mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Include Guest Bedroom in house mode
This commit is contained in:
@@ -46,6 +46,8 @@ cards:
|
||||
- input_boolean.routine_welcome_home
|
||||
- automation.presence_georgi_arrival_detection
|
||||
- automation.presence_player_2_arrival_detection
|
||||
- automation.presence_georgi_leaving
|
||||
- automation.presence_player_2_leaving
|
||||
- automation.presence_coming_home
|
||||
- automation.presence_leaving_home
|
||||
- automation.routine_coming_home_left_work
|
||||
@@ -60,7 +62,7 @@ cards:
|
||||
- automation.living_room_desk_switch
|
||||
- automation.bedroom_opple
|
||||
- automation.bedroom_bedside_switch
|
||||
- automation.bedroom_aqara_switch
|
||||
- automation.guest_bedroom_aqara_switch
|
||||
- automation.bathroom_switch
|
||||
|
||||
- type: entities
|
||||
@@ -134,7 +136,9 @@ cards:
|
||||
entities:
|
||||
- automation.bedroom_mode_set_to_day
|
||||
- automation.bedroom_mode_set_to_bed
|
||||
- automation.bedroom_mode_set_to_night
|
||||
- automation.guest_bedroom_mode_set_to_night
|
||||
- automation.house_mode_set_to_day
|
||||
- automation.house_mode_set_to_night
|
||||
- automation.bedroom_mode_set_to_day_if_bedroom_door_was_opened
|
||||
|
||||
- type: entities
|
||||
|
||||
@@ -38,10 +38,20 @@
|
||||
- type: custom:decluttering-card
|
||||
template: v3_section_title
|
||||
variables:
|
||||
- title: Lights
|
||||
- title: Controls
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: v3_button_light
|
||||
entity: light.light_lohas_6
|
||||
name: Night stand
|
||||
- type: custom:button-card
|
||||
template: v3_button
|
||||
entity: input_select.guest_bedroom_mode
|
||||
icon: mdi:bed
|
||||
name: Mode
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: input_select.select_next
|
||||
service_data:
|
||||
entity_id: input_select.guest_bedroom_mode
|
||||
|
||||
@@ -80,6 +80,15 @@
|
||||
template: v3_button
|
||||
entity: input_boolean.guest_bedroom
|
||||
name: G. Bedroom Occupied
|
||||
- type: custom:button-card
|
||||
template: v3_button
|
||||
entity: input_select.guest_bedroom_mode
|
||||
name: G. Bedroom
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: input_select.select_next
|
||||
service_data:
|
||||
entity_id: input_select.guest_bedroom_mode
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: v3_section_title
|
||||
@@ -118,3 +127,17 @@
|
||||
- input_number.toshiba_heat_temp
|
||||
- input_number.toshiba_cool_temp
|
||||
- input_number.toshiba_trigger_temp
|
||||
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: v3_section_title
|
||||
variables:
|
||||
- title: Monitoring
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: v3_button
|
||||
entity: binary_sensor.someone_sleeping
|
||||
- type: custom:button-card
|
||||
template: v3_button
|
||||
entity: binary_sensor.someone_home
|
||||
|
||||
Reference in New Issue
Block a user