mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Rename house mode to bedroom mode
This commit is contained in:
@@ -129,13 +129,13 @@ cards:
|
||||
- automation.notification_door_opened
|
||||
|
||||
- type: entities
|
||||
title: House Mode
|
||||
title: Bedroom Mode
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- automation.house_mode_set_to_day
|
||||
- automation.house_mode_set_to_bed
|
||||
- automation.house_mode_set_to_night
|
||||
- automation.house_mode_set_to_day_if_bedroom_door_was_opened
|
||||
- automation.bedroom_mode_set_to_day
|
||||
- automation.bedroom_mode_set_to_bed
|
||||
- automation.bedroom_mode_set_to_night
|
||||
- automation.bedroom_mode_set_to_day_if_bedroom_door_was_opened
|
||||
|
||||
- type: entities
|
||||
title: Guest mode
|
||||
|
||||
@@ -47,13 +47,13 @@
|
||||
name: Speech
|
||||
- type: custom:button-card
|
||||
template: v3_button
|
||||
entity: input_select.house_mode
|
||||
name: House
|
||||
entity: input_select.bedroom_mode
|
||||
name: Bedroom
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: input_select.select_next
|
||||
service_data:
|
||||
entity_id: input_select.house_mode
|
||||
entity_id: input_select.bedroom_mode
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
binary_sensor.house_mode:
|
||||
title: House mode
|
||||
binary_sensor.bedroom_mode:
|
||||
title: Bedroom mode
|
||||
card:
|
||||
type: entities
|
||||
entities:
|
||||
- input_select.house_mode
|
||||
- input_select.bedroom_mode
|
||||
|
||||
binary_sensor.kitchen_motion_occupancy:
|
||||
title: Kitchen motion
|
||||
|
||||
Reference in New Issue
Block a user