Changing all kinds of shit

This commit is contained in:
CeeWeasel
2025-07-17 20:30:11 -04:00
parent 51d35b46e9
commit 81cbed6e51
36 changed files with 199 additions and 540 deletions
+23 -23
View File
@@ -331,29 +331,29 @@ cards:
target:
entity_id: button.black_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
{% 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
# {% 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: horizontal-stack
cards:
- type: custom:mushroom-entity-card