From 316bec98d98fd32174997f0eb9f2547cc150d4e8 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 30 Jan 2025 03:21:20 -0500 Subject: [PATCH 1/9] Redo the basement studio page on main dashboard with bubble cards --- main_dashboard.yaml | 838 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 738 insertions(+), 100 deletions(-) diff --git a/main_dashboard.yaml b/main_dashboard.yaml index edf49fb..63e7b58 100644 --- a/main_dashboard.yaml +++ b/main_dashboard.yaml @@ -138,6 +138,140 @@ streamline_templates: - entity: sensor.[[gamertag]]_gamer_score name: Gamer Score show_header_toggle: false + main_security_button: + defaults: + - name: '' + - columns: '' + card: + type: custom:bubble-card + card_type: button + button_type: state + entity: '[[entity]]' + name: '[[name]]' + card_layout: large + double_tap_action: + action: none + hold_action: + action: none + button_action: + double_tap_action: + action: none + hold_action: + action: none + columns: '[[columns]]' + styles: |- + .is-unavailable { + opacity: 0.5 !important; + } + .bubble-button-background { + opacity: 1 !important; + background-color: ${state === 'on' ? 'var(--error-color)' : 'var(--background-color-2)'} !important; + transition: background-color 1s !important; + } + .bubble-icon-container { + background: ${state === 'on' ? 'var(--error-color)' : 'var(--card-background-color)'} !important; + } + .bubble-icon-container::after { + opacity: ${state === 'on' ? 0.3 : 0} !important; + transition: all 1s !important; + } + .bubble-icon { + display: flex !important; + opacity: 0.5 !important; + } + .is-on .bubble-icon { + opacity: 1 !important; + } + main_accent_color_button: + defaults: + - name: '' + - columns: '' + card: + type: custom:bubble-card + card_type: button + button_type: state + entity: '[[entity]]' + name: '[[name]]' + show_state: true + card_layout: large + tap_action: + action: more-info + double_tap_action: + action: none + hold_action: + action: none + button_action: + double_tap_action: + action: none + hold_action: + action: none + columns: '[[columns]]' + styles: |- + .bubble-button-background { + opacity: 1 !important; + background-color: ${state === 'on' ? 'var(--accent-color)' : 'var(--background-color-2)'} !important; + } + .bubble-icon { + color: ${state === 'on' ? 'var(--accent-color)' : 'var(--text-color)'} !important; + } + main_temperature_button: + defaults: + - name: '' + - columns: '' + card: + type: custom:bubble-card + card_type: button + button_type: state + entity: '[[entity]]' + name: '[[name]]' + show_attribute: false + card_layout: large + columns: '[[columns]]' + styles: | + .is-unavailable { + opacity: 0.5 !important; + } + .bubble-button-background { + opacity: 1 !important; + background-color: ${hass.states['[[hot_entity]]'].state === 'on' ? 'var(--error-color)' : 'var(--background-color-2)'} !important; + transition: background-color 1s !important; + } + .bubble-icon-container { + background: ${hass.states['[[hot_entity]]'].state === 'on' ? 'var(--error-color)' : 'var(--card-background-color)'} !important; + } + .bubble-icon-container::after { + opacity: ${hass.states['[[hot_entity]]'].state === 'on' ? 0.3 : 0} !important; + transition: all 1s !important; + } + main_room_header: + defaults: + - name: '' + - icon: '' + - scene_text: '' + - power_entity: '' + - light_entity: '' + card: + type: custom:bubble-card + card_type: separator + name: '[[name]]' + icon: '[[icon]]' + card_layout: large + sub_button: + - name: Scene + entity: '[[scene_text]]' + show_state: true + state_background: false + icon: mdi:palette + tap_action: + action: none + visibility: + - condition: state + entity: '[[light_entity]]' + state: 'on' + - name: Power + entity: '[[power_entity]]' + show_state: true + state_background: false background: var(--background-image) title: Stratton Ave views: @@ -2660,8 +2794,14 @@ views: sections: - type: grid cards: - - type: heading - heading: Basement Studio + - type: custom:decluttering-card + template: main_room_header + variables: + - name: Basement Studio + - icon: mdi:twitch + - scene_text: input_text.basement_studio_selected_scene + - power_entity: sensor.basement_studio_total_power_sensor + - light_entity: light.basement_studio_lights - type: horizontal-stack cards: - type: custom:mushroom-light-card @@ -2681,87 +2821,33 @@ views: option: Adaptive target: entity_id: input_select.basement_studio_scenes + primary_info: none layout: vertical - - type: vertical-stack - cards: - - type: custom:mushroom-template-card - primary: Current Scene - secondary: '{{ states(''input_text.basement_studio_selected_scene'') }}' - tap_action: - action: none - hold_action: - action: none - double_tap_action: - action: none - layout: vertical - - type: custom:mushroom-template-card - entity: sensor.basement_studio_lights_power_sensor - primary: Power Usage - secondary: '{{ states(''sensor.basement_total_power_sensor'') }} W' - tap_action: - action: more-info - hold_action: - action: none - double_tap_action: - action: none - fill_container: false - layout: vertical - visibility: - - condition: state - entity: light.basement_studio_lights - state: 'on' - - type: custom:timer-bar-card - filter: true - entities: - - entity: timer.basement_studio_door_timer - sync_issues: ignore - tap_action: - action: none - hold_action: - action: more-info - double_tap_action: - action: none - layout: hide_name - modifications: - - elapsed: 40% - bar_foreground: orange - - elapsed: 80% - bar_foreground: red - extend_paper_buttons_row: - position: right - buttons: - - icon: mdi:check-circle - tap_action: - action: call-service - service: timer.finish - target: - entity_id: timer.basement_studio_door_timer - visibility: - - condition: or - conditions: - - condition: state - entity: timer.basement_studio_door_timer - state: running - - condition: state - entity: timer.basement_studio_door_timer - state: paused + - type: custom:bubble-card + card_type: separator + name: Lights + icon: mdi:lightbulb + card_layout: large - type: custom:bubble-card card_type: button button_type: slider entity: light.basement_led_strip_1 - name: LED Strip 1 - show_state: true show_attribute: true + show_state: true attribute: brightness - show_icon: true tap_action: action: toggle double_tap_action: action: none hold_action: action: more-info - columns: 2 + icon: hue:lightstrip + name: LED Strip 1 + styles: >- + ${icon.setAttribute("icon", state === 'off' ? 'hue:lightstrip-off' + : 'hue:lightstrip')} card_layout: large + columns: 2 - type: custom:bubble-card card_type: button button_type: slider @@ -2770,32 +2856,36 @@ views: show_state: true show_attribute: true attribute: brightness - show_icon: true tap_action: action: toggle double_tap_action: action: none hold_action: action: more-info - columns: 2 + styles: >- + ${icon.setAttribute("icon", state === 'off' ? + 'hue:floor-shade-off' : 'hue:floor-shade')} card_layout: large + columns: 2 - type: custom:bubble-card card_type: button button_type: slider entity: light.basement_short_lamp - name: Short Lamp - show_state: true show_attribute: true + show_state: true attribute: brightness - show_icon: true tap_action: action: toggle double_tap_action: action: none hold_action: action: more-info - columns: 2 + name: Short Lamp + styles: >- + ${icon.setAttribute("icon", state === 'off' ? + 'hue:floor-shade-off' : 'hue:floor-shade')} card_layout: large + columns: 2 - type: custom:bubble-card card_type: button button_type: slider @@ -2804,15 +2894,47 @@ views: show_state: true show_attribute: true attribute: brightness - show_icon: true tap_action: action: toggle double_tap_action: action: none hold_action: action: more-info - columns: 2 + styles: >- + ${icon.setAttribute("icon", state === 'off' ? + 'hue:floor-shade-off' : 'hue:floor-shade')} card_layout: large + columns: 2 + - type: custom:timer-bar-card + filter: true + entities: + - entity: timer.basement_studio_door_timer + name: Door Timer + sync_issues: ignore + tap_action: + action: call-service + service: timer.finish + target: + entity_id: timer.basement_studio_door_timer + hold_action: + action: more-info + double_tap_action: + action: none + modifications: + - elapsed: 40% + bar_foreground: orange + - elapsed: 80% + bar_foreground: red + compressed: true + - type: custom:bubble-card + card_type: separator + name: Media + icon: mdi:volume-high + card_layout: large + - type: custom:bubble-card + card_type: media-player + entity: media_player.basement_tv + name: TV - type: entities entities: - type: custom:paper-buttons-row @@ -2892,24 +3014,213 @@ views: show_name: true show_icon: true show_state: true - state_color: true - entities: - - entity: binary_sensor.basement_studio_door - name: Door - - type: glance - show_name: true - show_icon: true + show_last_changed: false + show_attribute: true + attribute: app_name + force_icon: false + hide: + play_pause_button: false + volume_button: false + power_button: false + card_layout: large + - type: custom:bubble-card + card_type: separator + name: Environment + icon: mdi:thermometer + card_layout: large + - type: conditional + conditions: + - condition: state + entity: input_boolean.basement_studio_heat_allowed + state: 'on' + card: + type: custom:stack-in-card + cards: + - features: + - style: icons + type: climate-hvac-modes + hvac_modes: + - 'off' + - heat + - type: target-temperature + - style: dropdown + type: climate-preset-modes + preset_modes: + - none + - frost + - eco + - comfort + - boost + type: tile + entity: climate.basement_studio_vtherm + vertical: false + show_entity_picture: false + hide_state: false + name: Basement Studio Heater + - type: custom:bubble-card + card_type: button + button_type: state + entity: switch.basement_studio_heater + name: Heater Running + show_attribute: false + tap_action: + action: none + double_tap_action: + action: none + hold_action: + action: none + button_action: + tap_action: + action: none + double_tap_action: + action: none + hold_action: + action: none + styles: |- + .bubble-button-background { + opacity: 1 !important; + background-color: ${state === 'on' ? 'var(--accent-color)' : 'var(--background-color-2)'} !important; + } + .bubble-icon { + color: ${state === 'on' ? 'var(--accent-color)' : 'var(--text-color)'} !important; + } + visibility: + - condition: state + entity: input_boolean.basement_studio_heat_allowed + state: 'on' + card_layout: large + - type: custom:bubble-card + card_type: button + button_type: switch + entity: fan.basement_fan + name: Fan show_state: true - state_color: true - entities: + tap_action: + action: toggle + double_tap_action: + action: none + hold_action: + action: more-info + button_action: + double_tap_action: + action: none + styles: |- + .bubble-icon { + animation: ${state === 'on' ? 'slow-rotate 2s linear infinite' : ''}; + } + @keyframes slow-rotate { + 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } + } + card_layout: large + columns: 2 + - type: custom:bubble-card + card_type: button + button_type: switch + entity: input_boolean.white_noise_basement + name: White Noise + show_state: true + tap_action: + action: toggle + double_tap_action: + action: none + hold_action: + action: more-info + button_action: + double_tap_action: + action: none + card_layout: large + columns: 2 + - type: custom:bubble-card + card_type: separator + name: Modes + icon: mdi:toggle-switch + card_layout: large + - type: custom:bubble-card + card_type: button + entity: input_boolean.studio_quiet + name: Studio Quiet + show_state: true + tap_action: + action: toggle + double_tap_action: + action: none + hold_action: + action: more-info + button_action: + double_tap_action: + action: none + card_layout: large + columns: 2 + - type: custom:bubble-card + card_type: button + button_type: switch + entity: input_boolean.gaming_mode + name: Gaming Mode + show_state: true + tap_action: + action: toggle + double_tap_action: + action: none + hold_action: + action: more-info + button_action: + double_tap_action: + action: none + card_layout: large + columns: 2 + - type: custom:bubble-card + card_type: separator + name: Status + icon: mdi:list-box + card_layout: large + - type: custom:decluttering-card + template: main_temperature_button + variables: + - name: Temp - entity: sensor.basement_studio_temperature - name: Temp - - entity: sensor.basement_studio_illuminance - name: Lux + - hot_entity: binary_sensor.basement_studio_hot + - columns: 2 + grid_options: + columns: 6 + rows: auto + - type: custom:bubble-card + card_type: button + button_type: state + entity: sensor.basement_studio_illuminance + name: Lux + show_state: true + tap_action: + action: more-info + double_tap_action: + action: none + hold_action: + action: none + button_action: + double_tap_action: + action: none + hold_action: + action: none + card_layout: large + columns: 2 + - type: custom:decluttering-card + template: main_accent_color_button + variables: + - name: Motion - entity: binary_sensor.basement_studio_motion - name: Motion + - columns: 2 + grid_options: + columns: 6 + rows: auto + - type: custom:decluttering-card + template: main_accent_color_button + variables: + - name: Occupied - entity: binary_sensor.basement_occupied - name: Occupied + - columns: 2 + grid_options: + columns: 6 + rows: auto - type: custom:fold-entity-row show_header_toggle: false state_color: true @@ -2968,15 +3279,6 @@ views: name: Sync Issue - entity: input_button.basement_led_strip_reset name: LED Strip Reset - visibility: - - condition: or - conditions: - - condition: state - entity: input_boolean.studio_quiet - state: 'off' - - condition: user - users: - - c3909d27048140729f002aaef0391775 - type: grid cards: - type: heading @@ -9119,6 +9421,342 @@ views: name: Sync Issue - entity: input_button.basement_led_strip_reset name: LED Strip Reset + - type: grid + cards: + - type: heading + heading: Basement Studio + - type: horizontal-stack + cards: + - type: custom:mushroom-light-card + entity: light.basement_studio_lights + name: Lights + icon: mdi:twitch + fill_container: true + use_light_color: true + show_brightness_control: true + show_color_temp_control: true + show_color_control: true + collapsible_controls: true + double_tap_action: + action: call-service + service: input_select.select_option + service_data: + option: Adaptive + target: + entity_id: input_select.basement_studio_scenes + layout: vertical + - type: vertical-stack + cards: + - type: custom:mushroom-template-card + primary: Current Scene + secondary: '{{ states(''input_text.basement_studio_selected_scene'') }}' + tap_action: + action: none + hold_action: + action: none + double_tap_action: + action: none + layout: vertical + - type: custom:mushroom-template-card + entity: sensor.basement_studio_lights_power_sensor + primary: Power Usage + secondary: '{{ states(''sensor.basement_total_power_sensor'') }} W' + tap_action: + action: more-info + hold_action: + action: none + double_tap_action: + action: none + fill_container: false + layout: vertical + visibility: + - condition: state + entity: light.basement_studio_lights + state: 'on' + - type: custom:timer-bar-card + filter: true + entities: + - entity: timer.basement_studio_door_timer + sync_issues: ignore + tap_action: + action: none + hold_action: + action: more-info + double_tap_action: + action: none + layout: hide_name + modifications: + - elapsed: 40% + bar_foreground: orange + - elapsed: 80% + bar_foreground: red + extend_paper_buttons_row: + position: right + buttons: + - icon: mdi:check-circle + tap_action: + action: call-service + service: timer.finish + target: + entity_id: timer.basement_studio_door_timer + visibility: + - condition: or + conditions: + - condition: state + entity: timer.basement_studio_door_timer + state: running + - condition: state + entity: timer.basement_studio_door_timer + state: paused + - type: custom:bubble-card + card_type: button + button_type: slider + entity: light.basement_led_strip_1 + name: LED Strip 1 + show_state: true + show_attribute: true + attribute: brightness + show_icon: true + tap_action: + action: toggle + double_tap_action: + action: none + hold_action: + action: more-info + columns: 2 + card_layout: large + - type: custom:bubble-card + card_type: button + button_type: slider + entity: light.basement_stairwell + name: Stairwell + show_state: true + show_attribute: true + attribute: brightness + show_icon: true + tap_action: + action: toggle + double_tap_action: + action: none + hold_action: + action: more-info + columns: 2 + card_layout: large + - type: custom:bubble-card + card_type: button + button_type: slider + entity: light.basement_short_lamp + name: Short Lamp + show_state: true + show_attribute: true + attribute: brightness + show_icon: true + tap_action: + action: toggle + double_tap_action: + action: none + hold_action: + action: more-info + columns: 2 + card_layout: large + - type: custom:bubble-card + card_type: button + button_type: slider + entity: light.basement_tall_lamp + name: Tall Lamp + show_state: true + show_attribute: true + attribute: brightness + show_icon: true + tap_action: + action: toggle + double_tap_action: + action: none + hold_action: + action: more-info + columns: 2 + card_layout: large + - type: entities + entities: + - type: custom:paper-buttons-row + buttons: + - entity: input_boolean.recliner_mode + layout: icon|name_state + name: Recliner Mode + state_icons: + unavailable: mdi:map-marker-question + state: + case: first + - entity: input_boolean.basement_studio_entertainment_control + layout: icon|name_state + name: Entertainment + state_icons: + unavailable: mdi:map-marker-question + state: + case: first + state_color: true + show_header_toggle: false + - type: entities + entities: + - type: custom:paper-buttons-row + buttons: + - entity: fan.basement_fan + name: Fan + layout: icon|name_state + state_icons: + 'on': mdi:fan + 'off': mdi:fan-off + unavailable: mdi:map-marker-question + state: + case: first + - entity: input_boolean.white_noise_basement + name: White Noise + layout: icon|name_state + state_icons: + 'on': mdi:volume-high + 'off': mdi:volume-off + unavailable: mdi:map-marker-question + state: + case: first + - entity: input_boolean.studio_quiet + name: Quiet + layout: icon|name_state + state_icons: + unavailable: mdi:map-marker-question + state: + case: first + - entity: input_boolean.gaming_mode + name: Gaming + layout: icon|name_state + state_icons: + unavailable: mdi:map-marker-question + state: + case: first + state_color: true + show_header_toggle: false + - type: custom:simple-thermostat + entity: climate.basement_studio_vtherm + header: false + decimals: 0 + step_size: 1 + layout: + mode: + headings: false + names: true + icons: true + step: row + control: + hvac: + heat: true + preset: + none: false + frost: + name: Minimum + eco: + name: Eco + comfort: + name: Comfort + boost: + name: Extra + - type: custom:mushroom-select-card + entity: input_select.basement_studio_scenes + layout: horizontal + name: Scenes + secondary_info: none + - type: custom:mushroom-select-card + entity: select.basement_led_strip_1_theme + layout: horizontal + name: LED Strip Theme + secondary_info: none + - type: glance + show_name: true + show_icon: true + show_state: true + state_color: true + entities: + - entity: binary_sensor.basement_studio_door + name: Door + - type: glance + show_name: true + show_icon: true + show_state: true + state_color: true + entities: + - entity: sensor.basement_studio_temperature + name: Temp + - entity: sensor.basement_studio_illuminance + name: Lux + - entity: binary_sensor.basement_studio_motion + name: Motion + - entity: binary_sensor.basement_occupied + name: Occupied + - type: custom:fold-entity-row + show_header_toggle: false + state_color: true + head: + type: section + label: More Settings + entities: + - type: custom:paper-buttons-row + buttons: + - entity: switch.adaptive_lighting_basement_studio + name: Adaptive Lighting + layout: icon|name_state + state: + case: first + - entity: switch.adaptive_lighting_sleep_mode_basement_studio + name: Night Mode + layout: icon|name_state + state: + case: first + - type: custom:paper-buttons-row + buttons: + - entity: switch.adaptive_lighting_adapt_brightness_basement_studio + name: Adapt Brightness + layout: icon|name_state + state: + case: first + - entity: switch.adaptive_lighting_adapt_color_basement_studio + name: Adapt Color + layout: icon|name_state + state: + case: first + - entity: input_boolean.basement_studio_dynamic_scenes + name: Dynamic Scenes + layout: icon|name_state + state: + case: first + - entity: input_boolean.basement_studio_heat_allowed + name: Heat Allowed + - entity: automation.basement_lights_handling + name: Auto Handling + - entity: automation.basement_lights_adaptive_resync + name: Adaptive Resync + - entity: input_number.daytime_colortemp_basement_studio + name: Day Colortemp + - entity: input_number.nighttime_colortemp_basement_studio + name: Night Colortemp + - entity: input_number.nighttime_brightness_basement_studio + name: Night Brightness + - entity: input_number.basement_studio_lights_off_delay + name: Lights Off Delay + - entity: counter.basement_studio_door_opened_today + name: Door Opened Today + - entity: counter.basement_led_strip_resets + name: LED Strip Resets + - entity: binary_sensor.basement_studio_sync_issue + name: Sync Issue + - entity: input_button.basement_led_strip_reset + name: LED Strip Reset + visibility: + - condition: or + conditions: + - condition: state + entity: input_boolean.studio_quiet + state: 'off' + - condition: user + users: + - c3909d27048140729f002aaef0391775 - type: sections max_columns: 4 title: Temp From 2d6a6a706b5cea56ede5abae90d3ede1f765911c Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 30 Jan 2025 17:13:46 -0500 Subject: [PATCH 2/9] Begin overhauling first floor cards --- main_dashboard.yaml | 1734 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1707 insertions(+), 27 deletions(-) diff --git a/main_dashboard.yaml b/main_dashboard.yaml index 63e7b58..803ed59 100644 --- a/main_dashboard.yaml +++ b/main_dashboard.yaml @@ -1693,6 +1693,872 @@ views: name: Lux Threshold max_columns: 4 cards: [] + - title: First Floor Sections + path: first-floor-sections + icon: mdi:home-floor-1 + type: sections + sections: + - type: grid + cards: + - type: custom:auto-entities + show_empty: false + card: + type: entities + show_header_toggle: false + state_color: true + title: Lights On + filter: + include: + - group: light.first_floor_lights + - entity_id: light.living_room_christmas_tree + - entity_id: input_boolean.tina_desk_lights + exclude: + - state: 'off' + - state: unavailable + - entity_id: light.tina_desk_lights + sort: + method: friendly_name + visibility: + - condition: state + entity: light.first_floor_lights + state: 'on' + - type: grid + cards: + - type: custom:decluttering-card + template: main_room_header + variables: + - name: Living Room + - icon: hue:room-living + - scene_text: input_text.living_room_selected_scene + - power_entity: sensor.living_room_total_power_sensor + - light_entity: light.living_room_lights + - type: custom:bubble-card + card_type: separator + name: Lights + icon: mdi:lightbulb + card_layout: large + sub_button: + - entity: select.living_room_led_strip_theme + name: LED Strip + show_name: true + icon: hue:lightstrip + - entity: input_select.living_room_scenes + name: Scenes + show_name: true + - type: horizontal-stack + cards: + - type: custom:mushroom-light-card + entity: light.living_room_lights + name: Lights + icon: hue:room-living + fill_container: true + use_light_color: true + show_brightness_control: true + show_color_temp_control: true + show_color_control: true + collapsible_controls: true + double_tap_action: + action: call-service + service: input_select.select_option + service_data: + option: Adaptive + target: + entity_id: input_select.living_room_scenes + primary_info: none + layout: vertical + - type: custom:bubble-card + card_type: button + button_type: slider + entity: light.living_room_overhead + name: Overhead + show_state: true + show_attribute: true + attribute: brightness + tap_action: + action: toggle + double_tap_action: + action: none + hold_action: + action: more-info + card_layout: large + columns: 2 + icon: '' + - type: custom:bubble-card + card_type: button + button_type: slider + entity: light.living_room_led_strip + name: LED Strip + show_state: true + show_attribute: true + attribute: brightness + tap_action: + action: toggle + double_tap_action: + action: none + hold_action: + action: more-info + icon: hue:lightstrip + columns: 2 + card_layout: large + - type: custom:bubble-card + card_type: button + button_type: switch + entity: light.christmas_tree + name: Tree + show_state: true + show_attribute: false + tap_action: + action: toggle + double_tap_action: + action: none + hold_action: + action: more-info + icon: mdi:pine-tree + button_action: + tap_action: + action: toggle + double_tap_action: + action: none + hold_action: + action: more-info + visibility: + - condition: or + conditions: + - condition: state + entity: light.christmas_tree + state_not: unavailable + card_layout: large + columns: 2 + - type: custom:bubble-card + card_type: button + button_type: switch + entity: light.christmas_lights_front_window + name: Window + show_state: true + show_attribute: false + tap_action: + action: toggle + double_tap_action: + action: none + hold_action: + action: more-info + icon: mdi:string-lights + button_action: + tap_action: + action: toggle + double_tap_action: + action: none + hold_action: + action: more-info + visibility: + - condition: or + conditions: + - condition: state + entity: light.christmas_lights_front_window + state_not: unavailable + card_layout: large + columns: 2 + - type: custom:bubble-card + card_type: separator + name: Media + icon: mdi:volume-high + card_layout: large + - type: custom:bubble-card + card_type: media-player + entity: media_player.living_room_tv + name: TV + show_state: true + show_last_changed: false + show_attribute: true + attribute: app_id + force_icon: false + hide: + play_pause_button: false + volume_button: false + power_button: false + card_layout: large + - type: custom:bubble-card + card_type: separator + name: Status + icon: mdi:list-box + card_layout: large + - type: custom:decluttering-card + template: main_temperature_button + variables: + - name: Front Temp + - entity: sensor.living_room_front_temperature + - hot_entity: binary_sensor.living_room_hot + - columns: 2 + grid_options: + columns: 6 + rows: auto + - type: custom:bubble-card + card_type: button + button_type: state + entity: sensor.living_room_front_illuminance + name: Front Lux + show_attribute: false + card_layout: large + columns: 2 + - type: custom:decluttering-card + template: main_temperature_button + variables: + - name: Back Temp + - entity: sensor.living_room_back_temperature + - hot_entity: binary_sensor.living_room_back_hot + - columns: 2 + grid_options: + columns: 6 + rows: auto + - type: custom:bubble-card + card_type: button + button_type: state + entity: sensor.living_room_back_illuminance + name: Back Lux + show_attribute: false + card_layout: large + columns: 2 + - type: custom:decluttering-card + template: main_accent_color_button + variables: + - name: Front Motion + - entity: binary_sensor.living_room_front_motion + grid_options: + columns: 4 + rows: auto + - type: custom:decluttering-card + template: main_accent_color_button + variables: + - name: Back Motion + - entity: binary_sensor.living_room_back_motion + grid_options: + columns: 4 + rows: auto + - type: custom:decluttering-card + template: main_accent_color_button + variables: + - name: Occupied + - entity: binary_sensor.living_room_occupied + grid_options: + columns: 4 + rows: auto + - type: custom:timer-bar-card + filter: true + entities: + - entity: timer.living_room_motion_timer + name: Motion Timer + sync_issues: ignore + tap_action: + action: call-service + service: timer.finish + target: + entity_id: timer.living_room_motion_timer + hold_action: + action: more-info + double_tap_action: + action: none + modifications: + - elapsed: 40% + bar_foreground: orange + - elapsed: 80% + bar_foreground: red + compressed: true + - type: custom:bubble-card + card_type: separator + name: Security + icon: mdi:security + card_layout: large + - type: custom:decluttering-card + template: main_security_button + variables: + - name: Door + - entity: binary_sensor.front_door + grid_options: + columns: 4 + rows: auto + - type: custom:decluttering-card + template: main_security_button + variables: + - name: Front 1 + - entity: binary_sensor.front_window_1 + grid_options: + columns: 4 + rows: auto + - type: custom:decluttering-card + template: main_security_button + variables: + - name: Front 2 + - entity: binary_sensor.front_window_2 + grid_options: + columns: 4 + rows: auto + - type: custom:decluttering-card + template: main_security_button + variables: + - name: Front 3 + - entity: binary_sensor.front_window_3 + grid_options: + columns: 4 + rows: auto + - type: custom:decluttering-card + template: main_security_button + variables: + - name: Side 1 + - entity: binary_sensor.side_window_1 + grid_options: + columns: 4 + rows: auto + - type: custom:decluttering-card + template: main_security_button + variables: + - name: Side 2 + - entity: binary_sensor.side_window_2 + grid_options: + columns: 4 + rows: auto + - type: custom:decluttering-card + template: main_security_button + variables: + - name: Side 3 + - entity: binary_sensor.side_window_3 + grid_options: + columns: 4 + rows: auto + - type: custom:decluttering-card + template: main_security_button + variables: + - name: Side 4 + - entity: binary_sensor.side_window_4 + grid_options: + columns: 4 + rows: auto + - type: custom:decluttering-card + template: main_security_button + variables: + - name: Back 1 + - entity: binary_sensor.back_window_1 + grid_options: + columns: 4 + rows: auto + - type: custom:decluttering-card + template: main_security_button + variables: + - name: Back 2 + - entity: binary_sensor.back_window_2 + grid_options: + columns: 4 + rows: auto + - type: custom:fold-entity-row + head: + type: section + label: More Settings + entities: + - type: custom:paper-buttons-row + buttons: + - entity: switch.adaptive_lighting_living_room + name: Adaptive Lighting + layout: icon|name_state + state: + case: first + - entity: switch.adaptive_lighting_sleep_mode_living_room + name: Night Mode + layout: icon|name_state + state: + case: first + - type: custom:paper-buttons-row + buttons: + - entity: input_boolean.living_room_dynamic_scenes + name: Dynamic Scenes + layout: icon|name_state + state_icons: + 'on': mdi:animation + 'off': mdi:animation-outline + state: + case: first + - entity: input_boolean.living_room_entertainment_control + name: Media Scenes + layout: icon|name_state + state_icons: + 'on': mdi:television-ambient-light + 'off': mdi:television-off + state: + case: first + - type: custom:paper-buttons-row + buttons: + - entity: switch.adaptive_lighting_adapt_color_living_room + name: Adapt Color + layout: icon|name_state + state: + case: first + - entity: switch.adaptive_lighting_adapt_brightness_living_room + name: Adapt Brightness + layout: icon|name_state + state: + case: first + - entity: switch.living_room_motion_lighting + name: Motion Lighting + - entity: input_number.daytime_colortemp_living_room + name: Day Colortemp + - entity: input_number.nighttime_colortemp_living_room + name: Night Colortemp + - entity: input_number.nighttime_brightness_living_room + name: Night Brightness + - entity: input_number.living_room_lights_off_delay + name: Lights Off Delay + secondary_info: Only used at night + - entity: input_number.living_room_lux_threshold + name: Lux Threshold + - entity: binary_sensor.living_room_sync_issue + name: Sync Issue + - entity: script.emma_rainbow_lights + name: Emma Rainbow + - type: grid + cards: + - type: custom:decluttering-card + template: main_room_header + variables: + - name: Downstairs Bathroom + - icon: mdi:toilet + - scene_text: input_text.downstairs_bathroom_selected_scene + - power_entity: sensor.downstairs_bathroom_lights_power_sensor + - light_entity: light.downstairs_bathroom_lights + - type: custom:bubble-card + card_type: separator + name: Lights + icon: mdi:lightbulb + card_layout: large + sub_button: + - entity: input_select.downstairs_bathroom_scenes + name: Scenes + show_name: true + - type: horizontal-stack + cards: + - type: custom:mushroom-light-card + entity: light.downstairs_bathroom_lights + name: Lights + icon: mdi:toilet + fill_container: true + use_light_color: true + show_brightness_control: true + show_color_temp_control: true + show_color_control: true + collapsible_controls: true + double_tap_action: + action: call-service + service: input_select.select_option + service_data: + option: Adaptive + target: + entity_id: input_select.downstairs_bathroom_scenes + primary_info: none + layout: vertical + - type: custom:bubble-card + card_type: separator + name: Laundry + icon: mdi:tshirt-crew + card_layout: large + - type: custom:bubble-card + card_type: button + entity: timer.washer_timer + button_type: state + name: Washer + show_attribute: false + card_layout: large + columns: 2 + - type: custom:bubble-card + card_type: button + entity: timer.dryer_timer + button_type: state + name: Dryer + show_attribute: false + card_layout: large + columns: 2 + - type: custom:bubble-card + card_type: separator + name: Status + icon: mdi:list-box + card_layout: large + - type: custom:decluttering-card + template: main_temperature_button + variables: + - name: Temp + - entity: sensor.downstairs_bathroom_temperature + - hot_entity: binary_sensor.downstairs_bathroom_hot + - columns: 2 + grid_options: + columns: 6 + rows: auto + - type: custom:bubble-card + card_type: button + button_type: state + entity: sensor.downstairs_bathroom_illuminance + name: Lux + card_layout: large + columns: 2 + - type: custom:decluttering-card + template: main_accent_color_button + variables: + - name: Motion + - entity: binary_sensor.downstairs_bathroom_motion + - columns: 2 + grid_options: + columns: 6 + rows: auto + - type: custom:decluttering-card + template: main_accent_color_button + variables: + - name: Occupied + - entity: binary_sensor.downstairs_bathroom_occupied + - columns: 2 + grid_options: + columns: 6 + rows: auto + - type: custom:bubble-card + card_type: separator + name: Security + icon: mdi:security + card_layout: large + - type: custom:decluttering-card + template: main_security_button + variables: + - name: Back + - entity: binary_sensor.downstairs_bathroom_window_1 + - columns: 2 + grid_options: + columns: 6 + rows: auto + - type: custom:decluttering-card + template: main_security_button + variables: + - name: Side + - entity: binary_sensor.downstairs_bathroom_window_2 + - columns: 2 + grid_options: + columns: 6 + rows: auto + - type: custom:timer-bar-card + filter: true + entities: + - entity: timer.downstairs_bathroom_lights_timer + name: Motion Timer + sync_issues: ignore + tap_action: + action: call-service + service: timer.finish + target: + entity_id: timer.downstairs_bathroom_lights_timer + hold_action: + action: more-info + double_tap_action: + action: none + modifications: + - elapsed: 40% + bar_foreground: orange + - elapsed: 80% + bar_foreground: red + compressed: true + - type: horizontal-stack + cards: [] + - type: custom:fold-entity-row + head: + type: section + label: More Settings + entities: + - type: custom:paper-buttons-row + buttons: + - entity: switch.adaptive_lighting_downstairs_bathroom + name: Adaptive Lighting + layout: icon|name_state + state: + case: first + - entity: switch.adaptive_lighting_sleep_mode_downstairs_bathroom + name: Night Mode + layout: icon|name_state + state: + case: first + - entity: switch.downstairs_bathroom_motion_lighting + name: Motion Lighting + - entity: input_number.nighttime_brightness_downstairs_bathroom + name: Night Brightness + - entity: input_number.downstairs_bathroom_lights_off_delay + name: Lights Off Delay + - entity: input_number.downstairs_bathroom_lux_threshold + name: Lux Threshold + show_header_toggle: false + - type: grid + cards: + - type: custom:stack-in-card + card_mod: + style: | + ha-card { + overflow: visible !important; + } + cards: + - type: custom:mushroom-light-card + entity: light.tina_desk_lights + name: Tina Desk + tap_action: + action: call-service + service: input_boolean.toggle + service_data: + entity_id: input_boolean.tina_desk_lights + double_tap_action: + action: call-service + service: input_select.select_option + service_data: + entity_id: input_select.tina_desk_scenes + option: Reset + hold_action: + action: more-info + icon: mdi:floor-lamp + layout: vertical + use_light_color: true + show_brightness_control: true + show_color_temp_control: true + show_color_control: true + collapsible_controls: true + - type: custom:state-switch + entity: light.tina_desk_lights + states: + 'on': + type: custom:mushroom-template-card + primary: Current Scene + secondary: '{{ states(''input_text.tina_desk_selected_scene'') }}' + tap_action: + action: none + hold_action: + action: none + double_tap_action: + action: none + layout: vertical + - type: custom:mushroom-template-card + entity: sensor.kallen_bedroom_lights_power_sensor + primary: Power Usage + secondary: '{{ states(''sensor.tina_desk_total_power_sensor'') }} W' + tap_action: + action: more-info + hold_action: + action: none + double_tap_action: + action: none + layout: vertical + - type: entities + entities: + - type: custom:paper-buttons-row + buttons: + - entity: light.tina_lamp_top + name: Top + layout: icon|name_state + state: + case: first + state_icons: + 'on': hue:floor-shade + 'off': hue:floor-shade-off + unavailable: mdi:map-marker-question + - entity: light.tina_lamp_side + name: Side + layout: icon|name_state + state: + case: first + state_icons: + 'on': hue:floor-shade + 'off': hue:floor-shade-off + unavailable: mdi:map-marker-question + - entity: light.tina_desk_strip + name: Strip + layout: icon|name_state + state: + case: first + state_icons: + 'on': hue:lightstrip + 'off': hue:lightstrip-off + unavailable: mdi:map-marker-question + icon: mdi:led-strip + - entity: input_select.tina_desk_scenes + name: Tina Desk Scenes + - entity: input_select.tina_lamp_scenes + name: Tina Lamp Scenes + - type: glance + show_name: true + show_icon: true + show_state: true + state_color: true + entities: + - entity: binary_sensor.tina_desk_occupied + name: Occupied + - type: custom:fold-entity-row + head: + type: section + label: More Settings + entities: + - type: custom:paper-buttons-row + buttons: + - entity: switch.adaptive_lighting_tina_lamp + name: Adaptive Lighting (Lamp) + layout: icon|name_state + state: + case: first + - entity: switch.adaptive_lighting_sleep_mode_tina_lamp + name: Night Mode (Lamp) + layout: icon|name_state + state: + case: first + - entity: input_number.daytime_colortemp_tina_lamp + name: Day Colortemp + - entity: input_number.nighttime_colortemp_tina_lamp + name: Night Colortemp + - entity: input_number.nighttime_brightness_tina_lamp + name: Night Brightness + - type: grid + cards: + - type: custom:stack-in-card + card_mod: + style: | + ha-card { + overflow: visible !important; + } + cards: + - type: glance + title: Kitchen Card - Placeholder + show_name: true + show_icon: true + show_state: true + state_color: true + entities: + - entity: binary_sensor.kitchen_big_window + - type: grid + cards: + - type: custom:stack-in-card + card_mod: + style: | + ha-card { + overflow: visible !important; + } + cards: + - type: custom:mushroom-light-card + entity: light.mud_room_overhead + name: Mud Room + double_tap_action: + action: call-service + service: input_select.select_option + service_data: + option: Adaptive + target: + entity_id: input_select.mud_room_scenes + icon: hue:room-other + layout: vertical + show_brightness_control: true + collapsible_controls: true + - type: custom:state-switch + entity: light.mud_room_overhead + states: + 'on': + type: custom:mushroom-template-card + primary: Current Scene + secondary: '{{ states(''input_text.mud_room_selected_scene'') }}' + tap_action: + action: none + hold_action: + action: none + double_tap_action: + action: none + layout: vertical + - type: custom:state-switch + entity: light.mud_room_overhead + states: + 'on': + type: custom:mushroom-template-card + entity: sensor.mud_room_overhead_power_sensor + primary: Power Usage + secondary: '{{ states(''sensor.mud_room_overhead_power_sensor'') }} W' + tap_action: + action: more-info + hold_action: + action: none + double_tap_action: + action: none + layout: vertical + - type: custom:timer-bar-card + filter: true + entities: + - entity: timer.mud_room_motion_timer + sync_issues: ignore + tap_action: + action: none + hold_action: + action: more-info + double_tap_action: + action: none + layout: hide_name + modifications: + - elapsed: 40% + bar_foreground: orange + - elapsed: 80% + bar_foreground: red + extend_paper_buttons_row: + position: right + buttons: + - icon: mdi:check-circle + tap_action: + action: call-service + service: timer.finish + target: + entity_id: timer.mud_room_motion_timer + - type: entities + entities: + - entity: input_select.mud_room_scenes + show_header_toggle: false + - type: glance + show_name: true + show_icon: true + show_state: true + state_color: true + entities: + - entity: binary_sensor.back_door + - entity: binary_sensor.mud_room_window + - type: glance + show_name: true + show_icon: true + show_state: true + state_color: true + entities: + - entity: sensor.mud_room_temperature + name: Temp + - entity: sensor.mud_room_illuminance + name: Lux + - entity: binary_sensor.mud_room_motion + name: Motion + - entity: binary_sensor.mud_room_occupied + name: Occupied + - type: custom:fold-entity-row + head: + type: section + label: More Settings + entities: + - type: custom:paper-buttons-row + buttons: + - entity: switch.adaptive_lighting_mud_room + name: Adaptive Lighting + layout: icon|name_state + state: + case: first + - entity: switch.adaptive_lighting_sleep_mode_mud_room + name: Night Mode + layout: icon|name_state + state: + case: first + - entity: switch.mud_room_motion_lighting + name: Motion Lighting + - entity: input_number.nighttime_brightness_mud_room + name: Night Brightness + - entity: input_number.mud_room_lights_off_delay + name: Lights Off Delay + - entity: input_number.mud_room_lux_threshold + name: Lux Threshold + max_columns: 4 + cards: [] + visible: + - user: c3909d27048140729f002aaef0391775 - title: Second Floor path: second-floor icon: mdi:home-floor-2 @@ -3028,35 +3894,25 @@ views: name: Environment icon: mdi:thermometer card_layout: large - - type: conditional - conditions: + - type: custom:bubble-card + card_type: climate + sub_button: + - entity: climate.basement_studio_vtherm + select_attribute: hvac_modes + name: HVAC modes menu + state_background: true + - name: Presets menu + select_attribute: preset_modes + state_background: false + show_arrow: true + name: Thermostat + entity: climate.basement_studio_vtherm + card_layout: large + state_color: false + visibility: - condition: state entity: input_boolean.basement_studio_heat_allowed state: 'on' - card: - type: custom:stack-in-card - cards: - - features: - - style: icons - type: climate-hvac-modes - hvac_modes: - - 'off' - - heat - - type: target-temperature - - style: dropdown - type: climate-preset-modes - preset_modes: - - none - - frost - - eco - - comfort - - boost - type: tile - entity: climate.basement_studio_vtherm - vertical: false - show_entity_picture: false - hide_state: false - name: Basement Studio Heater - type: custom:bubble-card card_type: button button_type: state @@ -6690,7 +7546,7 @@ views: conditions: - condition: state entity: binary_sensor.minnesota_vikings_inhibit - state: '' + state: 'off' - condition: state entity: binary_sensor.san_francisco_49ers_inhibit state: 'off' @@ -8541,6 +9397,232 @@ views: icon: mdi:weather-cloudy cards: [] subview: true + - title: Testing + path: testing + icon: mdi:test-tube + type: sections + sections: + - type: grid + cards: + - type: heading + heading: Presence + - type: entities + entities: + - entity: sensor.people_at_home + - entity: binary_sensor.tony_presence + - entity: binary_sensor.tina_presence + - entity: binary_sensor.kallen_presence + - entity: sensor.tony_location + - entity: sensor.tina_location + - entity: sensor.kallen_location + - entity: input_boolean.kallen_at_school + - entity: binary_sensor.tony_home + - entity: binary_sensor.tina_home + - entity: binary_sensor.kallen_home + - entity: binary_sensor.nerds_home + - entity: binary_sensor.parents_home + - entity: binary_sensor.family_home + - entity: group.family + - entity: group.adults + - entity: device_tracker.tony_s_iphone + - entity: device_tracker.tony_s_iphone_app + - entity: device_tracker.tinas_iphone + - entity: device_tracker.tinas_iphone_app + - entity: device_tracker.kallen_iphone + - entity: device_tracker.kallen_iphone_app + - entity: binary_sensor.people_present + - entity: sensor.last_outdoor_presence_trigger + show_header_toggle: false + state_color: true + - type: grid + cards: + - type: heading + heading: Misc + - type: entities + state_color: true + entities: + - entity: input_boolean.tony_awake + - entity: input_boolean.tina_awake + - entity: input_boolean.kallen_awake + - entity: input_boolean.emma_awake + - entity: sensor.services_down + - entity: sensor.room_presence + - entity: sensor.last_alexa_name + - entity: sensor.last_alexa_serial + - entity: sensor.last_alexa_entity_id + - entity: sensor.tony_current_age + - entity: sensor.tina_current_age + - entity: sensor.kallen_current_age + - entity: sensor.emma_current_age + - entity: sensor.birthdays_today + - entity: sensor.total_age_years + - entity: binary_sensor.people_sleeping + - entity: sensor.people_sleeping_total + - entity: sensor.second_floor_plugs_current + - entity: sensor.first_floor_plugs_current + - entity: sensor.basement_plugs_current + show_header_toggle: false + - type: entities + entities: + - entity: sensor.bedrooms_max_temp + visibility: + - condition: numeric_state + entity: sensor.bedrooms_max_temp + above: 50 + - condition: user + users: + - f387a983651a4321a7411ff8cf36f949 + - 879b4c04e32841b3ad1d2763a11b4e70 + - c3909d27048140729f002aaef0391775 + - type: custom:twitch-followed-live-streams-card + global_credentials_user_name: ironnerd24 + global_credentials_access_token: byewyefnhuigdv2t6bu4172tqggpy9 + global_credentials_client_id: 5p6hri1olv96he0umxchi8vuh7el39 + streams_limit_count: 8 + streams_image_show: true + streams_show_viewers: true + streams_show_title: false + streams_vip: + - fuzhpuzy + - manasen + - misami_desu + - kobegriffin23 + - type: grid + cards: + - type: heading + heading: Sports + - type: entities + entities: + - entity: switch.watching_sports + - entity: select.active_sporting_event + - entity: select.sports_room + name: Active Room + - entity: number.team_score + - entity: number.opponent_score + show_header_toggle: false + state_color: true + - type: custom:auto-entities + card: + type: entities + show_header_toggle: false + state_color: true + filter: + include: + - label: sports + domain: binary_sensor + sort: + method: entity_id + reverse: false + numeric: true + ignore_case: false + - type: grid + cards: + - type: heading + heading: Card Templating + - type: custom:card-templater + card: + type: entities + show_header_toggle: false + columns: 2 + title: Card Templater + entities: + - entity: person.tony_stork + name_template: >- + {{ "Stupid" if + is_state('input_boolean.early_night_mode','on') else "Not + Stupid" }} + - type: custom:config-template-card + variables: + BOOL_STATE: states['input_boolean.toggle_testing'].state + LIGHT_STATE: states['light.living_room_lights'].state + entities: + - light.living_room_lights + - input_boolean.toggle_testing + card: + type: entities + title: '${BOOL_STATE === ''on'' ? ''Testing'' : ''Fucked Up''}' + entities: + - entity: light.living_room_lights + name: '${BOOL_STATE === ''on'' ? ''Lights'' : ''Other Lights''}' + - entity: input_boolean.toggle_testing + show_header_toggle: false + state_color: true + - type: grid + cards: + - type: heading + heading: Diagnostics Feed + - type: custom:home-feed-card + card_id: diag_feed + show_empty: false + id_filter: ^diag_feed_.* + more_info_on_tap: true + state_color: true + entities: + - entity: automation.family_has_arrived + - entity: automation.family_has_left + - entity: automation.presence_disconnect_protection + - entity: automation.icloud3_restart + - entity: automation.basement_led_strip_reset + - entity: binary_sensor.lightning_warning + - entity: binary_sensor.raining + name: Raining + - entity: sensor.total_rain_sensors + - type: grid + cards: + - type: heading + heading: Alarm Clock Testing + - type: entities + entities: + - entity: input_boolean.master_bedroom_alarm_clock + - entity: input_datetime.master_bedroom_alarm_clock + - entity: input_boolean.kallen_alarm_clock + - entity: input_datetime.kallen_alarm_clock + - entity: input_boolean.emma_alarm_clock + - entity: input_datetime.emma_alarm_clock + show_header_toggle: false + state_color: true + - type: grid + cards: + - type: heading + heading: Testing Entities + - type: entities + entities: + - entity: input_datetime.time_testing + - entity: input_datetime.date_testing + - entity: input_datetime.datetime_testing + - entity: input_text.text_testing + - entity: input_text.password_testing + - entity: input_select.select_testing + - entity: input_boolean.toggle_testing + - entity: input_number.number_box_test + - entity: input_number.number_slider_test + - entity: switch.power_tester + - entity: sensor.power_tester_power + - entity: sensor.power_tester_current + - entity: sensor.power_tester_voltage + show_header_toggle: false + state_color: true + - type: grid + cards: + - type: heading + heading: Time of Day Sensors + - type: entities + entities: + - entity: binary_sensor.day + - entity: binary_sensor.after_midnight + - entity: binary_sensor.early_morning + - entity: binary_sensor.morning + - entity: binary_sensor.late_morning + - entity: binary_sensor.midday + - entity: binary_sensor.evening + - entity: binary_sensor.night + - entity: binary_sensor.overnight + - entity: binary_sensor.quiet_time + show_header_toggle: false + state_color: true + max_columns: 4 + cards: [] + background: {} - type: sections max_columns: 4 title: Weather Test @@ -9757,6 +10839,604 @@ views: - condition: user users: - c3909d27048140729f002aaef0391775 + - type: grid + cards: + - type: custom:stack-in-card + card_mod: + style: | + ha-card { + overflow: visible !important; + } + cards: + - type: custom:mushroom-light-card + icon: hue:room-living + name: Living Room + double_tap_action: + action: call-service + service: input_select.select_option + service_data: + option: Adaptive + target: + entity_id: input_select.living_room_scenes + hold_action: + action: more-info + entity: light.living_room_lights + use_light_color: true + show_brightness_control: true + show_color_temp_control: true + show_color_control: true + collapsible_controls: true + fill_container: false + layout: vertical + - type: custom:state-switch + entity: light.living_room_lights + states: + 'on': + type: custom:mushroom-template-card + primary: Current Scene + secondary: '{{ states(''input_text.living_room_selected_scene'') }}' + tap_action: + action: none + hold_action: + action: none + double_tap_action: + action: none + layout: vertical + - type: custom:mushroom-template-card + entity: sensor.living_room_total_power_sensor + primary: Power Usage + secondary: '{{ states(''sensor.living_room_total_power_sensor'') }} W' + tap_action: + action: more-info + hold_action: + action: none + double_tap_action: + action: none + layout: vertical + - type: custom:timer-bar-card + filter: true + entities: + - entity: timer.living_room_motion_timer + sync_issues: ignore + tap_action: + action: none + hold_action: + action: more-info + double_tap_action: + action: none + layout: hide_name + modifications: + - elapsed: 40% + bar_foreground: orange + - elapsed: 80% + bar_foreground: red + extend_paper_buttons_row: + position: right + buttons: + - icon: mdi:check-circle + tap_action: + action: call-service + service: timer.finish + target: + entity_id: timer.living_room_motion_timer + - type: entities + entities: + - type: custom:paper-buttons-row + buttons: + - entity: light.living_room_overhead + name: Overhead + layout: icon|name_state + state: + case: first + state_icons: + 'on': hue:ceiling-devere + 'off': hue:ceiling-devere-off + unavailable: mdi:map-marker-question + - entity: light.living_room_led_strip + name: LED Strip + layout: icon|name_state + state: + case: first + state_icons: + 'on': hue:lightstrip + 'off': hue:lightstrip-off + unavailable: mdi:map-marker-question + - type: custom:paper-buttons-row + buttons: + - entity: light.christmas_tree + name: Tree + layout: icon|name_state + state: + case: first + state_icons: + 'on': mdi:pine-tree-variant + 'off': mdi:pine-tree-variant-outline + unavailable: mdi:map-marker-question + - entity: light.christmas_lights_front_window + name: Window + layout: icon|name_state + state: + case: first + state_icons: + 'on': mdi:string-lights + 'off': mdi:string-lights-off + unavailable: mdi:map-marker-question + - type: entities + entities: + - entity: input_select.living_room_scenes + - entity: select.living_room_led_strip_theme + name: LED Strip Theme + show_header_toggle: false + - type: glance + show_name: true + show_icon: true + show_state: true + state_color: true + entities: + - entity: binary_sensor.front_door + - entity: binary_sensor.front_window_1 + name: FW1 + - entity: binary_sensor.front_window_2 + name: FW2 + - type: glance + show_name: true + show_icon: true + show_state: true + state_color: true + entities: + - entity: sensor.living_room_front_temperature + name: Temp + - entity: sensor.living_room_front_illuminance + name: Light + - entity: binary_sensor.living_room_front_motion + name: Motion + - entity: binary_sensor.living_room_occupied + name: Occupied + - type: custom:fold-entity-row + head: + type: section + label: More Settings + entities: + - type: custom:paper-buttons-row + buttons: + - entity: switch.adaptive_lighting_living_room + name: Adaptive Lighting + layout: icon|name_state + state: + case: first + - entity: switch.adaptive_lighting_sleep_mode_living_room + name: Night Mode + layout: icon|name_state + state: + case: first + - type: custom:paper-buttons-row + buttons: + - entity: input_boolean.living_room_dynamic_scenes + name: Dynamic Scenes + layout: icon|name_state + state_icons: + 'on': mdi:animation + 'off': mdi:animation-outline + state: + case: first + - entity: input_boolean.living_room_entertainment_control + name: Media Scenes + layout: icon|name_state + state_icons: + 'on': mdi:television-ambient-light + 'off': mdi:television-off + state: + case: first + - type: custom:paper-buttons-row + buttons: + - entity: switch.adaptive_lighting_adapt_color_living_room + name: Adapt Color + layout: icon|name_state + state: + case: first + - entity: switch.adaptive_lighting_adapt_brightness_living_room + name: Adapt Brightness + layout: icon|name_state + state: + case: first + - entity: switch.living_room_motion_lighting + name: Motion Lighting + - entity: input_number.daytime_colortemp_living_room + name: Day Colortemp + - entity: input_number.nighttime_colortemp_living_room + name: Night Colortemp + - entity: input_number.nighttime_brightness_living_room + name: Night Brightness + - entity: input_number.living_room_lights_off_delay + name: Lights Off Delay + secondary_info: Only used at night + - entity: input_number.living_room_lux_threshold + name: Lux Threshold + - entity: binary_sensor.living_room_sync_issue + name: Sync Issue + - entity: script.emma_rainbow_lights + name: Emma Rainbow + - type: grid + cards: + - type: custom:stack-in-card + card_mod: + style: | + ha-card { + overflow: visible !important; + } + cards: + - type: custom:mushroom-light-card + entity: light.downstairs_bathroom_lights + double_tap_action: + action: call-service + service: input_select.select_option + service_data: + option: Adaptive + target: + entity_id: input_select.downstairs_bathroom_scenes + name: Downstairs Bathroom + icon: mdi:toilet + layout: vertical + show_brightness_control: true + collapsible_controls: true + - type: custom:state-switch + entity: light.downstairs_bathroom_lights + states: + 'on': + type: custom:mushroom-template-card + primary: Current Scene + secondary: >- + {{ states('input_text.downstairs_bathroom_selected_scene') + }} + tap_action: + action: none + hold_action: + action: none + double_tap_action: + action: none + layout: vertical + - type: custom:state-switch + entity: light.downstairs_bathroom_lights + states: + 'on': + type: custom:mushroom-template-card + entity: sensor.downstairs_bathroom_lights_power_sensor + primary: Power Usage + secondary: >- + {{ + states('sensor.downstairs_bathroom_lights_power_sensor') + }} W + tap_action: + action: more-info + hold_action: + action: none + double_tap_action: + action: none + layout: vertical + - type: custom:timer-bar-card + filter: true + entities: + - entity: timer.downstairs_bathroom_lights_timer + sync_issues: ignore + tap_action: + action: none + hold_action: + action: more-info + double_tap_action: + action: none + layout: hide_name + modifications: + - elapsed: 40% + bar_foreground: orange + - elapsed: 80% + bar_foreground: red + extend_paper_buttons_row: + position: right + buttons: + - icon: mdi:check-circle + tap_action: + action: call-service + service: timer.finish + target: + entity_id: timer.downstairs_bathroom_lights_timer + - type: entities + entities: + - type: custom:paper-buttons-row + base_config: + state_styles: + idle: + button: + background-color: var(--table-row-alternative-background-color) + name: + color: white + icon: + color: white + state: + color: white + ripple: + color: purple + active: + button: + background-color: var(--primary-color) + name: + color: white + icon: + color: white + state: + color: white + ripple: + color: purple + buttons: + - entity: timer.washer_timer + name: Washer + layout: icon|name_state + state: + case: first + state_text: + idle: 'Off' + active: Active + state_icons: + idle: mdi:washing-machine-off + active: mdi:washing-machine + unavailable: mdi:map-marker-question + tap_action: + action: fire-dom-event + browser_mod: + service: browser_mod.popup + data: + content: + type: custom:stack-in-card + cards: + - type: entities + title: Washer Controls + entities: + - entity: input_number.washer_cycle_length + name: Cycle Length + - entity: input_datetime.washer_finished + name: Finished At + - entity: input_boolean.washer_finished + name: Cycle Finished + secondary_info: Turn off after collecting laundry + - type: custom:timer-bar-card + filter: true + show_empty: The washer is not currently running + entities: + - entity: timer.washer_timer + sync_issues: ignore + tap_action: + action: none + hold_action: + action: more-info + double_tap_action: + action: none + layout: hide_name + modifications: + - elapsed: 40% + bar_foreground: orange + - elapsed: 80% + bar_foreground: red + - type: custom:stack-in-card + mode: horizontal + cards: + - type: custom:button-card + entity: timer.washer_timer + name: [] + show_label: true + aspect_ratio: 2.7/1 + styles: + card: + - '--mdc-ripple-color': purple + - '--mdc-ripple-press-opacity': 0.5 + state: + - value: active + label: Running + icon: mdi:play + styles: + icon: + - color: green + - value: paused + label: Paused + icon: mdi:pause + styles: + icon: + - color: yellow + - value: idle + label: Start + icon: mdi:play + tap_action: + action: call-service + service: button.press + service_data: + entity_id: button.washer_start + hold_action: + action: more-info + entity: timer.washer_timer + - type: custom:button-card + entity: timer.washer_timer + name: [] + icon: mdi:cancel + label: Cancel + show_label: true + aspect_ratio: 2.7/1 + styles: + card: + - '--mdc-ripple-color': purple + - '--mdc-ripple-press-opacity': 0.5 + state: + - value: active + styles: + icon: + - color: green + - value: paused + styles: + icon: + - color: yellow + - value: idle + tap_action: + action: call-service + service: button.press + service_data: + entity_id: button.washer_cancel + hold_action: + action: more-info + entity: timer.washer_timer + - entity: timer.dryer_timer + name: Dryer + layout: icon|name_state + state: + case: first + state_text: + idle: 'Off' + active: Active + state_icons: + idle: mdi:tumble-dryer-off + active: mdi:tumble-dryer + unavailable: mdi:map-marker-question + tap_action: + action: fire-dom-event + browser_mod: + service: browser_mod.popup + data: + content: + type: custom:stack-in-card + cards: + - type: entities + title: Dryer Controls + entities: + - entity: input_number.dryer_cycle_length + name: Cycle Length + - entity: input_datetime.dryer_finished + name: Finished At + - entity: input_boolean.dryer_finished + name: Cycle Finished + secondary_info: Turn off after collecting laundry + - type: custom:timer-bar-card + filter: true + show_empty: The dryer is not currently running + entities: + - entity: timer.dryer_timer + sync_issues: ignore + tap_action: + action: none + hold_action: + action: more-info + double_tap_action: + action: none + layout: hide_name + modifications: + - elapsed: 40% + bar_foreground: orange + - elapsed: 80% + bar_foreground: red + - type: custom:stack-in-card + mode: horizontal + cards: + - type: custom:button-card + entity: timer.dryer_timer + name: [] + show_label: true + aspect_ratio: 2.7/1 + styles: + card: + - '--mdc-ripple-color': purple + - '--mdc-ripple-press-opacity': 0.5 + state: + - value: active + label: Running + icon: mdi:play + styles: + icon: + - color: green + - value: paused + label: Paused + icon: mdi:pause + styles: + icon: + - color: yellow + - value: idle + label: Start + icon: mdi:play + tap_action: + action: call-service + service: button.press + service_data: + entity_id: button.dryer_start + hold_action: + action: more-info + entity: timer.dryer_timer + - type: custom:button-card + entity: timer.dryer_timer + name: [] + icon: mdi:cancel + label: Cancel + show_label: true + aspect_ratio: 2.7/1 + styles: + card: + - '--mdc-ripple-color': purple + - '--mdc-ripple-press-opacity': 0.5 + state: + - value: active + styles: + icon: + - color: green + - value: paused + styles: + icon: + - color: yellow + - value: idle + tap_action: + action: call-service + service: button.press + service_data: + entity_id: button.dryer_cancel + hold_action: + action: more-info + entity: timer.dryer_timer + - type: entities + entities: + - entity: input_select.downstairs_bathroom_scenes + - type: glance + show_name: true + show_icon: true + show_state: true + state_color: true + entities: + - entity: sensor.downstairs_bathroom_temperature + name: Temp + - entity: sensor.downstairs_bathroom_illuminance + name: Light + - entity: binary_sensor.downstairs_bathroom_motion + name: Motion + - entity: binary_sensor.downstairs_bathroom_occupied + name: Occupied + - type: custom:fold-entity-row + head: + type: section + label: More Settings + entities: + - type: custom:paper-buttons-row + buttons: + - entity: switch.adaptive_lighting_downstairs_bathroom + name: Adaptive Lighting + layout: icon|name_state + state: + case: first + - entity: >- + switch.adaptive_lighting_sleep_mode_downstairs_bathroom + name: Night Mode + layout: icon|name_state + state: + case: first + - entity: switch.downstairs_bathroom_motion_lighting + name: Motion Lighting + - entity: input_number.nighttime_brightness_downstairs_bathroom + name: Night Brightness + - entity: input_number.downstairs_bathroom_lights_off_delay + name: Lights Off Delay + - entity: input_number.downstairs_bathroom_lux_threshold + name: Lux Threshold + show_header_toggle: false - type: sections max_columns: 4 title: Temp From 1cf1934b12e63deeb7afd44ac5e37665ca414914 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 7 May 2025 14:11:56 -0400 Subject: [PATCH 3/9] Switch main dash overhaul remaining declutter cards to streamline cards --- main_dashboard.yaml | 52 ++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/main_dashboard.yaml b/main_dashboard.yaml index 803ed59..5d146aa 100644 --- a/main_dashboard.yaml +++ b/main_dashboard.yaml @@ -1724,7 +1724,7 @@ views: state: 'on' - type: grid cards: - - type: custom:decluttering-card + - type: custom:streamline-card template: main_room_header variables: - name: Living Room @@ -1882,7 +1882,7 @@ views: name: Status icon: mdi:list-box card_layout: large - - type: custom:decluttering-card + - type: custom:streamline-card template: main_temperature_button variables: - name: Front Temp @@ -1900,7 +1900,7 @@ views: show_attribute: false card_layout: large columns: 2 - - type: custom:decluttering-card + - type: custom:streamline-card template: main_temperature_button variables: - name: Back Temp @@ -1918,7 +1918,7 @@ views: show_attribute: false card_layout: large columns: 2 - - type: custom:decluttering-card + - type: custom:streamline-card template: main_accent_color_button variables: - name: Front Motion @@ -1926,7 +1926,7 @@ views: grid_options: columns: 4 rows: auto - - type: custom:decluttering-card + - type: custom:streamline-card template: main_accent_color_button variables: - name: Back Motion @@ -1934,7 +1934,7 @@ views: grid_options: columns: 4 rows: auto - - type: custom:decluttering-card + - type: custom:streamline-card template: main_accent_color_button variables: - name: Occupied @@ -1968,7 +1968,7 @@ views: name: Security icon: mdi:security card_layout: large - - type: custom:decluttering-card + - type: custom:streamline-card template: main_security_button variables: - name: Door @@ -1976,7 +1976,7 @@ views: grid_options: columns: 4 rows: auto - - type: custom:decluttering-card + - type: custom:streamline-card template: main_security_button variables: - name: Front 1 @@ -1984,7 +1984,7 @@ views: grid_options: columns: 4 rows: auto - - type: custom:decluttering-card + - type: custom:streamline-card template: main_security_button variables: - name: Front 2 @@ -1992,7 +1992,7 @@ views: grid_options: columns: 4 rows: auto - - type: custom:decluttering-card + - type: custom:streamline-card template: main_security_button variables: - name: Front 3 @@ -2000,7 +2000,7 @@ views: grid_options: columns: 4 rows: auto - - type: custom:decluttering-card + - type: custom:streamline-card template: main_security_button variables: - name: Side 1 @@ -2008,7 +2008,7 @@ views: grid_options: columns: 4 rows: auto - - type: custom:decluttering-card + - type: custom:streamline-card template: main_security_button variables: - name: Side 2 @@ -2016,7 +2016,7 @@ views: grid_options: columns: 4 rows: auto - - type: custom:decluttering-card + - type: custom:streamline-card template: main_security_button variables: - name: Side 3 @@ -2024,7 +2024,7 @@ views: grid_options: columns: 4 rows: auto - - type: custom:decluttering-card + - type: custom:streamline-card template: main_security_button variables: - name: Side 4 @@ -2032,7 +2032,7 @@ views: grid_options: columns: 4 rows: auto - - type: custom:decluttering-card + - type: custom:streamline-card template: main_security_button variables: - name: Back 1 @@ -2040,7 +2040,7 @@ views: grid_options: columns: 4 rows: auto - - type: custom:decluttering-card + - type: custom:streamline-card template: main_security_button variables: - name: Back 2 @@ -2114,7 +2114,7 @@ views: name: Emma Rainbow - type: grid cards: - - type: custom:decluttering-card + - type: custom:streamline-card template: main_room_header variables: - name: Downstairs Bathroom @@ -2178,7 +2178,7 @@ views: name: Status icon: mdi:list-box card_layout: large - - type: custom:decluttering-card + - type: custom:streamline-card template: main_temperature_button variables: - name: Temp @@ -2195,7 +2195,7 @@ views: name: Lux card_layout: large columns: 2 - - type: custom:decluttering-card + - type: custom:streamline-card template: main_accent_color_button variables: - name: Motion @@ -2204,7 +2204,7 @@ views: grid_options: columns: 6 rows: auto - - type: custom:decluttering-card + - type: custom:streamline-card template: main_accent_color_button variables: - name: Occupied @@ -2218,7 +2218,7 @@ views: name: Security icon: mdi:security card_layout: large - - type: custom:decluttering-card + - type: custom:streamline-card template: main_security_button variables: - name: Back @@ -2227,7 +2227,7 @@ views: grid_options: columns: 6 rows: auto - - type: custom:decluttering-card + - type: custom:streamline-card template: main_security_button variables: - name: Side @@ -3660,7 +3660,7 @@ views: sections: - type: grid cards: - - type: custom:decluttering-card + - type: custom:streamline-card template: main_room_header variables: - name: Basement Studio @@ -4030,7 +4030,7 @@ views: name: Status icon: mdi:list-box card_layout: large - - type: custom:decluttering-card + - type: custom:streamline-card template: main_temperature_button variables: - name: Temp @@ -4059,7 +4059,7 @@ views: action: none card_layout: large columns: 2 - - type: custom:decluttering-card + - type: custom:streamline-card template: main_accent_color_button variables: - name: Motion @@ -4068,7 +4068,7 @@ views: grid_options: columns: 6 rows: auto - - type: custom:decluttering-card + - type: custom:streamline-card template: main_accent_color_button variables: - name: Occupied From c555e3ad57a0f1c23c00afd43956361af4409ecb Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 8 May 2025 22:21:51 -0400 Subject: [PATCH 4/9] Remove icon styling from main dashboard --- main_dashboard.yaml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/main_dashboard.yaml b/main_dashboard.yaml index 5d146aa..9b3f1bc 100644 --- a/main_dashboard.yaml +++ b/main_dashboard.yaml @@ -168,20 +168,6 @@ streamline_templates: background-color: ${state === 'on' ? 'var(--error-color)' : 'var(--background-color-2)'} !important; transition: background-color 1s !important; } - .bubble-icon-container { - background: ${state === 'on' ? 'var(--error-color)' : 'var(--card-background-color)'} !important; - } - .bubble-icon-container::after { - opacity: ${state === 'on' ? 0.3 : 0} !important; - transition: all 1s !important; - } - .bubble-icon { - display: flex !important; - opacity: 0.5 !important; - } - .is-on .bubble-icon { - opacity: 1 !important; - } main_accent_color_button: defaults: - name: '' @@ -211,9 +197,6 @@ streamline_templates: opacity: 1 !important; background-color: ${state === 'on' ? 'var(--accent-color)' : 'var(--background-color-2)'} !important; } - .bubble-icon { - color: ${state === 'on' ? 'var(--accent-color)' : 'var(--text-color)'} !important; - } main_temperature_button: defaults: - name: '' @@ -236,13 +219,6 @@ streamline_templates: background-color: ${hass.states['[[hot_entity]]'].state === 'on' ? 'var(--error-color)' : 'var(--background-color-2)'} !important; transition: background-color 1s !important; } - .bubble-icon-container { - background: ${hass.states['[[hot_entity]]'].state === 'on' ? 'var(--error-color)' : 'var(--card-background-color)'} !important; - } - .bubble-icon-container::after { - opacity: ${hass.states['[[hot_entity]]'].state === 'on' ? 0.3 : 0} !important; - transition: all 1s !important; - } main_room_header: defaults: - name: '' @@ -3937,9 +3913,6 @@ views: opacity: 1 !important; background-color: ${state === 'on' ? 'var(--accent-color)' : 'var(--background-color-2)'} !important; } - .bubble-icon { - color: ${state === 'on' ? 'var(--accent-color)' : 'var(--text-color)'} !important; - } visibility: - condition: state entity: input_boolean.basement_studio_heat_allowed From 60bab6bc6099055d86d3cdbf65f3d63f42060607 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 9 May 2025 00:46:07 -0400 Subject: [PATCH 5/9] New idea for lights cards for each room --- main_dashboard.yaml | 161 +++++++++++--------------------------------- 1 file changed, 41 insertions(+), 120 deletions(-) diff --git a/main_dashboard.yaml b/main_dashboard.yaml index 9b3f1bc..10659d6 100644 --- a/main_dashboard.yaml +++ b/main_dashboard.yaml @@ -1709,131 +1709,52 @@ views: - power_entity: sensor.living_room_total_power_sensor - light_entity: light.living_room_lights - type: custom:bubble-card - card_type: separator - name: Lights - icon: mdi:lightbulb - card_layout: large + card_type: button + button_type: slider + modules: + - default + - subbutton_below + entity: light.living_room_lights + rows: '2' + icon: hue:room-living + tap_action: + action: toggle + double_tap_action: + action: perform-action + perform_action: input_select.select_option + target: + entity_id: input_select.living_room_scenes + data: + option: Adaptive + hold_action: + action: more-info sub_button: - - entity: select.living_room_led_strip_theme + - entity: light.living_room_overhead + tap_action: + action: toggle + hold_action: + action: more-info + show_name: true + name: Overhead + - entity: light.living_room_led_strip name: LED Strip - show_name: true icon: hue:lightstrip - - entity: input_select.living_room_scenes - name: Scenes show_name: true - - type: horizontal-stack - cards: - - type: custom:mushroom-light-card - entity: light.living_room_lights - name: Lights - icon: hue:room-living - fill_container: true - use_light_color: true - show_brightness_control: true - show_color_temp_control: true - show_color_control: true - collapsible_controls: true - double_tap_action: - action: call-service - service: input_select.select_option - service_data: - option: Adaptive - target: - entity_id: input_select.living_room_scenes - primary_info: none - layout: vertical - - type: custom:bubble-card - card_type: button - button_type: slider - entity: light.living_room_overhead - name: Overhead - show_state: true - show_attribute: true - attribute: brightness - tap_action: - action: toggle - double_tap_action: - action: none - hold_action: - action: more-info - card_layout: large - columns: 2 - icon: '' - - type: custom:bubble-card - card_type: button - button_type: slider - entity: light.living_room_led_strip - name: LED Strip - show_state: true - show_attribute: true - attribute: brightness - tap_action: - action: toggle - double_tap_action: - action: none - hold_action: - action: more-info - icon: hue:lightstrip - columns: 2 - card_layout: large - - type: custom:bubble-card - card_type: button - button_type: switch - entity: light.christmas_tree - name: Tree - show_state: true - show_attribute: false - tap_action: - action: toggle - double_tap_action: - action: none - hold_action: - action: more-info - icon: mdi:pine-tree - button_action: - tap_action: - action: toggle - double_tap_action: - action: none - hold_action: - action: more-info - visibility: - - condition: or - conditions: + tap_action: + action: toggle + hold_action: + action: more-info + - entity: select.living_room_led_strip_theme + name: LED Strip Scene + icon: hue:lightstrip + visibility: - condition: state - entity: light.christmas_tree - state_not: unavailable - card_layout: large - columns: 2 - - type: custom:bubble-card - card_type: button - button_type: switch - entity: light.christmas_lights_front_window - name: Window - show_state: true - show_attribute: false - tap_action: - action: toggle - double_tap_action: - action: none - hold_action: - action: more-info - icon: mdi:string-lights - button_action: - tap_action: - action: toggle - double_tap_action: - action: none - hold_action: - action: more-info - visibility: - - condition: or - conditions: - - condition: state - entity: light.christmas_lights_front_window - state_not: unavailable - card_layout: large - columns: 2 + entity: light.living_room_led_strip + state: 'on' + - entity: input_select.living_room_scenes + name: Scene + icon: mdi:palette + name: Lights - type: custom:bubble-card card_type: separator name: Media From eb2f68aeb65fc1a09a8bfe43b574c1db2e240668 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 29 Jul 2025 20:00:15 -0400 Subject: [PATCH 6/9] Fix additional merge issues --- main_dashboard.yaml | 228 -------------------------------------------- 1 file changed, 228 deletions(-) diff --git a/main_dashboard.yaml b/main_dashboard.yaml index 10659d6..8dbef11 100644 --- a/main_dashboard.yaml +++ b/main_dashboard.yaml @@ -8239,8 +8239,6 @@ views: max_columns: 4 cards: [] background: {} - visible: - - user: c3909d27048140729f002aaef0391775 - title: Weather path: weather type: sections @@ -9291,232 +9289,6 @@ views: icon: mdi:weather-cloudy cards: [] subview: true - - title: Testing - path: testing - icon: mdi:test-tube - type: sections - sections: - - type: grid - cards: - - type: heading - heading: Presence - - type: entities - entities: - - entity: sensor.people_at_home - - entity: binary_sensor.tony_presence - - entity: binary_sensor.tina_presence - - entity: binary_sensor.kallen_presence - - entity: sensor.tony_location - - entity: sensor.tina_location - - entity: sensor.kallen_location - - entity: input_boolean.kallen_at_school - - entity: binary_sensor.tony_home - - entity: binary_sensor.tina_home - - entity: binary_sensor.kallen_home - - entity: binary_sensor.nerds_home - - entity: binary_sensor.parents_home - - entity: binary_sensor.family_home - - entity: group.family - - entity: group.adults - - entity: device_tracker.tony_s_iphone - - entity: device_tracker.tony_s_iphone_app - - entity: device_tracker.tinas_iphone - - entity: device_tracker.tinas_iphone_app - - entity: device_tracker.kallen_iphone - - entity: device_tracker.kallen_iphone_app - - entity: binary_sensor.people_present - - entity: sensor.last_outdoor_presence_trigger - show_header_toggle: false - state_color: true - - type: grid - cards: - - type: heading - heading: Misc - - type: entities - state_color: true - entities: - - entity: input_boolean.tony_awake - - entity: input_boolean.tina_awake - - entity: input_boolean.kallen_awake - - entity: input_boolean.emma_awake - - entity: sensor.services_down - - entity: sensor.room_presence - - entity: sensor.last_alexa_name - - entity: sensor.last_alexa_serial - - entity: sensor.last_alexa_entity_id - - entity: sensor.tony_current_age - - entity: sensor.tina_current_age - - entity: sensor.kallen_current_age - - entity: sensor.emma_current_age - - entity: sensor.birthdays_today - - entity: sensor.total_age_years - - entity: binary_sensor.people_sleeping - - entity: sensor.people_sleeping_total - - entity: sensor.second_floor_plugs_current - - entity: sensor.first_floor_plugs_current - - entity: sensor.basement_plugs_current - show_header_toggle: false - - type: entities - entities: - - entity: sensor.bedrooms_max_temp - visibility: - - condition: numeric_state - entity: sensor.bedrooms_max_temp - above: 50 - - condition: user - users: - - f387a983651a4321a7411ff8cf36f949 - - 879b4c04e32841b3ad1d2763a11b4e70 - - c3909d27048140729f002aaef0391775 - - type: custom:twitch-followed-live-streams-card - global_credentials_user_name: ironnerd24 - global_credentials_access_token: byewyefnhuigdv2t6bu4172tqggpy9 - global_credentials_client_id: 5p6hri1olv96he0umxchi8vuh7el39 - streams_limit_count: 8 - streams_image_show: true - streams_show_viewers: true - streams_show_title: false - streams_vip: - - fuzhpuzy - - manasen - - misami_desu - - kobegriffin23 - - type: grid - cards: - - type: heading - heading: Sports - - type: entities - entities: - - entity: switch.watching_sports - - entity: select.active_sporting_event - - entity: select.sports_room - name: Active Room - - entity: number.team_score - - entity: number.opponent_score - show_header_toggle: false - state_color: true - - type: custom:auto-entities - card: - type: entities - show_header_toggle: false - state_color: true - filter: - include: - - label: sports - domain: binary_sensor - sort: - method: entity_id - reverse: false - numeric: true - ignore_case: false - - type: grid - cards: - - type: heading - heading: Card Templating - - type: custom:card-templater - card: - type: entities - show_header_toggle: false - columns: 2 - title: Card Templater - entities: - - entity: person.tony_stork - name_template: >- - {{ "Stupid" if - is_state('input_boolean.early_night_mode','on') else "Not - Stupid" }} - - type: custom:config-template-card - variables: - BOOL_STATE: states['input_boolean.toggle_testing'].state - LIGHT_STATE: states['light.living_room_lights'].state - entities: - - light.living_room_lights - - input_boolean.toggle_testing - card: - type: entities - title: '${BOOL_STATE === ''on'' ? ''Testing'' : ''Fucked Up''}' - entities: - - entity: light.living_room_lights - name: '${BOOL_STATE === ''on'' ? ''Lights'' : ''Other Lights''}' - - entity: input_boolean.toggle_testing - show_header_toggle: false - state_color: true - - type: grid - cards: - - type: heading - heading: Diagnostics Feed - - type: custom:home-feed-card - card_id: diag_feed - show_empty: false - id_filter: ^diag_feed_.* - more_info_on_tap: true - state_color: true - entities: - - entity: automation.family_has_arrived - - entity: automation.family_has_left - - entity: automation.presence_disconnect_protection - - entity: automation.icloud3_restart - - entity: automation.basement_led_strip_reset - - entity: binary_sensor.lightning_warning - - entity: binary_sensor.raining - name: Raining - - entity: sensor.total_rain_sensors - - type: grid - cards: - - type: heading - heading: Alarm Clock Testing - - type: entities - entities: - - entity: input_boolean.master_bedroom_alarm_clock - - entity: input_datetime.master_bedroom_alarm_clock - - entity: input_boolean.kallen_alarm_clock - - entity: input_datetime.kallen_alarm_clock - - entity: input_boolean.emma_alarm_clock - - entity: input_datetime.emma_alarm_clock - show_header_toggle: false - state_color: true - - type: grid - cards: - - type: heading - heading: Testing Entities - - type: entities - entities: - - entity: input_datetime.time_testing - - entity: input_datetime.date_testing - - entity: input_datetime.datetime_testing - - entity: input_text.text_testing - - entity: input_text.password_testing - - entity: input_select.select_testing - - entity: input_boolean.toggle_testing - - entity: input_number.number_box_test - - entity: input_number.number_slider_test - - entity: switch.power_tester - - entity: sensor.power_tester_power - - entity: sensor.power_tester_current - - entity: sensor.power_tester_voltage - show_header_toggle: false - state_color: true - - type: grid - cards: - - type: heading - heading: Time of Day Sensors - - type: entities - entities: - - entity: binary_sensor.day - - entity: binary_sensor.after_midnight - - entity: binary_sensor.early_morning - - entity: binary_sensor.morning - - entity: binary_sensor.late_morning - - entity: binary_sensor.midday - - entity: binary_sensor.evening - - entity: binary_sensor.night - - entity: binary_sensor.overnight - - entity: binary_sensor.quiet_time - show_header_toggle: false - state_color: true - max_columns: 4 - cards: [] - background: {} - type: sections max_columns: 4 title: Weather Test From 405b6e8762e2173773aacd8db04d0e8cf2339613 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 3 Apr 2026 16:55:31 -0400 Subject: [PATCH 7/9] Fix merge issues...again --- main_dashboard.yaml | 120 ++------------------------------------------ 1 file changed, 3 insertions(+), 117 deletions(-) diff --git a/main_dashboard.yaml b/main_dashboard.yaml index 8dbef11..b01bac1 100644 --- a/main_dashboard.yaml +++ b/main_dashboard.yaml @@ -3698,94 +3698,6 @@ views: card_type: media-player entity: media_player.basement_tv name: TV - - type: entities - entities: - - type: custom:paper-buttons-row - buttons: - - entity: input_boolean.recliner_mode - layout: icon|name_state - name: Recliner Mode - state_icons: - unavailable: mdi:map-marker-question - state: - case: first - - entity: input_boolean.basement_studio_entertainment_control - layout: icon|name_state - name: Entertainment - state_icons: - unavailable: mdi:map-marker-question - state: - case: first - state_color: true - show_header_toggle: false - - type: entities - entities: - - type: custom:paper-buttons-row - buttons: - - entity: fan.basement_fan - name: Fan - layout: icon|name_state - state_icons: - 'on': mdi:fan - 'off': mdi:fan-off - unavailable: mdi:map-marker-question - state: - case: first - - entity: input_boolean.do_not_enter_basement_studio - name: Do Not Enter - layout: icon|name_state - state_icons: - 'on': mdi:minus-circle - 'off': mdi:minus-circle-off-outline - unavailable: mdi:map-marker-question - state: - case: first - - entity: input_boolean.studio_quiet - name: Quiet - layout: icon|name_state - state_icons: - unavailable: mdi:map-marker-question - state: - case: first - - entity: input_boolean.gaming_mode - name: Gaming - layout: icon|name_state - state_icons: - unavailable: mdi:map-marker-question - state: - case: first - state_color: true - show_header_toggle: false - - type: custom:versatile-thermostat-ui-card - entity: climate.basement_studio_vtherm - powerEntity: sensor.basement_studio_heater_power - theme: classic - disable_name: true - allow_lock_toggle: true - disable_auto_fan_infos: true - - type: custom:mushroom-select-card - entity: input_select.basement_studio_scenes - layout: horizontal - name: Scenes - secondary_info: none - - type: custom:mushroom-select-card - entity: select.basement_led_strip_1_theme - layout: horizontal - name: LED Strip Theme - secondary_info: none - - type: glance - show_name: true - show_icon: true - show_state: true - show_last_changed: false - show_attribute: true - attribute: app_name - force_icon: false - hide: - play_pause_button: false - volume_button: false - power_button: false - card_layout: large - type: custom:bubble-card card_type: separator name: Environment @@ -3810,35 +3722,6 @@ views: - condition: state entity: input_boolean.basement_studio_heat_allowed state: 'on' - - type: custom:bubble-card - card_type: button - button_type: state - entity: switch.basement_studio_heater - name: Heater Running - show_attribute: false - tap_action: - action: none - double_tap_action: - action: none - hold_action: - action: none - button_action: - tap_action: - action: none - double_tap_action: - action: none - hold_action: - action: none - styles: |- - .bubble-button-background { - opacity: 1 !important; - background-color: ${state === 'on' ? 'var(--accent-color)' : 'var(--background-color-2)'} !important; - } - visibility: - - condition: state - entity: input_boolean.basement_studio_heat_allowed - state: 'on' - card_layout: large - type: custom:bubble-card card_type: button button_type: switch @@ -4029,6 +3912,9 @@ views: name: Sync Issue - entity: input_button.basement_led_strip_reset name: LED Strip Reset + column_span: 1 + background: + opacity: 20 - type: grid cards: - type: heading From 88f9f44d3eb610127992b368aeba340746572310 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 3 Apr 2026 18:01:13 -0400 Subject: [PATCH 8/9] Finished first floor --- main_dashboard.yaml | 1682 +++++++++++-------------------------------- 1 file changed, 415 insertions(+), 1267 deletions(-) diff --git a/main_dashboard.yaml b/main_dashboard.yaml index b01bac1..52c467f 100644 --- a/main_dashboard.yaml +++ b/main_dashboard.yaml @@ -248,6 +248,54 @@ streamline_templates: entity: '[[power_entity]]' show_state: true state_background: false + timer_card: + defaults: + - name: '' + - icon: mdi:timer + card: + type: custom:bubble-card + card_type: button + button_type: state + entity: '[[entity]]' + name: '[[name]]' + icon: '[[icon]]' + sub_button: + - entity: '[[entity]]' + tap_action: + action: perform-action + perform_action: timer.start + target: + entity_id: '[[entity]]' + name: Start + icon: mdi:play + visibility: [] + - entity: '[[entity]]' + name: Pause + icon: mdi:pause + tap_action: + action: perform-action + perform_action: timer.pause + target: + entity_id: '[[entity]]' + - entity: '[[entity]]' + name: Cancel + icon: mdi:cancel + tap_action: + action: perform-action + perform_action: timer.cancel + target: + entity_id: '[[entity]]' + - entity: '[[entity]]' + name: Finish + icon: mdi:clock-end + tap_action: + action: perform-action + perform_action: timer.finish + target: + entity_id: '[[entity]]' + modules: + - default + - popup_timer_card background: var(--background-image) title: Stratton Ave views: @@ -776,903 +824,6 @@ views: path: first-floor icon: mdi:home-floor-1 type: sections - sections: - - type: grid - cards: - - type: custom:auto-entities - show_empty: false - card: - type: entities - show_header_toggle: false - state_color: true - title: Lights On - filter: - include: - - group: light.first_floor_lights - - entity_id: light.living_room_christmas_tree - exclude: - - state: 'off' - - state: unavailable - sort: - method: friendly_name - visibility: - - condition: state - entity: light.first_floor_lights - state: 'on' - - type: grid - cards: - - type: custom:stack-in-card - card_mod: - style: | - ha-card { - overflow: visible !important; - } - cards: - - type: custom:mushroom-light-card - icon: hue:room-living - name: Living Room - double_tap_action: - action: call-service - service: input_select.select_option - service_data: - option: Adaptive - target: - entity_id: input_select.living_room_scenes - hold_action: - action: more-info - entity: light.living_room_lights - use_light_color: true - show_brightness_control: true - show_color_temp_control: true - show_color_control: true - collapsible_controls: true - fill_container: false - layout: vertical - - type: custom:state-switch - entity: light.living_room_lights - states: - 'on': - type: custom:mushroom-template-card - primary: Current Scene - secondary: '{{ states(''input_text.living_room_selected_scene'') }}' - tap_action: - action: none - hold_action: - action: none - double_tap_action: - action: none - layout: vertical - - type: custom:mushroom-template-card - entity: sensor.living_room_total_power_sensor - primary: Power Usage - secondary: '{{ states(''sensor.living_room_total_power_sensor'') }} W' - tap_action: - action: more-info - hold_action: - action: none - double_tap_action: - action: none - layout: vertical - - type: custom:timer-bar-card - filter: true - entities: - - entity: timer.living_room_motion_timer - sync_issues: ignore - tap_action: - action: none - hold_action: - action: more-info - double_tap_action: - action: none - layout: hide_name - modifications: - - elapsed: 40% - bar_foreground: orange - - elapsed: 80% - bar_foreground: red - extend_paper_buttons_row: - position: right - buttons: - - icon: mdi:check-circle - tap_action: - action: call-service - service: timer.finish - target: - entity_id: timer.living_room_motion_timer - - type: entities - entities: - - type: custom:paper-buttons-row - buttons: - - entity: light.living_room_overhead - name: Overhead - layout: icon|name_state - state: - case: first - state_icons: - 'on': hue:ceiling-devere - 'off': hue:ceiling-devere-off - unavailable: mdi:map-marker-question - - entity: light.living_room_led_strip - name: LED Strip - layout: icon|name_state - state: - case: first - state_icons: - 'on': hue:lightstrip - 'off': hue:lightstrip-off - unavailable: mdi:map-marker-question - - type: entities - entities: - - entity: input_select.living_room_scenes - - entity: select.living_room_led_strip_theme - name: LED Strip Theme - show_header_toggle: false - - type: glance - show_name: true - show_icon: true - show_state: true - state_color: true - entities: - - entity: binary_sensor.front_door - - entity: binary_sensor.front_window_1 - name: FW1 - - entity: binary_sensor.front_window_2 - name: FW2 - - entity: binary_sensor.front_window_3 - name: FW3 - - type: glance - show_name: true - show_icon: true - show_state: true - state_color: true - entities: - - entity: binary_sensor.side_window_1 - name: SW1 - - entity: binary_sensor.side_window_2 - name: SW2 - - entity: binary_sensor.side_window_3 - name: SW3 - - entity: binary_sensor.side_window_4 - name: SW4 - - type: glance - show_name: true - show_icon: true - show_state: true - state_color: true - entities: - - entity: binary_sensor.back_window_1 - name: BW1 - - entity: binary_sensor.back_window_2 - name: BW2 - - type: glance - show_name: true - show_icon: true - show_state: true - state_color: true - entities: - - entity: sensor.living_room_front_temperature - name: Temp - - entity: sensor.living_room_front_illuminance - name: Light - - entity: binary_sensor.living_room_front_motion - name: Motion - - entity: binary_sensor.living_room_occupied - name: Occupied - - type: custom:fold-entity-row - head: - type: section - label: More Settings - entities: - - type: custom:paper-buttons-row - buttons: - - entity: switch.adaptive_lighting_living_room - name: Adaptive Lighting - layout: icon|name_state - state: - case: first - - entity: switch.adaptive_lighting_sleep_mode_living_room - name: Night Mode - layout: icon|name_state - state: - case: first - - type: custom:paper-buttons-row - buttons: - - entity: input_boolean.living_room_dynamic_scenes - name: Dynamic Scenes - layout: icon|name_state - state_icons: - 'on': mdi:animation - 'off': mdi:animation-outline - state: - case: first - - entity: input_boolean.living_room_entertainment_control - name: Media Scenes - layout: icon|name_state - state_icons: - 'on': mdi:television-ambient-light - 'off': mdi:television-off - state: - case: first - - type: custom:paper-buttons-row - buttons: - - entity: switch.adaptive_lighting_adapt_color_living_room - name: Adapt Color - layout: icon|name_state - state: - case: first - - entity: switch.adaptive_lighting_adapt_brightness_living_room - name: Adapt Brightness - layout: icon|name_state - state: - case: first - - entity: switch.living_room_motion_lighting - name: Motion Lighting - - entity: input_number.daytime_colortemp_living_room - name: Day Colortemp - - entity: input_number.nighttime_colortemp_living_room - name: Night Colortemp - - entity: input_number.nighttime_brightness_living_room - name: Night Brightness - - entity: input_number.living_room_lights_off_delay - name: Lights Off Delay - secondary_info: Only used at night - - entity: input_number.living_room_lux_threshold - name: Lux Threshold - - entity: binary_sensor.living_room_sync_issue - name: Sync Issue - - entity: script.emma_rainbow_lights - name: Emma Rainbow - - type: grid - cards: - - type: custom:stack-in-card - card_mod: - style: | - ha-card { - overflow: visible !important; - } - cards: - - type: custom:mushroom-light-card - entity: light.downstairs_bathroom_lights - double_tap_action: - action: call-service - service: input_select.select_option - service_data: - option: Adaptive - target: - entity_id: input_select.downstairs_bathroom_scenes - name: Downstairs Bathroom - icon: mdi:toilet - layout: vertical - show_brightness_control: true - collapsible_controls: true - - type: custom:state-switch - entity: light.downstairs_bathroom_lights - states: - 'on': - type: custom:mushroom-template-card - primary: Current Scene - secondary: >- - {{ states('input_text.downstairs_bathroom_selected_scene') - }} - tap_action: - action: none - hold_action: - action: none - double_tap_action: - action: none - layout: vertical - - type: custom:state-switch - entity: light.downstairs_bathroom_lights - states: - 'on': - type: custom:mushroom-template-card - entity: sensor.downstairs_bathroom_lights_power_sensor - primary: Power Usage - secondary: >- - {{ - states('sensor.downstairs_bathroom_lights_power_sensor') - }} W - tap_action: - action: more-info - hold_action: - action: none - double_tap_action: - action: none - layout: vertical - - type: custom:timer-bar-card - filter: true - entities: - - entity: timer.downstairs_bathroom_lights_timer - sync_issues: ignore - tap_action: - action: none - hold_action: - action: more-info - double_tap_action: - action: none - layout: hide_name - modifications: - - elapsed: 40% - bar_foreground: orange - - elapsed: 80% - bar_foreground: red - extend_paper_buttons_row: - position: right - buttons: - - icon: mdi:check-circle - tap_action: - action: call-service - service: timer.finish - target: - entity_id: timer.downstairs_bathroom_lights_timer - - type: entities - entities: - - type: custom:paper-buttons-row - base_config: - state_styles: - idle: - name: - color: white - icon: - color: white - state: - color: white - ripple: - color: purple - active: - button: - background-color: var(--primary-color) - name: - color: white - icon: - color: white - state: - color: white - ripple: - color: purple - buttons: - - entity: timer.washer_timer - name: Washer - layout: icon|name_state - state: - case: first - state_text: - idle: 'Off' - active: Active - state_icons: - idle: mdi:washing-machine-off - active: mdi:washing-machine - unavailable: mdi:map-marker-question - tap_action: - action: fire-dom-event - browser_mod: - service: browser_mod.popup - data: - content: - type: custom:stack-in-card - cards: - - type: entities - title: Washer Controls - entities: - - entity: input_number.washer_cycle_length - name: Cycle Length - - entity: input_datetime.washer_finished - name: Finished At - - entity: input_boolean.washer_finished - name: Cycle Finished - secondary_info: Turn off after collecting laundry - - type: custom:timer-bar-card - filter: true - show_empty: The washer is not currently running - entities: - - entity: timer.washer_timer - sync_issues: ignore - tap_action: - action: none - hold_action: - action: more-info - double_tap_action: - action: none - layout: hide_name - modifications: - - elapsed: 40% - bar_foreground: orange - - elapsed: 80% - bar_foreground: red - - type: custom:stack-in-card - mode: horizontal - cards: - - type: custom:button-card - entity: timer.washer_timer - name: [] - show_label: true - aspect_ratio: 2.7/1 - styles: - card: - - '--mdc-ripple-color': purple - - '--mdc-ripple-press-opacity': 0.5 - state: - - value: active - label: Running - icon: mdi:play - styles: - icon: - - color: green - - value: paused - label: Paused - icon: mdi:pause - styles: - icon: - - color: yellow - - value: idle - label: Start - icon: mdi:play - tap_action: - action: call-service - service: button.press - service_data: - entity_id: button.washer_start - hold_action: - action: more-info - entity: timer.washer_timer - - type: custom:button-card - entity: timer.washer_timer - name: [] - icon: mdi:cancel - label: Cancel - show_label: true - aspect_ratio: 2.7/1 - styles: - card: - - '--mdc-ripple-color': purple - - '--mdc-ripple-press-opacity': 0.5 - state: - - value: active - styles: - icon: - - color: green - - value: paused - styles: - icon: - - color: yellow - - value: idle - tap_action: - action: call-service - service: button.press - service_data: - entity_id: button.washer_cancel - hold_action: - action: more-info - entity: timer.washer_timer - - entity: timer.dryer_timer - name: Dryer - layout: icon|name_state - state: - case: first - state_text: - idle: 'Off' - active: Active - state_icons: - idle: mdi:tumble-dryer-off - active: mdi:tumble-dryer - unavailable: mdi:map-marker-question - tap_action: - action: fire-dom-event - browser_mod: - service: browser_mod.popup - data: - content: - type: custom:stack-in-card - cards: - - type: entities - title: Dryer Controls - entities: - - entity: input_number.dryer_cycle_length - name: Cycle Length - - entity: input_datetime.dryer_finished - name: Finished At - - entity: input_boolean.dryer_finished - name: Cycle Finished - secondary_info: Turn off after collecting laundry - - type: custom:timer-bar-card - filter: true - show_empty: The dryer is not currently running - entities: - - entity: timer.dryer_timer - sync_issues: ignore - tap_action: - action: none - hold_action: - action: more-info - double_tap_action: - action: none - layout: hide_name - modifications: - - elapsed: 40% - bar_foreground: orange - - elapsed: 80% - bar_foreground: red - - type: custom:stack-in-card - mode: horizontal - cards: - - type: custom:button-card - entity: timer.dryer_timer - name: [] - show_label: true - aspect_ratio: 2.7/1 - styles: - card: - - '--mdc-ripple-color': purple - - '--mdc-ripple-press-opacity': 0.5 - state: - - value: active - label: Running - icon: mdi:play - styles: - icon: - - color: green - - value: paused - label: Paused - icon: mdi:pause - styles: - icon: - - color: yellow - - value: idle - label: Start - icon: mdi:play - tap_action: - action: call-service - service: button.press - service_data: - entity_id: button.dryer_start - hold_action: - action: more-info - entity: timer.dryer_timer - - type: custom:button-card - entity: timer.dryer_timer - name: [] - icon: mdi:cancel - label: Cancel - show_label: true - aspect_ratio: 2.7/1 - styles: - card: - - '--mdc-ripple-color': purple - - '--mdc-ripple-press-opacity': 0.5 - state: - - value: active - styles: - icon: - - color: green - - value: paused - styles: - icon: - - color: yellow - - value: idle - tap_action: - action: call-service - service: button.press - service_data: - entity_id: button.dryer_cancel - hold_action: - action: more-info - entity: timer.dryer_timer - - type: entities - entities: - - entity: input_select.downstairs_bathroom_scenes - - type: glance - show_name: true - show_icon: true - show_state: true - state_color: true - entities: - - entity: binary_sensor.downstairs_bathroom_window_1 - name: Back - - entity: binary_sensor.downstairs_bathroom_window_2 - name: Side - - type: glance - show_name: true - show_icon: true - show_state: true - state_color: true - entities: - - entity: sensor.downstairs_bathroom_temperature - name: Temp - - entity: sensor.downstairs_bathroom_illuminance - name: Light - - entity: binary_sensor.downstairs_bathroom_motion - name: Motion - - entity: binary_sensor.downstairs_bathroom_occupied - name: Occupied - - type: custom:fold-entity-row - head: - type: section - label: More Settings - entities: - - type: custom:paper-buttons-row - buttons: - - entity: switch.adaptive_lighting_downstairs_bathroom - name: Adaptive Lighting - layout: icon|name_state - state: - case: first - - entity: >- - switch.adaptive_lighting_sleep_mode_downstairs_bathroom - name: Night Mode - layout: icon|name_state - state: - case: first - - entity: switch.downstairs_bathroom_motion_lighting - name: Motion Lighting - - entity: input_number.nighttime_brightness_downstairs_bathroom - name: Night Brightness - - entity: input_number.downstairs_bathroom_lights_off_delay - name: Lights Off Delay - - entity: input_number.downstairs_bathroom_lux_threshold - name: Lux Threshold - show_header_toggle: false - - type: grid - cards: - - type: custom:stack-in-card - card_mod: - style: | - ha-card { - overflow: visible !important; - } - cards: - - type: custom:mushroom-light-card - entity: light.tina_desk_lights - name: Tina Desk - double_tap_action: - action: call-service - service: input_select.select_option - service_data: - entity_id: input_select.tina_desk_scenes - option: Reset - icon: mdi:floor-lamp - layout: vertical - use_light_color: true - show_brightness_control: true - show_color_temp_control: true - show_color_control: true - collapsible_controls: true - - type: custom:state-switch - entity: light.tina_desk_lights - states: - 'on': - type: custom:mushroom-template-card - primary: Current Scene - secondary: '{{ states(''input_text.tina_desk_selected_scene'') }}' - tap_action: - action: none - hold_action: - action: none - double_tap_action: - action: none - layout: vertical - - type: custom:mushroom-template-card - entity: sensor.kallen_bedroom_lights_power_sensor - primary: Power Usage - secondary: '{{ states(''sensor.tina_desk_total_power_sensor'') }} W' - tap_action: - action: more-info - hold_action: - action: none - double_tap_action: - action: none - layout: vertical - - type: entities - entities: - - type: custom:paper-buttons-row - buttons: - - entity: light.tina_lamp_top - name: Top - layout: icon|name_state - state: - case: first - state_icons: - 'on': hue:floor-shade - 'off': hue:floor-shade-off - unavailable: mdi:map-marker-question - - entity: light.tina_lamp_side - name: Side - layout: icon|name_state - state: - case: first - state_icons: - 'on': hue:floor-shade - 'off': hue:floor-shade-off - unavailable: mdi:map-marker-question - - entity: input_select.tina_desk_scenes - name: Tina Desk Scenes - - entity: input_select.tina_lamp_scenes - name: Tina Lamp Scenes - - type: glance - show_name: true - show_icon: true - show_state: true - state_color: true - entities: - - entity: binary_sensor.tina_desk_occupied - name: Occupied - - type: custom:fold-entity-row - head: - type: section - label: More Settings - entities: - - type: custom:paper-buttons-row - buttons: - - entity: switch.adaptive_lighting_tina_lamp - name: Adaptive Lighting (Lamp) - layout: icon|name_state - state: - case: first - - entity: switch.adaptive_lighting_sleep_mode_tina_lamp - name: Night Mode (Lamp) - layout: icon|name_state - state: - case: first - - entity: input_number.daytime_colortemp_tina_lamp - name: Day Colortemp - - entity: input_number.nighttime_colortemp_tina_lamp - name: Night Colortemp - - entity: input_number.nighttime_brightness_tina_lamp - name: Night Brightness - - type: grid - cards: - - type: custom:stack-in-card - card_mod: - style: | - ha-card { - overflow: visible !important; - } - cards: - - type: glance - title: Kitchen Card - Placeholder - show_name: true - show_icon: true - show_state: true - state_color: true - entities: - - entity: binary_sensor.kitchen_big_window - name: Main - - entity: binary_sensor.kitchen_sink_window - name: Sink - - type: grid - cards: - - type: custom:stack-in-card - card_mod: - style: | - ha-card { - overflow: visible !important; - } - cards: - - type: custom:mushroom-light-card - entity: light.mud_room_overhead - name: Mud Room - double_tap_action: - action: call-service - service: input_select.select_option - service_data: - option: Adaptive - target: - entity_id: input_select.mud_room_scenes - icon: hue:room-other - layout: vertical - show_brightness_control: true - collapsible_controls: true - - type: custom:state-switch - entity: light.mud_room_overhead - states: - 'on': - type: custom:mushroom-template-card - primary: Current Scene - secondary: '{{ states(''input_text.mud_room_selected_scene'') }}' - tap_action: - action: none - hold_action: - action: none - double_tap_action: - action: none - layout: vertical - - type: custom:state-switch - entity: light.mud_room_overhead - states: - 'on': - type: custom:mushroom-template-card - entity: sensor.mud_room_overhead_power_sensor - primary: Power Usage - secondary: '{{ states(''sensor.mud_room_overhead_power_sensor'') }} W' - tap_action: - action: more-info - hold_action: - action: none - double_tap_action: - action: none - layout: vertical - - type: custom:timer-bar-card - filter: true - entities: - - entity: timer.mud_room_motion_timer - sync_issues: ignore - tap_action: - action: none - hold_action: - action: more-info - double_tap_action: - action: none - layout: hide_name - modifications: - - elapsed: 40% - bar_foreground: orange - - elapsed: 80% - bar_foreground: red - extend_paper_buttons_row: - position: right - buttons: - - icon: mdi:check-circle - tap_action: - action: call-service - service: timer.finish - target: - entity_id: timer.mud_room_motion_timer - - type: entities - entities: - - entity: input_select.mud_room_scenes - show_header_toggle: false - - type: glance - show_name: true - show_icon: true - show_state: true - state_color: true - entities: - - entity: binary_sensor.back_door - - entity: binary_sensor.mud_room_window - - type: glance - show_name: true - show_icon: true - show_state: true - state_color: true - entities: - - entity: sensor.mud_room_temperature - name: Temp - - entity: sensor.mud_room_illuminance - name: Lux - - entity: binary_sensor.mud_room_motion - name: Motion - - entity: binary_sensor.mud_room_occupied - name: Occupied - - type: custom:fold-entity-row - head: - type: section - label: More Settings - entities: - - type: custom:paper-buttons-row - buttons: - - entity: switch.adaptive_lighting_mud_room - name: Adaptive Lighting - layout: icon|name_state - state: - case: first - - entity: switch.adaptive_lighting_sleep_mode_mud_room - name: Night Mode - layout: icon|name_state - state: - case: first - - entity: switch.mud_room_motion_lighting - name: Motion Lighting - - entity: input_number.nighttime_brightness_mud_room - name: Night Brightness - - entity: input_number.mud_room_lights_off_delay - name: Lights Off Delay - - entity: input_number.mud_room_lux_threshold - name: Lux Threshold - max_columns: 4 - cards: [] - - title: First Floor Sections - path: first-floor-sections - icon: mdi:home-floor-1 - type: sections sections: - type: grid cards: @@ -1715,7 +866,7 @@ views: - default - subbutton_below entity: light.living_room_lights - rows: '2' + rows: 2.406 icon: hue:room-living tap_action: action: toggle @@ -1729,31 +880,47 @@ views: hold_action: action: more-info sub_button: - - entity: light.living_room_overhead - tap_action: - action: toggle - hold_action: - action: more-info - show_name: true - name: Overhead - - entity: light.living_room_led_strip - name: LED Strip - icon: hue:lightstrip - show_name: true - tap_action: - action: toggle - hold_action: - action: more-info - - entity: select.living_room_led_strip_theme - name: LED Strip Scene - icon: hue:lightstrip - visibility: - - condition: state - entity: light.living_room_led_strip - state: 'on' - - entity: input_select.living_room_scenes - name: Scene - icon: mdi:palette + main: + - name: Lights + buttons_layout: inline + group: + - entity: light.living_room_overhead + tap_action: + action: toggle + hold_action: + action: more-info + show_name: true + name: Overhead + - entity: light.living_room_led_strip + name: LED Strip + icon: hue:lightstrip + show_name: true + tap_action: + action: toggle + hold_action: + action: more-info + bottom: + - name: Smaller Buttons + group: + - entity: select.living_room_led_strip_theme + name: LED Strip Theme + icon: hue:lightstrip + sub_button_type: select + fill_width: false + show_name: true + - entity: script.emma_rainbow_lights + name: Emma Rainbow Lights + fill_width: false + show_name: true + justify_content: space-between + - name: Scene + group: + - entity: input_select.living_room_scenes + name: Scene + icon: mdi:palette + sub_button_type: select + show_name: true + bottom_layout: rows name: Lights - type: custom:bubble-card card_type: separator @@ -1762,18 +929,15 @@ views: card_layout: large - type: custom:bubble-card card_type: media-player - entity: media_player.living_room_tv name: TV show_state: true show_last_changed: false show_attribute: true attribute: app_id force_icon: false - hide: - play_pause_button: false - volume_button: false - power_button: false card_layout: large + entity: media_player.living_room_tv_3 + cover_background: true - type: custom:bubble-card card_type: separator name: Status @@ -1839,27 +1003,16 @@ views: grid_options: columns: 4 rows: auto - - type: custom:timer-bar-card - filter: true - entities: - - entity: timer.living_room_motion_timer - name: Motion Timer - sync_issues: ignore - tap_action: - action: call-service - service: timer.finish - target: - entity_id: timer.living_room_motion_timer - hold_action: - action: more-info - double_tap_action: - action: none - modifications: - - elapsed: 40% - bar_foreground: orange - - elapsed: 80% - bar_foreground: red - compressed: true + - type: custom:streamline-card + template: timer_card + variables: + entity: timer.living_room_motion_timer + name: Motion Timer + icon: mdi:timer + visibility: + - condition: state + entity: timer.living_room_motion_timer + state_not: idle - type: custom:bubble-card card_type: separator name: Security @@ -2009,6 +1162,9 @@ views: name: Sync Issue - entity: script.emma_rainbow_lights name: Emma Rainbow + column_span: 1 + background: + opacity: 20 - type: grid cards: - type: custom:streamline-card @@ -2020,35 +1176,37 @@ views: - power_entity: sensor.downstairs_bathroom_lights_power_sensor - light_entity: light.downstairs_bathroom_lights - type: custom:bubble-card - card_type: separator - name: Lights - icon: mdi:lightbulb - card_layout: large + card_type: button + button_type: slider + modules: + - default + - subbutton_below + rows: 1.719 + icon: mdi:toilet + tap_action: + action: toggle + double_tap_action: + action: perform-action + perform_action: input_select.select_option + target: + entity_id: input_select.living_room_scenes + data: + option: Adaptive + hold_action: + action: more-info sub_button: - - entity: input_select.downstairs_bathroom_scenes - name: Scenes - show_name: true - - type: horizontal-stack - cards: - - type: custom:mushroom-light-card - entity: light.downstairs_bathroom_lights - name: Lights - icon: mdi:toilet - fill_container: true - use_light_color: true - show_brightness_control: true - show_color_temp_control: true - show_color_control: true - collapsible_controls: true - double_tap_action: - action: call-service - service: input_select.select_option - service_data: - option: Adaptive - target: - entity_id: input_select.downstairs_bathroom_scenes - primary_info: none - layout: vertical + main: [] + bottom: + - name: Scene + buttons_layout: inline + group: + - name: Scene + icon: mdi:palette + sub_button_type: select + entity: input_select.downstairs_bathroom_scenes + show_name: true + name: Lights + entity: light.downstairs_bathroom_lights - type: custom:bubble-card card_type: separator name: Laundry @@ -2133,29 +1291,16 @@ views: grid_options: columns: 6 rows: auto - - type: custom:timer-bar-card - filter: true - entities: - - entity: timer.downstairs_bathroom_lights_timer - name: Motion Timer - sync_issues: ignore - tap_action: - action: call-service - service: timer.finish - target: - entity_id: timer.downstairs_bathroom_lights_timer - hold_action: - action: more-info - double_tap_action: - action: none - modifications: - - elapsed: 40% - bar_foreground: orange - - elapsed: 80% - bar_foreground: red - compressed: true - - type: horizontal-stack - cards: [] + - type: custom:streamline-card + template: timer_card + variables: + name: Lights Timer + icon: mdi:timer + entity: timer.downstairs_bathroom_lights_timer + visibility: + - condition: state + entity: timer.downstairs_bathroom_lights_timer + state_not: idle - type: custom:fold-entity-row head: type: section @@ -2182,276 +1327,279 @@ views: - entity: input_number.downstairs_bathroom_lux_threshold name: Lux Threshold show_header_toggle: false + column_span: 1 + background: + opacity: 20 - type: grid cards: - - type: custom:stack-in-card - card_mod: - style: | - ha-card { - overflow: visible !important; - } - cards: - - type: custom:mushroom-light-card - entity: light.tina_desk_lights - name: Tina Desk - tap_action: - action: call-service - service: input_boolean.toggle - service_data: - entity_id: input_boolean.tina_desk_lights - double_tap_action: - action: call-service - service: input_select.select_option - service_data: - entity_id: input_select.tina_desk_scenes - option: Reset - hold_action: - action: more-info - icon: mdi:floor-lamp - layout: vertical - use_light_color: true - show_brightness_control: true - show_color_temp_control: true - show_color_control: true - collapsible_controls: true - - type: custom:state-switch - entity: light.tina_desk_lights - states: - 'on': - type: custom:mushroom-template-card - primary: Current Scene - secondary: '{{ states(''input_text.tina_desk_selected_scene'') }}' - tap_action: - action: none - hold_action: - action: none - double_tap_action: - action: none - layout: vertical - - type: custom:mushroom-template-card - entity: sensor.kallen_bedroom_lights_power_sensor - primary: Power Usage - secondary: '{{ states(''sensor.tina_desk_total_power_sensor'') }} W' - tap_action: - action: more-info - hold_action: - action: none - double_tap_action: - action: none - layout: vertical - - type: entities - entities: - - type: custom:paper-buttons-row - buttons: - - entity: light.tina_lamp_top - name: Top - layout: icon|name_state - state: - case: first - state_icons: - 'on': hue:floor-shade - 'off': hue:floor-shade-off - unavailable: mdi:map-marker-question - - entity: light.tina_lamp_side - name: Side - layout: icon|name_state - state: - case: first - state_icons: - 'on': hue:floor-shade - 'off': hue:floor-shade-off - unavailable: mdi:map-marker-question - - entity: light.tina_desk_strip - name: Strip - layout: icon|name_state - state: - case: first - state_icons: - 'on': hue:lightstrip - 'off': hue:lightstrip-off - unavailable: mdi:map-marker-question - icon: mdi:led-strip - - entity: input_select.tina_desk_scenes - name: Tina Desk Scenes - - entity: input_select.tina_lamp_scenes - name: Tina Lamp Scenes - - type: glance - show_name: true - show_icon: true - show_state: true - state_color: true - entities: - - entity: binary_sensor.tina_desk_occupied - name: Occupied - - type: custom:fold-entity-row - head: - type: section - label: More Settings - entities: - - type: custom:paper-buttons-row - buttons: - - entity: switch.adaptive_lighting_tina_lamp - name: Adaptive Lighting (Lamp) - layout: icon|name_state - state: - case: first - - entity: switch.adaptive_lighting_sleep_mode_tina_lamp - name: Night Mode (Lamp) - layout: icon|name_state - state: - case: first - - entity: input_number.daytime_colortemp_tina_lamp - name: Day Colortemp - - entity: input_number.nighttime_colortemp_tina_lamp - name: Night Colortemp - - entity: input_number.nighttime_brightness_tina_lamp - name: Night Brightness - - type: grid - cards: - - type: custom:stack-in-card - card_mod: - style: | - ha-card { - overflow: visible !important; - } - cards: - - type: glance - title: Kitchen Card - Placeholder - show_name: true - show_icon: true - show_state: true - state_color: true - entities: - - entity: binary_sensor.kitchen_big_window - - type: grid - cards: - - type: custom:stack-in-card - card_mod: - style: | - ha-card { - overflow: visible !important; - } - cards: - - type: custom:mushroom-light-card - entity: light.mud_room_overhead - name: Mud Room - double_tap_action: - action: call-service - service: input_select.select_option - service_data: - option: Adaptive - target: - entity_id: input_select.mud_room_scenes - icon: hue:room-other - layout: vertical - show_brightness_control: true - collapsible_controls: true - - type: custom:state-switch - entity: light.mud_room_overhead - states: - 'on': - type: custom:mushroom-template-card - primary: Current Scene - secondary: '{{ states(''input_text.mud_room_selected_scene'') }}' - tap_action: - action: none - hold_action: - action: none - double_tap_action: - action: none - layout: vertical - - type: custom:state-switch - entity: light.mud_room_overhead - states: - 'on': - type: custom:mushroom-template-card - entity: sensor.mud_room_overhead_power_sensor - primary: Power Usage - secondary: '{{ states(''sensor.mud_room_overhead_power_sensor'') }} W' - tap_action: - action: more-info - hold_action: - action: none - double_tap_action: - action: none - layout: vertical - - type: custom:timer-bar-card - filter: true - entities: - - entity: timer.mud_room_motion_timer - sync_issues: ignore - tap_action: - action: none - hold_action: - action: more-info - double_tap_action: - action: none - layout: hide_name - modifications: - - elapsed: 40% - bar_foreground: orange - - elapsed: 80% - bar_foreground: red - extend_paper_buttons_row: - position: right - buttons: - - icon: mdi:check-circle + - type: custom:streamline-card + template: main_room_header + variables: + name: Tina Desk + icon: mdi:desk + scene_text: input_text.downstairs_bathroom_selected_scene + light_entity: light.tina_desk_lights + power_entity: sensor.tina_desk_total_power_sensor + - type: custom:bubble-card + card_type: button + button_type: slider + modules: + - default + - subbutton_below + rows: 1.719 + icon: mdi:desk + tap_action: + action: toggle + double_tap_action: + action: perform-action + perform_action: input_select.select_option + target: + entity_id: input_select.living_room_scenes + data: + option: Adaptive + hold_action: + action: more-info + sub_button: + main: + - name: Lights + buttons_layout: inline + group: + - entity: light.tina_lamp_top + name: Lamp Top + icon: mdi:floor-lamp-dual + show_name: true tap_action: - action: call-service - service: timer.finish - target: - entity_id: timer.mud_room_motion_timer - - type: entities - entities: - - entity: input_select.mud_room_scenes - show_header_toggle: false - - type: glance - show_name: true - show_icon: true - show_state: true - state_color: true - entities: - - entity: binary_sensor.back_door - - entity: binary_sensor.mud_room_window - - type: glance - show_name: true - show_icon: true - show_state: true - state_color: true - entities: - - entity: sensor.mud_room_temperature - name: Temp - - entity: sensor.mud_room_illuminance - name: Lux - - entity: binary_sensor.mud_room_motion - name: Motion - - entity: binary_sensor.mud_room_occupied - name: Occupied - - type: custom:fold-entity-row - head: - type: section - label: More Settings - entities: - - type: custom:paper-buttons-row - buttons: - - entity: switch.adaptive_lighting_mud_room - name: Adaptive Lighting - layout: icon|name_state - state: - case: first - - entity: switch.adaptive_lighting_sleep_mode_mud_room - name: Night Mode - layout: icon|name_state - state: - case: first - - entity: switch.mud_room_motion_lighting - name: Motion Lighting - - entity: input_number.nighttime_brightness_mud_room - name: Night Brightness - - entity: input_number.mud_room_lights_off_delay - name: Lights Off Delay - - entity: input_number.mud_room_lux_threshold - name: Lux Threshold + action: toggle + hold_action: + action: more-info + - entity: light.tina_lamp_side + name: Lamp Side + icon: mdi:floor-lamp-dual + show_name: true + tap_action: + action: toggle + hold_action: + action: more-info + bottom: + - name: Scene + buttons_layout: inline + group: + - name: Scene + icon: mdi:palette + sub_button_type: select + entity: input_select.tina_desk_scenes + show_name: true + name: Lights + entity: light.tina_desk_lights + - type: custom:bubble-card + card_type: separator + name: Status + icon: mdi:list-box + card_layout: large + - type: custom:streamline-card + template: main_accent_color_button + variables: + name: Occupied + columns: 2 + entity: binary_sensor.tina_desk_occupied + grid_options: + columns: 6 + rows: auto + - type: custom:fold-entity-row + head: + type: section + label: More Settings + entities: + - type: custom:paper-buttons-row + buttons: + - entity: switch.adaptive_lighting_tina_lamp + name: Adaptive Lighting (Lamp) + layout: icon|name_state + state: + case: first + - entity: switch.adaptive_lighting_sleep_mode_tina_lamp + name: Night Mode (Lamp) + layout: icon|name_state + state: + case: first + - entity: input_number.daytime_colortemp_tina_lamp + name: Day Colortemp + - entity: input_number.nighttime_colortemp_tina_lamp + name: Night Colortemp + - entity: input_number.nighttime_brightness_tina_lamp + name: Night Brightness + column_span: 1 + background: + opacity: 20 + - type: grid + cards: + - type: custom:bubble-card + card_type: separator + sub_button: + main: [] + bottom: [] + name: Kitchen + icon: hue:room-kitchen + - type: custom:bubble-card + card_type: separator + name: Security + icon: mdi:security + card_layout: large + - type: custom:streamline-card + template: main_security_button + variables: + name: Big + entity: binary_sensor.kitchen_big_window + grid_options: + columns: 6 + rows: auto + - type: custom:streamline-card + template: main_security_button + variables: + name: Sink + entity: binary_sensor.kitchen_sink_window + grid_options: + columns: 6 + rows: auto + column_span: 1 + background: + opacity: 20 + - type: grid + cards: + - type: custom:streamline-card + template: main_room_header + variables: + name: Mud Room + scene_text: input_text.mud_room_selected_scene + light_entity: light.mud_room_overhead + power_entity: sensor.mud_room_overhead_power_sensor + icon: hue:room-other + - type: custom:bubble-card + card_type: button + button_type: slider + modules: + - default + - subbutton_below + rows: 1.719 + icon: '' + tap_action: + action: toggle + double_tap_action: + action: perform-action + perform_action: input_select.select_option + target: + entity_id: input_select.living_room_scenes + data: + option: Adaptive + hold_action: + action: more-info + sub_button: + main: [] + bottom: + - name: Scene + buttons_layout: inline + group: + - name: Scene + icon: mdi:palette + sub_button_type: select + show_name: true + entity: input_select.mud_room_scenes + name: Lights + entity: light.mud_room_overhead + - type: custom:bubble-card + card_type: separator + name: Status + icon: mdi:list-box + card_layout: large + - type: custom:streamline-card + template: main_temperature_button + variables: + name: Temp + columns: 2 + entity: sensor.mud_room_temperature + hot_entity: binary_sensor.mud_room_hot + grid_options: + columns: 6 + rows: auto + - type: custom:bubble-card + card_type: button + button_type: state + name: Lux + card_layout: large + columns: 2 + sub_button: + main: [] + bottom: [] + entity: sensor.mud_room_illuminance + - type: custom:streamline-card + template: main_accent_color_button + variables: + name: Motion + columns: 2 + entity: binary_sensor.mud_room_motion + grid_options: + columns: 6 + rows: auto + - type: custom:streamline-card + template: main_accent_color_button + variables: + name: Occupied + columns: 2 + entity: binary_sensor.mud_room_occupied + grid_options: + columns: 6 + rows: auto + - type: custom:bubble-card + card_type: separator + name: Security + icon: mdi:security + card_layout: large + - type: custom:streamline-card + template: main_security_button + variables: + name: Back Door + columns: 2 + entity: binary_sensor.back_door + grid_options: + columns: 6 + rows: auto + - type: custom:streamline-card + template: main_security_button + variables: + name: Window + columns: 2 + entity: binary_sensor.mud_room_window + grid_options: + columns: 6 + rows: auto + - type: custom:fold-entity-row + head: + type: section + label: More Settings + entities: + - type: custom:paper-buttons-row + buttons: + - entity: switch.adaptive_lighting_mud_room + name: Adaptive Lighting + layout: icon|name_state + state: + case: first + - entity: switch.adaptive_lighting_sleep_mode_mud_room + name: Night Mode + layout: icon|name_state + state: + case: first + - entity: switch.mud_room_motion_lighting + name: Motion Lighting + - entity: input_number.nighttime_brightness_mud_room + name: Night Brightness + - entity: input_number.mud_room_lights_off_delay + name: Lights Off Delay + - entity: input_number.mud_room_lux_threshold + name: Lux Threshold + column_span: 1 + background: + opacity: 20 max_columns: 4 cards: [] visible: From a0b5d237be2738967d469d2f6b8a7f2b81e4a0fe Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 3 Apr 2026 18:03:30 -0400 Subject: [PATCH 9/9] Lower section background opacity --- main_dashboard.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main_dashboard.yaml b/main_dashboard.yaml index 52c467f..667237b 100644 --- a/main_dashboard.yaml +++ b/main_dashboard.yaml @@ -1164,7 +1164,7 @@ views: name: Emma Rainbow column_span: 1 background: - opacity: 20 + opacity: 10 - type: grid cards: - type: custom:streamline-card @@ -1329,7 +1329,7 @@ views: show_header_toggle: false column_span: 1 background: - opacity: 20 + opacity: 10 - type: grid cards: - type: custom:streamline-card @@ -1430,7 +1430,7 @@ views: name: Night Brightness column_span: 1 background: - opacity: 20 + opacity: 10 - type: grid cards: - type: custom:bubble-card @@ -1463,7 +1463,7 @@ views: rows: auto column_span: 1 background: - opacity: 20 + opacity: 10 - type: grid cards: - type: custom:streamline-card @@ -1599,7 +1599,7 @@ views: name: Lux Threshold column_span: 1 background: - opacity: 20 + opacity: 10 max_columns: 4 cards: [] visible: @@ -3062,7 +3062,7 @@ views: name: LED Strip Reset column_span: 1 background: - opacity: 20 + opacity: 10 - type: grid cards: - type: heading