Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- views:
- - title: Home
- type: custom:vertical-layout
- subview: true
- badges: []
- cards:
- - type: custom:mushroom-chips-card
- chips:
- - type: weather
- entity: weather.home
- show_conditions: true
- show_temperature: true
- alignment: center
- - type: custom:mushroom-template-card
- primary: |-
- {% set time = now().hour %}
- {% if (time >= 18) %}
- Good Evening, {{user}}!
- {% elif (time >= 12) %}
- Good Afternoon, {{user}}!
- {% elif (time >= 5) %}
- Good Morning, {{user}}!
- {% else %}
- Hello, {{user}}!
- {% endif %}
- secondary: ''
- icon: ''
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Heat
- secondary: ''
- icon: mdi:radiator
- icon_color: red
- layout: vertical
- tap_action:
- action: navigate
- navigation_path: house
- - type: custom:mushroom-template-card
- primary: Lights
- secondary: ''
- icon: mdi:lightbulb
- icon_color: amber
- layout: vertical
- tap_action:
- action: navigate
- navigation_path: lights
- - type: custom:mushroom-template-card
- primary: Sonos
- secondary: ''
- icon: mdi:music-note
- layout: vertical
- tap_action:
- action: navigate
- navigation_path: music
- icon_color: blue
- - type: custom:mushroom-template-card
- primary: Sensors
- secondary: ''
- icon: mdi:leak
- layout: vertical
- tap_action:
- action: navigate
- navigation_path: /dashboard-phone/sensors
- icon_color: purple
- - type: custom:mushroom-template-card
- primary: Server
- secondary: ''
- icon: mdi:server-network
- layout: vertical
- tap_action:
- action: navigate
- navigation_path: server
- icon_color: green
- - type: custom:mushroom-title-card
- title: ''
- subtitle: Rooms
- - square: false
- columns: 2
- type: grid
- cards:
- - type: custom:mushroom-template-card
- primary: Family Room
- secondary: |
- {{ states('sensor.downstairs_thermostat_temperature') }} °F
- icon: mdi:television
- tap_action:
- action: navigate
- navigation_path: /dashboard-phone/familyroom
- icon_color: blue
- - type: custom:mushroom-light-card
- name: Kitchen & Dining
- entity: light.kitchen_sink
- icon: mdi:knife
- tap_action:
- action: navigate
- navigation_path: kitchen
- hold_action:
- action: toggle
- - type: custom:mushroom-template-card
- primary: 1st Floor
- secondary: '{{ states(''sensor.downstairs_thermostat_temperature'') }} °F'
- icon: mdi:home-floor-1
- tap_action:
- action: navigate
- navigation_path: downstairs
- icon_color: brown
- - type: custom:mushroom-template-card
- primary: Master Bedroom
- secondary: '{{ states(''sensor.bedroom_ecobee_sensor_temperature'') }} °F'
- icon: mdi:bed
- tap_action:
- action: navigate
- navigation_path: masterbed
- icon_color: red
- - type: custom:mushroom-template-card
- primary: Basement
- secondary: ''
- icon: mdi:home-floor-b
- tap_action:
- action: navigate
- navigation_path: basement
- icon_color: purple
- - type: custom:mushroom-template-card
- primary: Home Theater
- secondary: ''
- icon: mdi:projector
- tap_action:
- action: navigate
- navigation_path: hometheater
- hold_action:
- action: toggle
- icon_color: yellow
- - type: custom:mushroom-template-card
- primary: Garage
- secondary: ''
- icon: mdi:garage-open-variant
- tap_action:
- action: navigate
- navigation_path: garage
- icon_color: blue
- - type: custom:mushroom-template-card
- primary: Deck & Outdoors
- secondary: ''
- icon: mdi:forest
- tap_action:
- action: navigate
- navigation_path: deck
- icon_color: ''
- - type: custom:mushroom-template-card
- primary: Christmas
- secondary: ''
- icon: mdi:pine-tree
- icon_color: green
- tap_action:
- action: navigate
- navigation_path: christmas
- - type: custom:mushroom-template-card
- primary: Announcements
- secondary: ''
- icon: mdi:bullhorn
- tap_action:
- action: navigate
- navigation_path: announcements
- icon_color: purple
- - type: custom:bubble-card
- card_type: media-player
- entity: media_player.basement_sonos
- hide:
- power_button: true
- - theme: Backend-selected
- title: familyroom
- path: familyroom
- type: custom:vertical-layout
- badges: []
- cards:
- - type: custom:mushroom-chips-card
- chips:
- - type: back
- - type: custom:mushroom-title-card
- title: Family Room
- - square: false
- columns: 1
- type: grid
- cards:
- - square: false
- columns: 2
- type: grid
- cards:
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: switch.familyroom_shield_tv_2
- name: Watch Streaming
- show_entity_picture: true
- state:
- - entity_picture: /local/nvidiaoff.png
- value: 'off'
- - entity_picture: /local/nvidia.png
- value: 'on'
- show_state: true
- icon: mdi:multimedia
- icon_height: 25px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: switch.familyroom_watch_tv_3
- name: Watch TV
- show_entity_picture: true
- state:
- - entity_picture: /local/tvoff.png
- value: 'off'
- - entity_picture: /local/tv.png
- value: 'on'
- show_state: true
- icon: mdi:multimedia
- icon_height: 25px
- - type: media-control
- entity: media_player.family_room_sonos
- - type: custom:gap-card
- height: 5
- - square: false
- columns: 1
- type: grid
- cards:
- - type: custom:mushroom-light-card
- entity: light.family_room_light
- show_brightness_control: true
- use_light_color: false
- collapsible_controls: true
- - type: horizontal-stack
- cards:
- - graph: line
- hours_to_show: 24
- type: sensor
- detail: 1
- name: Temperature
- entity: sensor.familyroom_temperature_sensor
- - graph: line
- hours_to_show: 24
- type: sensor
- detail: 1
- name: Humidity
- entity: sensor.familyroom_temperature_sensor_humidity_sensor
- - theme: Backend-selected
- title: kitchen
- path: kitchen
- type: custom:vertical-layout
- badges: []
- cards:
- - type: custom:mushroom-chips-card
- chips:
- - type: back
- - type: custom:mushroom-title-card
- title: Kitchen & Dining Room
- - square: false
- columns: 1
- type: grid
- cards:
- - type: custom:mushroom-light-card
- entity: light.kitchen_sink
- show_brightness_control: true
- - type: media-control
- entity: media_player.dining_room_sonos
- - square: false
- type: grid
- cards:
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_dining_room_tomorrowland
- name: Tomorrowland One World Radio
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/tomorrowland.png
- size: 100%
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_dinging_room_amazon_classic_rock
- name: Tomorrowland One World Radio
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/classicrock1.png
- size: 100%
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_dining_room_amazon_smooth_jazz
- name: Tomorrowland One World Radio
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/smoothjazz1.png
- size: 100%
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-media-player-card
- entity: media_player.kitchen_echo
- - type: custom:mushroom-media-player-card
- entity: media_player.******_s_2nd_echo_show_5_2nd_gen
- - type: horizontal-stack
- cards:
- - hours_to_show: 24
- graph: line
- type: sensor
- detail: 1
- entity: sensor.downstairs_thermostat_temperature
- name: Temperature
- - hours_to_show: 24
- graph: line
- type: sensor
- detail: 1
- entity: sensor.downstairs_thermostat_humidity
- name: Humidity
- - theme: Backend-selected
- title: partymode
- path: partymode
- type: custom:vertical-layout
- badges: []
- cards:
- - type: custom:mushroom-chips-card
- chips:
- - type: back
- - type: custom:mushroom-title-card
- title: Basement Party Modes
- - type: horizontal-stack
- cards:
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: input_boolean.power_theater
- name: Movie Time
- show_name: true
- show_state: true
- show_entity_picture: true
- state:
- - entity_picture: /local/projectoroff.png
- value: 'off'
- - entity_picture: /local/projector.png
- value: 'on'
- size: 100px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: input_boolean.power_pinball
- name: Pinball Party
- show_name: true
- show_state: true
- show_entity_picture: true
- state:
- - entity_picture: /local/pinballoff.png
- value: 'off'
- - entity_picture: /local/pinballon.png
- value: 'on'
- size: 100px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: input_boolean.power_arcade
- name: Arcade Party
- show_name: true
- show_state: true
- show_entity_picture: true
- state:
- - entity_picture: /local/arcadeoff.png
- value: 'off'
- - entity_picture: /local/arcade.png
- value: 'on'
- size: 100px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: light.basement_party_lights
- name: Party Lights
- show_name: true
- show_state: true
- show_entity_picture: true
- state:
- - entity_picture: /local/partyoff.png
- value: 'off'
- - entity_picture: /local/party.png
- value: 'on'
- size: 100px
- - type: custom:mushroom-title-card
- title: ''
- subtitle: Radio Stations
- - type: custom:tabbed-card
- options: {}
- tabs:
- - card:
- square: false
- columns: 3
- type: grid
- cards:
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_tomorrowland
- name: Tomorrowland One World Radio
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/tomorrowland.png
- size: 150px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_amazon_party_hits
- name: Party & Dance
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/partyhits.png
- size: 150px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_amazon_edm_bangers
- name: Relax & Unwind
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/edmbangers.png
- size: 150px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_amazon_chill
- name: Chill
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/chill1.png
- size: 150px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_amazon_hotel_poolside
- name: Todays Hits
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/hotelpoolside.png
- size: 150px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_amazon_smooth_jazz
- name: Smooth Jazz
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/smoothjazz1.png
- size: 150px
- attributes:
- label: EDM & Chill
- - card:
- square: false
- columns: 3
- type: grid
- cards:
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_amazon_classic_rock
- name: Rock On
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/classicrock1.png
- size: 150px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_amazon_rock_arena
- name: 90's Classic Rock
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/rockarena.png
- size: 150px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_amazon_yacht_rock
- name: Classic Rock Hits
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/yachtrock.png
- size: 150px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_pandora_incubus
- name: Hot Hip Hop & R&B
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/incubus.png
- size: 150px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_pandora_311
- name: Classic Hip Hop
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/311.png
- size: 150px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_amazon_2000s_alt
- name: Alt Hits
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/2000alt.png
- size: 150px
- attributes:
- label: Rock
- - card:
- square: false
- columns: 3
- type: grid
- cards:
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_amazon_all_hits
- name: Today's Hits
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/allhits.png
- size: 150px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_amazon_pop_culture_radio
- name: Mix Lite
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/popculture.png
- size: 150px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_pandora_ed_sheeran
- name: Adult Hits
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/edsheeran.png
- size: 150px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_amazon_90s_hip_hop
- name: 80's Hits
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/90shiphop.png
- size: 150px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_amazon_todays_hip_hop
- name: 90's Hits
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/todayship.png
- size: 150px
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_amazon_all_2000s
- name: 00's Hits
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/all2000s.png
- size: 150px
- attributes:
- label: Hit's & Rap
- - theme: Backend-selected
- title: masterbed
- path: masterbed
- type: custom:vertical-layout
- badges: []
- cards:
- - type: custom:mushroom-chips-card
- chips:
- - type: back
- - type: custom:mushroom-title-card
- title: Master Bedroom
- - type: horizontal-stack
- cards:
- - hours_to_show: 24
- graph: none
- type: sensor
- detail: 1
- entity: sensor.bedroom_ecobee_sensor_temperature
- name: Temperature
- - type: entity
- entity: binary_sensor.bedroom_ecobee_sensor_occupancy
- name: Master Motion
- icon: mdi:bed
- state_color: true
- - type: media-control
- entity: media_player.master_bedroom_dot
- - square: false
- columns: 1
- type: grid
- cards:
- - type: custom:mushroom-light-card
- entity: light.master_bedroom_headboard_light
- show_brightness_control: true
- show_color_control: true
- use_light_color: true
- - theme: Backend-selected
- title: basement
- path: basement
- type: custom:vertical-layout
- badges: []
- cards:
- - type: custom:mushroom-chips-card
- chips:
- - type: back
- - type: custom:mushroom-title-card
- title: Basement
- - square: true
- columns: 6
- type: grid
- cards:
- - show_name: true
- show_icon: true
- type: button
- tap_action:
- action: toggle
- entity: switch.basement_lights_general
- name: Basement
- icon: mdi:light-recessed
- - show_name: true
- show_icon: true
- type: button
- tap_action:
- action: toggle
- show_state: false
- icon: mdi:led-strip-variant
- name: Arcade Ceiling
- entity: light.arcade_ceiling
- - show_name: true
- show_icon: true
- type: button
- tap_action:
- action: toggle
- icon: mdi:circle
- show_state: false
- entity: switch.pinball
- - show_name: true
- show_icon: true
- type: button
- tap_action:
- action: toggle
- entity: switch.arcade
- icon: mdi:controller-classic-outline
- show_state: false
- - show_name: true
- show_icon: true
- type: button
- tap_action:
- action: toggle
- entity: switch.posters_pi
- icon: mdi:television-classic
- show_state: false
- name: Poster TV
- - show_name: true
- show_icon: true
- type: button
- icon: ''
- show_state: false
- name: Poster Power
- entity: script.rasppishutdown
- tap_action:
- action: toggle
- - type: custom:gap-card
- height: 15
- - type: media-control
- entity: media_player.basement_sonos
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_basement_tomorrowland
- name: Tomorrowland One World Radio
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/tomorrowland.png
- size: 200px
- - square: false
- columns: 2
- type: grid
- cards:
- - type: custom:mushroom-entity-card
- icon: mdi:door
- name: Basement Door
- entity: binary_sensor.contact_basementdoorsensor
- - type: custom:mushroom-entity-card
- icon_color: green
- name: Basement Battery
- entity: sensor.basement_door_sensor_battery_sensor
- - type: custom:mushroom-entity-card
- name: Water Heater Leak
- entity: binary_sensor.water_heater_leak_sensor_2
- - type: custom:mushroom-entity-card
- icon_color: green
- entity: sensor.water_heater_leak_sensor_battery_sensor_2
- name: Water Heather Battery
- - square: false
- type: grid
- cards:
- - graph: line
- hours_to_show: 24
- type: sensor
- detail: 1
- name: Temperature
- entity: sensor.basement_temperature_sensor_2
- - graph: line
- hours_to_show: 24
- type: sensor
- detail: 1
- name: Humidity
- entity: sensor.basement_temperature_sensor_humidity_sensor_2
- - graph: line
- hours_to_show: 24
- type: sensor
- detail: 1
- name: Battery
- entity: sensor.basement_temperature_sensor_battery_sensor_2
- columns: 3
- - theme: Backend-selected
- title: hometheater
- path: hometheater
- type: custom:vertical-layout
- badges: []
- cards:
- - type: custom:mushroom-chips-card
- chips:
- - type: back
- - type: custom:mushroom-title-card
- title: Home Theater
- - square: true
- columns: 6
- type: grid
- cards:
- - show_name: true
- show_icon: true
- type: button
- tap_action:
- action: toggle
- entity: light.theater_lights
- name: Theater
- icon: mdi:light-recessed
- - show_name: true
- show_icon: true
- type: button
- tap_action:
- action: toggle
- entity: light.theater_accent_lights
- name: Accent
- icon: mdi:light-recessed
- - show_name: true
- show_icon: true
- type: button
- tap_action:
- action: toggle
- name: Theater Ceiling
- icon: mdi:led-strip-variant
- entity: switch.theater_ceiling_led
- - show_name: true
- show_icon: true
- type: button
- tap_action:
- action: toggle
- entity: switch.theater_rack_led_light
- name: Theater Rack
- icon: mdi:server
- - show_name: true
- show_icon: true
- type: button
- tap_action:
- action: toggle
- icon: mdi:stairs
- name: Theater Riser
- show_state: false
- entity: light.theater_riser
- - show_name: true
- show_icon: true
- type: button
- tap_action:
- action: toggle
- entity: light.theater_chair
- icon: mdi:sofa
- name: Theater Chair
- - type: custom:gap-card
- height: 15
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: remote.theater_hub
- name: Projector
- show_name: true
- show_state: true
- show_entity_picture: true
- state:
- - entity_picture: /local/projectoroff.png
- value: 'off'
- - entity_picture: /local/projector.png
- value: 'on'
- size: 100px
- - type: media-control
- entity: media_player.basement_sonos
- - type: media-control
- entity: media_player.home_theater
- - square: false
- type: grid
- cards:
- - graph: line
- hours_to_show: 24
- type: sensor
- detail: 1
- name: Temperature
- entity: sensor.basement_temperature_sensor_2
- - graph: line
- hours_to_show: 24
- type: sensor
- detail: 1
- name: Humidity
- entity: sensor.basement_temperature_sensor_humidity_sensor_2
- - graph: none
- hours_to_show: 24
- type: sensor
- detail: 1
- name: Battery
- entity: sensor.basement_temperature_sensor_battery_sensor_2
- columns: 3
- - theme: Backend-selected
- title: server
- path: server
- type: custom:vertical-layout
- badges: []
- cards:
- - type: custom:mushroom-chips-card
- chips:
- - type: back
- - type: custom:mushroom-title-card
- title: ''
- subtitle: PLEX - DHARMA
- - show_name: true
- show_icon: true
- show_state: true
- type: glance
- entities:
- - entity: sensor.tautulli_watching
- name: Watching
- - entity: sensor.tautulli_direct_plays
- name: Direct Plays
- - entity: sensor.tautulli_transcodes
- name: Transcodes
- state_color: true
- - show_name: true
- show_icon: true
- show_state: true
- type: glance
- entities:
- - entity: sensor.tautulli_top_user
- name: Top User
- - entity: sensor.dharma_library_movies
- name: Movies
- - entity: sensor.dharma_library_tv_shows
- name: TV Shows
- state_color: true
- - type: custom:mushroom-title-card
- title: ''
- subtitle: unRAID Server - NAS
- - square: true
- columns: 4
- type: grid
- cards:
- - type: gauge
- entity: sensor.192_168_1_225_mnt_disk1_used_percent
- name: Disk 1
- needle: true
- severity:
- green: 0
- yellow: 50
- red: 75
- - type: gauge
- entity: sensor.192_168_1_225_mnt_disk2_used_percent
- name: Disk 2
- needle: true
- severity:
- green: 0
- yellow: 50
- red: 75
- - type: gauge
- entity: sensor.192_168_1_225_mnt_disk3_used_percent
- name: Disk 3
- needle: true
- severity:
- green: 0
- yellow: 50
- red: 75
- - type: gauge
- entity: sensor.192_168_1_225_mnt_disk5_used_percent
- name: Disk 5
- needle: true
- severity:
- green: 0
- yellow: 50
- red: 75
- - type: gauge
- entity: sensor.192_168_1_225_mnt_disk6_used_percent
- name: Disk 6
- needle: true
- severity:
- green: 0
- yellow: 50
- red: 75
- - type: gauge
- entity: sensor.192_168_1_225_mnt_disk6_used_percent
- name: Disk 6
- needle: true
- severity:
- green: 0
- yellow: 50
- red: 75
- - type: gauge
- entity: sensor.192_168_1_225_mnt_disk7_used_percent
- name: Disk 7
- needle: true
- severity:
- green: 0
- yellow: 50
- red: 75
- - type: gauge
- entity: sensor.192_168_1_225_mnt_disk8_used_percent
- name: Disk 8
- needle: true
- severity:
- green: 0
- yellow: 50
- red: 75
- - type: custom:mushroom-title-card
- title: ''
- subtitle: Containers
- - square: false
- columns: 3
- type: grid
- cards:
- - type: custom:mushroom-entity-card
- entity: sensor.192_168_1_225_containers_active
- name: Active
- - type: custom:mushroom-entity-card
- entity: sensor.192_168_1_225_containers_cpu_used
- name: CPU
- - type: custom:mushroom-entity-card
- entity: sensor.192_168_1_225_containers_ram_used
- name: RAM
- fill_container: false
- - theme: Backend-selected
- title: downstairs
- path: downstairs
- type: custom:vertical-layout
- badges: []
- cards:
- - type: custom:mushroom-chips-card
- chips:
- - type: back
- - type: custom:mushroom-title-card
- title: First Floor
- - type: horizontal-stack
- cards:
- - hours_to_show: 24
- graph: line
- type: sensor
- detail: 1
- entity: sensor.downstairs_thermostat_temperature
- name: Temperature
- - hours_to_show: 24
- graph: line
- type: sensor
- detail: 1
- entity: sensor.downstairs_thermostat_humidity
- name: Humidity
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- entity: switch.entryway
- icon: mdi:lamp
- name: Entryway Light
- tap_action:
- action: toggle
- - type: custom:mushroom-entity-card
- entity: switch.light
- icon: mdi:lamp
- name: Playroom Light
- tap_action:
- action: toggle
- - type: custom:mushroom-entity-card
- entity: switch.front_door_light
- icon: mdi:wall-sconce-round
- fill_container: false
- - type: media-control
- entity: media_player.playroom_echo_dot
- - type: custom:mushroom-title-card
- title: ''
- subtitle: Sensors
- - square: false
- columns: 2
- type: grid
- cards:
- - type: custom:mushroom-entity-card
- icon_color: blue
- entity: binary_sensor.laundry_room_water_sensor
- name: Washing Machine Leak
- - type: custom:mushroom-entity-card
- entity: sensor.laundry_room_water_sensor_battery_sensor
- name: Washing Machine Leak
- - type: custom:mushroom-entity-card
- entity: binary_sensor.deck_slider_sensor_2
- name: Deck Slider
- - type: custom:mushroom-entity-card
- entity: sensor.deck_slider_sensor_battery_sensor_2
- name: Deck Slider
- - type: custom:mushroom-entity-card
- entity: binary_sensor.kitchensink_water_leak_sensor
- name: Kitchen Sink Leak
- - type: custom:mushroom-entity-card
- name: Kitchen Sink Leak
- entity: sensor.kitchensink_water_leak_sensor_battery_sensor
- - type: custom:mushroom-entity-card
- name: 1st Floor Bath Sink
- entity: binary_sensor.1stfloorbath_water_leak_sensor_2
- - type: custom:mushroom-entity-card
- name: 1st Floor Bath Sink
- entity: sensor.1stfloorbath_water_leak_sensor_battery_sensor_2
- - theme: Backend-selected
- title: garage
- path: garage
- type: custom:vertical-layout
- badges: []
- cards:
- - type: custom:mushroom-chips-card
- chips:
- - type: back
- - type: media-control
- entity: media_player.garage_sonos
- - theme: Backend-selected
- title: deck
- path: deck
- type: custom:vertical-layout
- badges: []
- cards:
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.radio_script_deck_tomorrowland
- name: Tomorrowland One World Radio
- show_name: false
- show_entity_picture: true
- show_state: false
- entity_picture: /local/radio/tomorrowland.png
- size: 150px
- - type: media-control
- entity: media_player.backyard_sonos
- - show_state: true
- show_name: true
- camera_view: live
- type: picture-entity
- image: https://demo.home-assistant.io/stub_config/bedroom.png
- name: Front Door
- entity: camera.front_door_2
- - theme: Backend-selected
- title: lights
- path: lights
- type: custom:vertical-layout
- badges: []
- cards:
- - type: custom:mushroom-chips-card
- chips:
- - type: back
- - type: entities
- entities:
- - entity: switch.entryway
- name: Entryway
- icon: mdi:lamp
- secondary_info: none
- - entity: light.kitchen_sink
- icon: mdi:ceiling-light
- name: Kitchen Sink
- secondary_info: brightness
- - entity: switch.light
- name: Playroom
- icon: mdi:lamp
- - entity: light.family_room_light
- - entity: light.master_bedroom_headboard_light
- name: Master Bedroom Headboard
- icon: mdi:led-strip-variant
- secondary_info: none
- - entity: switch.front_door_light
- icon: mdi:wall-sconce-round
- name: Front Door
- show_header_toggle: true
- title: Upstairs Lighting
- state_color: true
- - type: entities
- entities:
- - entity: switch.basement_lights_general
- name: Basement Lights
- icon: mdi:light-recessed
- - entity: light.arcade_ceiling
- icon: mdi:led-strip-variant
- title: Basement Lights
- show_header_toggle: true
- state_color: true
- - type: entities
- entities:
- - entity: light.theater_lights
- icon: mdi:light-recessed
- secondary_info: brightness
- name: Main Lights
- - entity: light.theater_accent_lights
- icon: mdi:light-recessed
- secondary_info: brightness
- name: Accent Lights
- - entity: switch.theater_ceiling_led
- icon: mdi:led-strip-variant
- name: Ceiling LED
- - entity: switch.theater_rack_led_light
- name: Rack LED
- icon: mdi:led-strip-variant
- - entity: light.theater_riser
- icon: mdi:led-strip-variant
- - entity: light.theater_chair
- icon: mdi:led-strip-variant
- name: Theater Chair LED
- title: Theater Lights
- show_header_toggle: true
- state_color: true
- - theme: Backend-selected
- title: house
- path: house
- type: custom:vertical-layout
- badges: []
- cards:
- - type: custom:mushroom-chips-card
- chips:
- - type: back
- - type: custom:mushroom-title-card
- title: Heating
- - type: horizontal-stack
- cards:
- - type: thermostat
- entity: climate.downstairs_thermostat
- - type: thermostat
- entity: climate.upstairs_thermostat
- - theme: Backend-selected
- title: christmas
- path: christmas
- type: custom:vertical-layout
- badges: []
- cards:
- - type: custom:mushroom-chips-card
- chips:
- - type: back
- - square: true
- columns: 5
- type: grid
- cards:
- - show_name: true
- show_icon: true
- type: button
- tap_action:
- action: toggle
- entity: switch.christmas_tree
- name: Christmas Tree
- icon: mdi:pine-tree
- - show_name: true
- show_icon: true
- type: button
- tap_action:
- action: toggle
- entity: switch.stair_lights
- name: Stair Lights
- icon: mdi:string-lights
- - show_name: true
- show_icon: true
- type: button
- tap_action:
- action: toggle
- entity: switch.outdoor_left
- name: Outdoors Left
- icon: mdi:string-lights
- show_state: false
- - show_name: true
- show_icon: true
- type: button
- tap_action:
- action: toggle
- entity: switch.outdoor_right
- name: Outdoor Right
- icon: mdi:string-lights
- - show_name: true
- show_icon: true
- type: button
- tap_action:
- action: toggle
- entity: switch.outdoor_2_right
- name: Outdoor 2 Right
- icon: mdi:string-lights
- - theme: Backend-selected
- title: music
- path: music
- type: custom:vertical-layout
- badges: []
- cards:
- - type: custom:mushroom-chips-card
- chips:
- - type: back
- - type: vertical-stack
- cards:
- - type: media-control
- entity: media_player.family_room_sonos
- - type: media-control
- entity: media_player.dining_room_sonos
- - type: media-control
- entity: media_player.basement_sonos
- - type: media-control
- entity: media_player.garage_sonos
- - type: media-control
- entity: media_player.deck_sonos
- - type: media-control
- entity: media_player.backyard_sonos
- - theme: Backend-selected
- title: announcements
- path: announcements
- type: custom:vertical-layout
- badges: []
- cards:
- - type: custom:mushroom-chips-card
- chips:
- - type: back
- - type: custom:mushroom-title-card
- title: Announcements
- - square: false
- columns: 3
- type: grid
- cards:
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.announcement_time_for_school
- name: School
- show_name: true
- show_state: false
- icon: mdi:account-school
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.announcement_lunch_time
- name: Lunch
- show_name: true
- show_state: false
- icon: mdi:food-fork-drink
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.dinner_announcement
- name: Dinner
- show_name: true
- show_state: false
- icon: mdi:food
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.announcement_upstairs
- name: Upstairs
- show_name: true
- show_state: false
- icon: mdi:stairs
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.announcement_bedtime
- name: Bedtime
- show_name: true
- show_state: false
- icon: mdi:bed
- - type: custom:button-card
- tap_action:
- action: toggle
- entity: script.announcement_turn_it_down
- name: Too Loud
- - theme: Backend-selected
- title: testing - previous card layouts
- path: testing-previous-card-layouts
- badges: []
- cards:
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Heating
- secondary: ''
- icon: mdi:radiator
- icon_color: red
- layout: vertical
- tap_action:
- action: navigate
- navigation_path: house
- - type: custom:mushroom-template-card
- primary: Lights
- secondary: ''
- icon: mdi:lightbulb
- icon_color: amber
- layout: vertical
- tap_action:
- action: navigate
- navigation_path: lights
- - type: custom:mushroom-template-card
- primary: Sonos
- secondary: ''
- icon: mdi:music-note
- layout: vertical
- tap_action:
- action: navigate
- navigation_path: music
- icon_color: blue
- - type: custom:mushroom-template-card
- primary: Party Mode
- secondary: ''
- icon: mdi:home
- layout: vertical
- tap_action:
- action: navigate
- navigation_path: partymode
- icon_color: purple
- - type: custom:mushroom-template-card
- primary: Server
- secondary: ''
- icon: mdi:server-network
- layout: vertical
- tap_action:
- action: navigate
- navigation_path: server
- icon_color: green
- - title: sensors
- path: sensors
- subview: false
- type: custom:vertical-layout
- cards:
- - type: vertical-stack
- cards:
- - type: custom:mushroom-chips-card
- chips:
- - type: back
- - type: custom:mushroom-title-card
- title: ''
- subtitle: Water Leak Sensors
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- entity: binary_sensor.water_heater_leak_sensor_2
- icon_color: blue
- secondary_info: state
- name: Water Heater
- - type: custom:mushroom-entity-card
- entity: sensor.water_heater_leak_sensor_battery_sensor_2
- name: Battery
- icon_color: blue
- fill_container: false
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- entity: binary_sensor.laundry_room_water_sensor
- icon_color: blue
- name: Laundry Room
- - type: custom:mushroom-entity-card
- entity: sensor.laundry_room_water_sensor_battery_sensor
- name: Battery
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- name: Kitchen Sink
- icon_color: green
- entity: binary_sensor.kitchensink_water_leak_sensor
- - type: custom:mushroom-entity-card
- name: Battery
- entity: sensor.kitchensink_water_leak_sensor_battery_sensor
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- name: 1st Floor Bath
- entity: binary_sensor.1stfloorbath_water_leak_sensor_2
- - type: custom:mushroom-entity-card
- name: Battery
- entity: sensor.1stfloorbath_water_leak_sensor_battery_sensor_2
- - type: custom:mushroom-title-card
- title: ''
- subtitle: Door's
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- entity: binary_sensor.contact_basementdoorsensor
- name: Basement Door
- - type: custom:mushroom-entity-card
- entity: sensor.basement_door_sensor_battery_sensor
- name: Battery
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- entity: binary_sensor.deck_slider_sensor_2
- name: Deck Slider
- icon_color: green
- - type: custom:mushroom-entity-card
- entity: sensor.deck_slider_sensor_battery_sensor_2
- name: Battery
- - type: custom:mushroom-title-card
- title: ''
- subtitle: Temp's
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- name: Family Room
- icon_color: green
- entity: sensor.familyroom_temperature_sensor
- - type: custom:mushroom-entity-card
- entity: sensor.familyroom_temperature_sensor_humidity_sensor
- name: Humidity
- - type: custom:mushroom-entity-card
- name: Battery
- entity: sensor.familyroom_temperature_sensor_battery_sensor
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- name: Basement
- icon_color: green
- entity: sensor.basement_temperature_sensor_2
- - type: custom:mushroom-entity-card
- entity: sensor.basement_temperature_sensor_humidity_sensor_2
- name: Humidity
- - type: custom:mushroom-entity-card
- name: Battery
- entity: sensor.basement_temperature_sensor_battery_sensor_2
Advertisement
Add Comment
Please, Sign In to add comment