Bunches of fixes nd changes

This commit is contained in:
CeeWeasel
2025-10-27 16:49:34 -04:00
parent 0c01e534ed
commit 953ee882cd
53 changed files with 1167 additions and 441 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ sections:
layout: vertical
tap_action:
action: call-service
action: homeassistant.toggle
service: homeassistant.toggle
service_data: {}
target:
entity_id: input_boolean.front_room_light_cycle
+1 -1
View File
@@ -43,7 +43,7 @@ cards:
- type: horizontal-stack
cards:
- type: custom:mushroom-entity-card
entity: switch.hvac_multisensor_display
entity: light.hvac_multisensor_display_backlight
name: HVAC Display
icon: mdi:monitor
layout: vertical
+7 -7
View File
@@ -184,7 +184,7 @@ cards:
action: more-info
hold_action:
action: call-service
action: homeassistant.toggle
service: homeassistant.toggle
service_data: {}
target:
entity_id: light.black_bed_wled
@@ -202,7 +202,7 @@ cards:
action: more-info
hold_action:
action: call-service
action: homeassistant.toggle
service: homeassistant.toggle
service_data: {}
target:
entity_id: light.white_bed_wled
@@ -264,7 +264,7 @@ cards:
name: All Songs
tap_action:
action: call-service
action: script.all_kids_youtube_music
service: script.all_kids_youtube_music
service_data: {}
target: {}
primary_info: name
@@ -276,7 +276,7 @@ cards:
name: Goodnight Songs
tap_action:
action: call-service
action: script.goodnight_kids_youtube_music
service: script.goodnight_kids_youtube_music
service_data: {}
target: {}
primary_info: name
@@ -288,7 +288,7 @@ cards:
name: "Off"
tap_action:
action: call-service
action: homeassistant.turn_off
service: homeassistant.turn_off
service_data: {}
target:
entity_id: media_player.ytube_music_player
@@ -319,13 +319,13 @@ cards:
primary: Black Bed
double_tap_action:
action: call-service
action: homeassistant.toggle
service: homeassistant.toggle
service_data: {}
target:
entity_id: switch.black_bed_force_occupancy
hold_action:
action: call-service
action: button.press
service: button.press
service_data: {}
target:
entity_id: button.black_bed_manual_tare
+102 -104
View File
@@ -292,7 +292,7 @@ cards:
- type: vertical-stack
cards:
- type: custom:mushroom-title-card
title: Upstairs
title: Private
- type: horizontal-stack
cards:
- type: custom:mushroom-template-card
@@ -310,6 +310,21 @@ cards:
icon_color: "{{iif(is_state('light.nursery_hue','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
- type: custom:mushroom-template-card
primary: Boy's Room
icon: mdi:earth
entity: light.boys_room_hue
tap_action:
action: navigate
navigation_path: boys-room
hold_action:
action: toggle
secondary: |-
{{states('sensor.boys_room_multisensor_air_temperature')}}°F
{{states('sensor.boys_room_multisensor_humidity')}}%
icon_color: "{{iif(is_state('light.boys_room_hue','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
- type: custom:mushroom-template-card
primary: Master Bedroom
icon: mdi:bed-king
@@ -319,15 +334,16 @@ cards:
navigation_path: master-bedroom
hold_action:
action: toggle
secondary: >-
secondary: |-
{{states('sensor.master_bedroom_multisensor_air_temperature')}}°F
{{states('sensor.master_bedroom_multisensor_humidity')}}%
icon_color: "{{iif(is_state('light.master_bedroom_hue','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
- type: horizontal-stack
cards:
- type: custom:mushroom-template-card
primary: Master Bathroom
primary: Bathroom
icon: mdi:shower
entity: light.master_bathroom_hue
tap_action:
@@ -338,9 +354,43 @@ cards:
secondary: |-
{{states('sensor.master_bathroom_thermostat_temperature')}}°F
{{states('sensor.master_bathroom_thermostat_humidity')}}%
icon_color: "{{iif(is_state('light.master_bathroom_hue','on'),'yellow')}}"
icon_color: "{{iif(is_state('light.master_bathroom','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
- type: custom:mushroom-template-card
primary: Utility Room
icon: mdi:washing-machine
entity: light.utility_room_vanity
tap_action:
action: navigate
navigation_path: utility-room
hold_action:
action: toggle
secondary: |-
{{states('sensor.utility_room_thermostat_temperature')}}°F
{{states('sensor.utility_room_thermostat_humidity')}}%
icon_color: "{{iif(is_state('light.utility_room_vanity','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
- type: custom:mushroom-template-card
primary: Furnace Room
icon: mdi:hvac
entity: light.furnace_room
tap_action:
action: navigate
navigation_path: furnace-room
hold_action:
action: toggle
secondary: |-
{{states('sensor.furnace_room_thermostat_temperature')}}°F
{{states('sensor.furnace_room_thermostat_humidity')}}%
icon_color: "{{iif(is_state('light.furnace_room','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
- type: vertical-stack
cards:
- type: custom:mushroom-title-card
title: Public
- type: horizontal-stack
cards:
- type: custom:mushroom-template-card
@@ -388,6 +438,53 @@ cards:
icon_color: "{{iif(is_state('light.dining_room_switch','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
- type: horizontal-stack
cards:
- type: custom:mushroom-template-card
primary: Computer Area
icon: mdi:desktop-classic
entity: light.computer_area_hue
tap_action:
action: navigate
navigation_path: computer-area
hold_action:
action: toggle
secondary: >-
{{states('sensor.computer_area_multisensor_air_temperature')}}°F
{{states('sensor.computer_area_multisensor_humidity')}}%
icon_color: "{{iif(is_state('light.computer_area_hue','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
- type: custom:mushroom-template-card
primary: Great Room
icon: mdi:microsoft-xbox-controller
entity: light.great_room_hue
tap_action:
action: navigate
navigation_path: great-room
hold_action:
action: toggle
secondary: |-
{{states('sensor.great_room_multisensor_air_temperature')}}°F
{{states('sensor.great_room_multisensor_humidity')}}%
icon_color: "{{iif(is_state('light.great_room_hue','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
- type: custom:mushroom-template-card
primary: Mancave
icon: mdi:human-male
entity: light.mancave
tap_action:
action: navigate
navigation_path: mancave
hold_action:
action: toggle
secondary: |-
{{states('sensor.mancave_thermostat_temperature')}}°F
{{states('sensor.mancave_thermostat_humidity')}}%
icon_color: "{{iif(is_state('light.mancave','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
- type: vertical-stack
cards:
- type: custom:mushroom-title-card
@@ -486,102 +583,3 @@ cards:
icon_color: "{{iif(is_state('light.deck','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
- type: vertical-stack
cards:
- type: custom:mushroom-title-card
subtitle: Downstairs
- type: horizontal-stack
cards:
- type: custom:mushroom-template-card
primary: Computer Area
icon: mdi:desktop-classic
entity: light.computer_area_hue
tap_action:
action: navigate
navigation_path: computer-area
hold_action:
action: toggle
secondary: >-
{{states('sensor.computer_area_multisensor_air_temperature')}}°F
{{states('sensor.computer_area_multisensor_humidity')}}%
icon_color: "{{iif(is_state('light.computer_area_hue','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
- type: custom:mushroom-template-card
primary: Great Room
icon: mdi:microsoft-xbox-controller
entity: light.great_room_hue
tap_action:
action: navigate
navigation_path: great-room
hold_action:
action: toggle
secondary: |-
{{states('sensor.great_room_multisensor_air_temperature')}}°F
{{states('sensor.great_room_multisensor_humidity')}}%
icon_color: "{{iif(is_state('light.great_room_hue','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
- type: custom:mushroom-template-card
primary: Utility Room
icon: mdi:washing-machine
entity: light.utility_room_vanity
tap_action:
action: navigate
navigation_path: utility-room
hold_action:
action: toggle
secondary: |-
{{states('sensor.utility_room_thermostat_temperature')}}°F
{{states('sensor.utility_room_thermostat_humidity')}}%
icon_color: "{{iif(is_state('light.utility_room_vanity','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
- type: horizontal-stack
cards:
- type: custom:mushroom-template-card
primary: Boy's Room
icon: mdi:earth
entity: light.boys_room_hue
tap_action:
action: navigate
navigation_path: boys-room
hold_action:
action: toggle
secondary: |-
{{states('sensor.boys_room_multisensor_air_temperature')}}°F
{{states('sensor.boys_room_multisensor_humidity')}}%
icon_color: "{{iif(is_state('light.boys_room_hue','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
- type: custom:mushroom-template-card
primary: Mancave
icon: mdi:human-male
entity: light.mancave
tap_action:
action: navigate
navigation_path: mancave
hold_action:
action: toggle
secondary: |-
{{states('sensor.mancave_thermostat_temperature')}}°F
{{states('sensor.mancave_thermostat_humidity')}}%
icon_color: "{{iif(is_state('light.mancave','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
- type: custom:mushroom-template-card
primary: Furnace Room
icon: mdi:hvac
entity: light.furnace_room
tap_action:
action: navigate
navigation_path: furnace-room
hold_action:
action: toggle
secondary: |-
{{states('sensor.furnace_room_thermostat_temperature')}}°F
{{states('sensor.furnace_room_thermostat_humidity')}}%
icon_color: "{{iif(is_state('light.furnace_room','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
+7 -7
View File
@@ -18,7 +18,7 @@ cards:
use_light_color: false
tap_action:
action: call-service
action: homeassistant.toggle
service: homeassistant.toggle
service_data: {}
target:
entity_id: input_boolean.nursery_occupied
@@ -43,7 +43,7 @@ cards:
'yellow') }}
tap_action:
action: call-service
action: homeassistant.toggle
service: homeassistant.toggle
service_data: {}
target:
entity_id: input_boolean.nursery_light_cycle
@@ -62,7 +62,7 @@ cards:
action: more-info
hold_action:
action: call-service
action: homeassistant.toggle
service: homeassistant.toggle
service_data: {}
target:
entity_id: light.black_bed_wled
@@ -79,7 +79,7 @@ cards:
action: more-info
hold_action:
action: call-service
action: homeassistant.toggle
service: homeassistant.toggle
service_data: {}
target:
entity_id: light.white_bed_wled
@@ -109,7 +109,7 @@ cards:
'yellow') }}
tap_action:
action: call-service
action: homeassistant.toggle
service: homeassistant.toggle
service_data: {}
target:
entity_id: input_boolean.front_room_light_cycle
@@ -207,7 +207,7 @@ cards:
'on'), 'yellow') }}
tap_action:
action: call-service
action: homeassistant.toggle
service: homeassistant.toggle
service_data: {}
target:
entity_id: input_boolean.computer_area_light_cycle
@@ -237,7 +237,7 @@ cards:
'yellow') }}
tap_action:
action: call-service
action: homeassistant.toggle
service: homeassistant.toggle
service_data: {}
target:
entity_id: input_boolean.great_room_light_cycle
+1 -1
View File
@@ -150,7 +150,7 @@ sections:
value: false
tap_action:
action: call-service
action: ytube_music_player.call_method
service: ytube_music_player.call_method
service_data:
entity_id: media_player.ytube_music_player
command: rate_track
+4 -4
View File
@@ -181,14 +181,14 @@ cards:
name: 5 Minute Test
tap_action:
action: call-service
action: opensprinkler.run
service: opensprinkler.run
data:
entity_id: switch.5_minute_test_program_enabled
- entity: binary_sensor.full_run_program_running
name: Full Run
tap_action:
action: call-service
action: opensprinkler.run
service: opensprinkler.run
data:
entity_id: switch.full_run_program_enabled
- entity: switch.morning_program_enabled
@@ -203,14 +203,14 @@ cards:
name: Front Yard Fun
tap_action:
action: call-service
action: opensprinkler.run
service: opensprinkler.run
data:
entity_id: switch.front_yard_fun_program_enabled
- entity: binary_sensor.back_yard_fun_program_running
name: Back Yard Fun
tap_action:
action: call-service
action: opensprinkler.run
service: opensprinkler.run
data:
entity_id: switch.back_yard_fun_program_enabled
columns: 2