mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 01:14:42 +00:00
Improve guest bedroom config
This commit is contained in:
@@ -166,6 +166,30 @@ card:
|
||||
- width: 60px
|
||||
- font-size: 13px
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: v3_section_title
|
||||
variables:
|
||||
- title: "People"
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: v3_xs_button
|
||||
entity: binary_sensor.georgi_home
|
||||
name: Georgi home?
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: input_boolean.toggle
|
||||
service_data:
|
||||
entity_id: input_boolean.georgi_home
|
||||
- type: custom:button-card
|
||||
template: v3_xs_button
|
||||
entity: binary_sensor.player_2_home
|
||||
name: Player 2 home?
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: input_boolean.toggle
|
||||
service_data:
|
||||
entity_id: input_boolean.player_2_home
|
||||
# Column 2
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
@@ -225,6 +249,10 @@ card:
|
||||
template: v3_tablet_button
|
||||
entity: light.hallway_entrance
|
||||
name: Entrance
|
||||
- type: custom:button-card
|
||||
template: v3_tablet_button
|
||||
entity: light.light_lohas_6
|
||||
name: G. Bedroom
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: v3_section_title
|
||||
|
||||
@@ -216,6 +216,10 @@ card:
|
||||
template: v3_tablet_button
|
||||
entity: light.hallway_entrance
|
||||
name: Entrance
|
||||
- type: custom:button-card
|
||||
template: v3_tablet_button
|
||||
entity: light.light_lohas_6
|
||||
name: G. Bedroom
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: v3_section_title
|
||||
|
||||
@@ -59,23 +59,23 @@
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: v3_button
|
||||
name: Guests
|
||||
entity: input_boolean.guest_mode
|
||||
- type: custom:button-card
|
||||
template: v3_button
|
||||
entity: input_boolean.simulation_mode
|
||||
name: Simulation
|
||||
entity: binary_sensor.pi_hole_enabled
|
||||
name: Pi-Hole
|
||||
icon: mdi:pi-hole
|
||||
- type: custom:button-card
|
||||
template: v3_button
|
||||
entity: switch.mercury_home_mode
|
||||
name: Mercury
|
||||
- type: custom:button-card
|
||||
template: v3_button
|
||||
entity: input_boolean.simulation_mode
|
||||
name: Simulation
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: v3_button
|
||||
entity: binary_sensor.pi_hole_enabled
|
||||
name: Pi-Hole
|
||||
icon: mdi:pi-hole
|
||||
name: Guests
|
||||
entity: input_boolean.guest_mode
|
||||
- type: custom:button-card
|
||||
template: v3_button
|
||||
entity: input_boolean.guest_bedroom
|
||||
|
||||
@@ -168,6 +168,7 @@ light:
|
||||
- light.master_bedroom
|
||||
- light.kitchen
|
||||
- light.hallway
|
||||
- light.light_lohas_6
|
||||
|
||||
automation:
|
||||
- alias: Lighting · Sync Kitchen Main states
|
||||
|
||||
@@ -4,7 +4,7 @@ popup_cards: !include lovelace/popup_cards.yaml
|
||||
|
||||
swipe_nav:
|
||||
swipe_amount: 30
|
||||
skip_tabs: 5
|
||||
skip_tabs: 6
|
||||
|
||||
kiosk_mode:
|
||||
hide_overflow: true
|
||||
|
||||
Reference in New Issue
Block a user