mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Too much stuff at once, but who cares
This commit is contained in:
@@ -31,19 +31,20 @@ cards:
|
||||
cards:
|
||||
- type: custom:mushroom-light-card
|
||||
entity: light.boys_room_hue
|
||||
name: Main
|
||||
icon: mdi:dome-light
|
||||
name: Main Light
|
||||
tap_action:
|
||||
action: toggle
|
||||
hide_state: true
|
||||
use_light_color: false
|
||||
show_brightness_control: false
|
||||
layout: vertical
|
||||
hide_state: false
|
||||
- type: custom:mushroom-light-card
|
||||
entity: light.boys_room_closet
|
||||
name: Closet
|
||||
icon: ""
|
||||
tap_action:
|
||||
action: toggle
|
||||
hide_state: true
|
||||
hide_state: false
|
||||
layout: vertical
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
@@ -59,7 +60,6 @@ cards:
|
||||
entity: binary_sensor.boys_room_naturally_lit
|
||||
name: Naturally Lit
|
||||
layout: vertical
|
||||
secondary_info: none
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:mushroom-title-card
|
||||
@@ -73,6 +73,31 @@ cards:
|
||||
cards:
|
||||
- type: custom:mushroom-title-card
|
||||
subtitle: Sensors
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
entity: binary_sensor.white_bed_occupied
|
||||
icon: mdi:bed
|
||||
icon_color: >-
|
||||
{% if(is_state('binary_sensor.white_bed_occupied','on')) %}
|
||||
yellow
|
||||
{% endif %}
|
||||
primary: White Bed
|
||||
layout: vertical
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-entity-card
|
||||
layout: vertical
|
||||
entity: sensor.bed_presence_2d14a4_calibrated_right_pressure
|
||||
name: Calibrated Pressure
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: number.bed_presence_2d14a4_right_trigger_pressure
|
||||
layout: vertical
|
||||
name: Trigger
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: sensor.bed_presence_2d14a4_right_pressure
|
||||
name: Pressure
|
||||
layout: vertical
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-entity-card
|
||||
|
||||
Reference in New Issue
Block a user