mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
renames, fixes , and other fun schtuff
This commit is contained in:
+12
-26
@@ -8,9 +8,9 @@ cards:
|
||||
# Header and HVAC
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:mushroom-chips-card
|
||||
chips:
|
||||
- type: back
|
||||
# - type: custom:mushroom-chips-card
|
||||
# chips:
|
||||
# - type: back
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- hours_to_show: 24
|
||||
@@ -331,29 +331,15 @@ cards:
|
||||
target:
|
||||
entity_id: button.black_bed_manual_tare
|
||||
layout: vertical
|
||||
# - type: custom:mushroom-template-card
|
||||
# entity: input_boolean.white_bed_occupied
|
||||
# icon: mdi:bed
|
||||
# icon_color: >-
|
||||
# {% if(is_state('input_boolean.white_bed_occupied','on')) %}
|
||||
# yellow
|
||||
# {% elif(is_state('binary_sensor.white_bed_hx711_error','on')) %}
|
||||
# red
|
||||
# {% endif %}
|
||||
# primary: White Bed
|
||||
# double_tap_action:
|
||||
# action: call-service
|
||||
# service: homeassistant.toggle
|
||||
# service_data: {}
|
||||
# target:
|
||||
# entity_id: switch.white_bed_force_occupancy
|
||||
# hold_action:
|
||||
# action: call-service
|
||||
# service: button.press
|
||||
# service_data: {}
|
||||
# target:
|
||||
# entity_id: button.white_bed_manual_tare
|
||||
# layout: vertical
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user