Advertisement
Guest User

Lovelace dashboard

a guest
Dec 11th, 2023
2,188
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 84.24 KB | None | 1 0
  1. title: Tablet
  2. wallpanel:
  3.   enabled: true
  4.   enabled_on_tabs:
  5.    - home
  6.   debug: false
  7.   hide_toolbar: false
  8.   hide_sidebar: true
  9.   fullscreen: false
  10.   idle_time: 0
  11.   keep_screen_on_time: 86400
  12.   black_screen_after_time: 7200
  13.   control_reactivation_time: 1
  14.   screensaver_stop_navigation_path: /lovelace-tablet/home
  15.   touch_zone_size_next_image: 0
  16.   touch_zone_size_previous_image: 0
  17.   image_url: http://picsum.photos/${width}/${height}?random=${timestamp}
  18.   image_fit: cover
  19.   image_list_update_interval: 3600
  20.   image_order: sorted
  21.   image_excludes: []
  22.   show_exif_info: false
  23.   fetch_address_data: true
  24.   exif_info_template: >-
  25.     ${address.town|address.city!prefix=!suffix= //
  26.     }${DateTimeOriginal!options=year:numeric,month:long}
  27.   screensaver_entity: input_boolean.firescreensaver
  28.   info_animation_duration_x: 30
  29.   info_animation_duration_y: 11
  30.   info_animation_timing_function_x: ease-in-out
  31.   info_animation_timing_function_y: ease-in-out
  32.   info_move_pattern: random
  33.   info_move_interval: 0
  34.   info_move_fade_duration: 2
  35.   cards:
  36.     - type: vertical-stack
  37.       cards:
  38.         - type: horizontal-stack
  39.           cards:
  40.             - type: markdown
  41.               content: '# {{ states(''sensor.time'') }}'
  42.             - type: tile
  43.               entity: person.glenda
  44.               show_entity_picture: true
  45.               hide_state: false
  46.               vertical: false
  47.               state_content:
  48.                - state
  49.             - type: tile
  50.               entity: person.rick
  51.               show_entity_picture: true
  52.               state_content:
  53.                - state
  54.         - type: weather-forecast
  55.           entity: weather.openweathermap
  56.           name: Churchdown
  57.           theme: ios-dark-mode
  58.           forecast_type: daily
  59.         - type: custom:mushroom-template-card
  60.           primary: BBC News
  61.           secondary: |-
  62.             {{ states('input_text.news_item_title') }}
  63.  
  64.             {{ states('input_text.news_item_description') }}
  65.           icon: mdi:newspaper-variant
  66.           icon_color: red
  67.           multiline_secondary: true
  68.           fill_container: false
  69.         - type: custom:mushroom-chips-card
  70.           chips:
  71.             - type: conditional
  72.               conditions:
  73.                 - condition: numeric_state
  74.                   entity: sensor.tewkesburybc_refuse_collection
  75.                   below: 2
  76.               chip:
  77.                 type: template
  78.                 icon: mdi:trash-can
  79.                 icon_color: '#9CCC65'
  80.                 content: Green bin
  81.             - type: conditional
  82.               conditions:
  83.                 - condition: numeric_state
  84.                   entity: sensor.tewkesburybc_recycling_collection
  85.                   below: 2
  86.               chip:
  87.                 type: template
  88.                 icon: mdi:recycle
  89.                 icon_color: '#64B5F6'
  90.                 content: Blue bin
  91.             - type: conditional
  92.               conditions:
  93.                 - condition: numeric_state
  94.                   entity: sensor.tewkesburybc_garden_collection
  95.                   below: 2
  96.               chip:
  97.                 type: template
  98.                 icon: mdi:leaf
  99.                 icon_color: '#A1887F'
  100.                 content: Brown bin
  101.             - type: conditional
  102.               conditions:
  103.                 - condition: numeric_state
  104.                   entity: sensor.tewkesburybc_food_collection
  105.                   below: 2
  106.               chip:
  107.                 type: template
  108.                 icon: mdi:food-apple
  109.                 icon_color: '#26A69A'
  110.                 content: Food waste
  111.           alignment: start
  112. views:
  113.   - theme: minimalist-desktop
  114.     title: Home
  115.     path: home
  116.     icon: mdi:home
  117.     badges: []
  118.     cards:
  119.       - type: vertical-stack
  120.         cards:
  121.           - type: weather-forecast
  122.             entity: weather.openweathermap
  123.             name: Churchdown
  124.             theme: ios-dark-mode
  125.             forecast_type: daily
  126.           - type: custom:mushroom-template-card
  127.             primary: BBC News
  128.             secondary: |-
  129.               {{ states('input_text.news_item_title') }}
  130.  
  131.               {{ states('input_text.news_item_description') }}
  132.             icon: mdi:newspaper-variant
  133.             icon_color: red
  134.             multiline_secondary: true
  135.             fill_container: false
  136.           - type: horizontal-stack
  137.             cards:
  138.               - type: custom:mushroom-template-card
  139.                 primary: All lights
  140.                 secondary: Turn on
  141.                 icon: mdi:home
  142.                 icon_color: orange
  143.                 fill_container: false
  144.                 multiline_secondary: false
  145.               - type: custom:mushroom-template-card
  146.                 primary: All lights
  147.                 secondary: Turn off
  148.                 icon: mdi:home
  149.                 icon_color: grey
  150.                 fill_container: false
  151.                 multiline_secondary: false
  152.           - type: horizontal-stack
  153.             cards:
  154.               - type: custom:mushroom-entity-card
  155.                 entity: input_boolean.party_chair
  156.                 name: Party chair
  157.                 fill_container: false
  158.                 tap_action:
  159.                   action: toggle
  160.                 icon_color: orange
  161.                 layout: horizontal
  162.               - type: custom:mushroom-entity-card
  163.                 entity: input_boolean.party_mode
  164.                 name: Party mode
  165.                 fill_container: false
  166.                 tap_action:
  167.                   action: toggle
  168.                 icon_color: deep-purple
  169.                 layout: horizontal
  170.           - type: horizontal-stack
  171.             cards:
  172.               - type: custom:mushroom-entity-card
  173.                 entity: input_boolean.guest_mode
  174.                 name: Guest mode
  175.                 fill_container: false
  176.                 tap_action:
  177.                   action: toggle
  178.                 icon_color: pink
  179.                 layout: horizontal
  180.               - type: custom:mushroom-entity-card
  181.                 entity: input_boolean.trip_mode
  182.                 name: Trip mode
  183.                 fill_container: false
  184.                 tap_action:
  185.                   action: toggle
  186.                 icon_color: green
  187.                 layout: horizontal
  188.       - type: vertical-stack
  189.         cards:
  190.           - type: horizontal-stack
  191.             cards:
  192.               - type: custom:mushroom-template-card
  193.                 primary: Your SSID Name
  194.                 secondary: 'Password: YourPassword'
  195.                 icon: mdi:wifi
  196.                 icon_color: blue
  197.                 badge_icon: ''
  198.                 layout: vertical
  199.                 fill_container: true
  200.                 multiline_secondary: false
  201.                 tap_action:
  202.                   action: navigate
  203.                   navigation_path: /lovelace-tablet/network
  204.               - type: picture
  205.                 image: >-
  206.                   https://chart.googleapis.com/chart?cht=qr&chs=200x150&chld=L|2&chl=WIFI%3AT%3AWPA%3BS%3AYour%20SSID%3BP%3AYourPassword%3B%3B
  207.                 tap_action:
  208.                   action: navigate
  209.                   navigation_path: /lovelace-tablet/network
  210.                 hold_action:
  211.                   action: none
  212.           - type: custom:mushroom-alarm-control-panel-card
  213.             entity: alarm_control_panel.alarmo
  214.             states:
  215.              - armed_away
  216.               - armed_night
  217.             name: Alarm
  218.           - type: custom:mini-graph-card
  219.             name: Temperatures
  220.             line_color:
  221.              - '#FF9800'
  222.               - '#E91E63'
  223.             entities:
  224.               - entity: sensor.lounge_temperature
  225.                 name: Inside
  226.                 show_state: true
  227.                 line_width: 8
  228.                 font_size: 75
  229.               - entity: sensor.openweathermap_temperature
  230.                 name: Outside
  231.                 show_state: true
  232.                 line_width: 8
  233.                 font_size: 75
  234.           - type: horizontal-stack
  235.             cards:
  236.               - type: custom:mushroom-fan-card
  237.                 entity: fan.lounge_fan
  238.                 layout: vertical
  239.               - type: custom:mushroom-fan-card
  240.                 entity: fan.bedroom_fan
  241.                 layout: vertical
  242.               - type: custom:mushroom-fan-card
  243.                 entity: fan.bathroom_fan
  244.                 layout: vertical
  245.           - type: custom:mushroom-media-player-card
  246.             entity: media_player.lounge_tv
  247.             show_volume_level: true
  248.             volume_controls:
  249.              - volume_set
  250.               - volume_buttons
  251.               - volume_mute
  252.             use_media_info: true
  253.             media_controls:
  254.              - on_off
  255.             layout: horizontal
  256.             fill_container: false
  257.       - type: vertical-stack
  258.         cards:
  259.           - type: custom:atomic-calendar-revive
  260.             enableModeChange: true
  261.             firstDayOfWeek: 1
  262.             maxDaysToShow: 7
  263.             maxEventCount: 7
  264.             disableEventLink: true
  265.             disableLocationLink: true
  266.             refreshInterval: 60
  267.             showWeekDay: true
  268.             entities:
  269.              - calendar.the_family
  270.           - type: vertical-stack
  271.             cards:
  272.               - type: horizontal-stack
  273.                 cards:
  274.                   - type: conditional
  275.                     conditions:
  276.                       - entity: sensor.tewkesburybc_refuse_collection
  277.                         state: '0'
  278.                       - entity: input_boolean.bins_brought_in
  279.                         state: 'off'
  280.                     card:
  281.                       type: custom:html-card
  282.                       content: >
  283.                         <div style="text-align: center;"><svg style="height:
  284.                         50px; fill: #9CCC65;" preserveAspectRatio="xMidYMid
  285.                         meet" focusable="false" viewBox="0 0 24 24"
  286.                        style=""><g><!--?lit$85562334$--><path
  287.                        d="M9,3V4H4V6H5V19A2,2 0 0,0 7,21H17A2,2 0 0,0
  288.                         19,19V6H20V4H15V3H9M9,8H11V17H9V8M13,8H15V17H13V8Z"></path></g></svg>
  289.                        <p style="font-size: 1rem;">Green<br/>bin<br/><strong
  290.                        style="font-size: .8rem;">today</strong></p></div>
  291.                  - type: conditional
  292.                    conditions:
  293.                      - entity: sensor.tewkesburybc_recycling_collection
  294.                        state: '0'
  295.                      - entity: input_boolean.bins_brought_in
  296.                        state: 'off'
  297.                    card:
  298.                      type: custom:html-card
  299.                      content: >
  300.                        <div style="text-align: center;"><svg style="height:
  301.                         50px; fill: #64B5F6;" preserveAspectRatio="xMidYMid
  302.                         meet" focusable="false" viewBox="0 0 24
  303.                         24"><g><!--?lit$85562334$--><path
  304.                        d="M21.82,15.42L19.32,19.75C18.83,20.61 17.92,21.06
  305.                         17,21H15V23L12.5,18.5L15,14V16H17.82L15.6,12.15L19.93,9.65L21.73,12.77C22.25,13.54
  306.                         22.32,14.57 21.82,15.42M9.21,3.06H14.21C15.19,3.06
  307.                         16.04,3.63
  308.                         16.45,4.45L17.45,6.19L19.18,5.19L16.54,9.6L11.39,9.69L13.12,8.69L11.71,6.24L9.5,10.09L5.16,7.59L6.96,4.47C7.37,3.64
  309.                         8.22,3.06 9.21,3.06M5.05,19.76L2.55,15.43C2.06,14.58
  310.                         2.13,13.56
  311.                         2.64,12.79L3.64,11.06L1.91,10.06L7.05,10.14L9.7,14.56L7.97,13.56L6.56,16H11V21H7.4C6.47,21.07
  312.                         5.55,20.61 5.05,19.76Z"></path></g> </svg> <p
  313.                        style="font-size: 1rem;">Blue<br/>bin<br/><strong
  314.                        style="font-size: .8rem;">today</strong></p></div>
  315.                  - type: conditional
  316.                    conditions:
  317.                      - entity: sensor.tewkesburybc_garden_collection
  318.                        state: '0'
  319.                      - entity: input_boolean.bins_brought_in
  320.                        state: 'off'
  321.                    card:
  322.                      type: custom:html-card
  323.                      content: >
  324.                        <div style="text-align: center;"><svg style="height:
  325.                         50px; fill: #A1887F;" preserveAspectRatio="xMidYMid
  326.                         meet" focusable="false" viewBox="0 0 24
  327.                         24"><g><!--?lit$85562334$--><path d="M2,22V20C2,20 7,18
  328.                         12,18C17,18 22,20 22,20V22H2M11.3,9.1C10.1,5.2 4,6.1
  329.                         4,6.1C4,6.1 4.2,13.9 9.9,12.7C9.5,9.8 8,9 8,9C10.8,9
  330.                         11,12.4 11,12.4V17C11.3,17 11.7,17 12,17C12.3,17 12.7,17
  331.                         13,17V12.8C13,12.8 13,8.9 16,7.9C16,7.9 14,10.9
  332.                         14,12.9C21,13.6 21,4 21,4C21,4 12.1,3
  333.                         11.3,9.1Z"></path></g></svg> <p style="font-size:
  334.                         1rem;">Brown<br/>bin<br/><strong style="font-size:
  335.                        .8rem;">today</strong></p></div>
  336.                  - type: conditional
  337.                    conditions:
  338.                      - entity: sensor.tewkesburybc_food_collection
  339.                        state: '0'
  340.                      - entity: input_boolean.bins_brought_in
  341.                        state: 'off'
  342.                    card:
  343.                      type: custom:html-card
  344.                      content: >
  345.                        <div style="text-align: center;"><svg style="height:
  346.                         50px; fill: #26A69A;" preserveAspectRatio="xMidYMid
  347.                         meet" focusable="false" viewBox="0 0 24
  348.                         24"><g><!--?lit$85562334$--><path d="M20,10C22,13 17,22
  349.                         15,22C13,22 13,21 12,21C11,21 11,22 9,22C7,22 2,13
  350.                         4,10C6,7 9,7 11,8V5C5.38,8.07 4.11,3.78
  351.                         4.11,3.78C4.11,3.78 6.77,0.19 11,5V3H13V8C15,7 18,7
  352.                         20,10Z"></path></g></svg> <p style="font-size:
  353.                         1rem;">Food<br/>waste<br/><strong style="font-size:
  354.                        .8rem;">today</strong></p></div>
  355.                  - type: conditional
  356.                    conditions:
  357.                      - entity: input_number.bin_day
  358.                        state: '0.0'
  359.                      - entity: input_boolean.bins_brought_in
  360.                        state: 'off'
  361.                    card:
  362.                      type: button
  363.                      tap_action:
  364.                        action: call-service
  365.                        service: input_boolean.turn_on
  366.                        service_data: {}
  367.                        target:
  368.                          entity_id: input_boolean.bins_brought_in
  369.                      entity: input_boolean.bins_brought_in
  370.                      show_state: false
  371.                      icon: mdi:check-bold
  372.                      name: ' Done'
  373.              - type: horizontal-stack
  374.                cards:
  375.                  - type: conditional
  376.                    conditions:
  377.                      - entity: sensor.tewkesburybc_refuse_collection
  378.                        state: '1'
  379.                      - entity: input_boolean.bins_put_out
  380.                        state: 'off'
  381.                    card:
  382.                      type: custom:html-card
  383.                      content: >
  384.                        <div style="text-align: center;"><svg style="height:
  385.                         50px; fill: #9CCC65;" preserveAspectRatio="xMidYMid
  386.                         meet" focusable="false" viewBox="0 0 24 24"
  387.                        style=""><g><!--?lit$85562334$--><path
  388.                        d="M9,3V4H4V6H5V19A2,2 0 0,0 7,21H17A2,2 0 0,0
  389.                         19,19V6H20V4H15V3H9M9,8H11V17H9V8M13,8H15V17H13V8Z"></path></g></svg>
  390.                        <p style="font-size: 1rem;">Green<br/>bin<br/><strong
  391.                        style="font-size: .8rem;">tomorrow</strong></p></div>
  392.                  - type: conditional
  393.                    conditions:
  394.                      - entity: sensor.tewkesburybc_recycling_collection
  395.                        state: '1'
  396.                      - entity: input_boolean.bins_put_out
  397.                        state: 'off'
  398.                    card:
  399.                      type: custom:html-card
  400.                      content: >
  401.                        <div style="text-align: center;"><svg style="height:
  402.                         50px; fill: #64B5F6;" preserveAspectRatio="xMidYMid
  403.                         meet" focusable="false" viewBox="0 0 24
  404.                         24"><g><!--?lit$85562334$--><path
  405.                        d="M21.82,15.42L19.32,19.75C18.83,20.61 17.92,21.06
  406.                         17,21H15V23L12.5,18.5L15,14V16H17.82L15.6,12.15L19.93,9.65L21.73,12.77C22.25,13.54
  407.                         22.32,14.57 21.82,15.42M9.21,3.06H14.21C15.19,3.06
  408.                         16.04,3.63
  409.                         16.45,4.45L17.45,6.19L19.18,5.19L16.54,9.6L11.39,9.69L13.12,8.69L11.71,6.24L9.5,10.09L5.16,7.59L6.96,4.47C7.37,3.64
  410.                         8.22,3.06 9.21,3.06M5.05,19.76L2.55,15.43C2.06,14.58
  411.                         2.13,13.56
  412.                         2.64,12.79L3.64,11.06L1.91,10.06L7.05,10.14L9.7,14.56L7.97,13.56L6.56,16H11V21H7.4C6.47,21.07
  413.                         5.55,20.61 5.05,19.76Z"></path></g> </svg> <p
  414.                        style="font-size: 1rem;">Blue<br/>bin<br/><strong
  415.                        style="font-size: .8rem;">tomorrow</strong></p></div>
  416.                  - type: conditional
  417.                    conditions:
  418.                      - entity: sensor.tewkesburybc_garden_collection
  419.                        state: '1'
  420.                      - entity: input_boolean.bins_put_out
  421.                        state: 'off'
  422.                    card:
  423.                      type: custom:html-card
  424.                      content: >
  425.                        <div style="text-align: center;"><svg style="height:
  426.                         50px; fill: #A1887F;" preserveAspectRatio="xMidYMid
  427.                         meet" focusable="false" viewBox="0 0 24
  428.                         24"><g><!--?lit$85562334$--><path d="M2,22V20C2,20 7,18
  429.                         12,18C17,18 22,20 22,20V22H2M11.3,9.1C10.1,5.2 4,6.1
  430.                         4,6.1C4,6.1 4.2,13.9 9.9,12.7C9.5,9.8 8,9 8,9C10.8,9
  431.                         11,12.4 11,12.4V17C11.3,17 11.7,17 12,17C12.3,17 12.7,17
  432.                         13,17V12.8C13,12.8 13,8.9 16,7.9C16,7.9 14,10.9
  433.                         14,12.9C21,13.6 21,4 21,4C21,4 12.1,3
  434.                         11.3,9.1Z"></path></g></svg> <p style="font-size:
  435.                         1rem;">Brown<br/>bin<br/><strong style="font-size:
  436.                        .8rem;">tomorrow</strong></p></div>
  437.                  - type: conditional
  438.                    conditions:
  439.                      - entity: sensor.tewkesburybc_food_collection
  440.                        state: '1'
  441.                      - entity: input_boolean.bins_put_out
  442.                        state: 'off'
  443.                    card:
  444.                      type: custom:html-card
  445.                      content: >
  446.                        <div style="text-align: center;"><svg style="height:
  447.                         50px; fill: #26A69A;" preserveAspectRatio="xMidYMid
  448.                         meet" focusable="false" viewBox="0 0 24
  449.                         24"><g><!--?lit$85562334$--><path d="M20,10C22,13 17,22
  450.                         15,22C13,22 13,21 12,21C11,21 11,22 9,22C7,22 2,13
  451.                         4,10C6,7 9,7 11,8V5C5.38,8.07 4.11,3.78
  452.                         4.11,3.78C4.11,3.78 6.77,0.19 11,5V3H13V8C15,7 18,7
  453.                         20,10Z"></path></g></svg> <p style="font-size:
  454.                         1rem;">Food<br/>waste<br/><strong style="font-size:
  455.                        .8rem;">tomorrow</strong></p></div>
  456.                  - type: conditional
  457.                    conditions:
  458.                      - entity: input_number.bin_day
  459.                        state: '1.0'
  460.                      - entity: input_boolean.bins_put_out
  461.                        state: 'off'
  462.                    card:
  463.                      type: button
  464.                      tap_action:
  465.                        action: call-service
  466.                        service: input_boolean.turn_on
  467.                        service_data: {}
  468.                        target:
  469.                          entity_id: input_boolean.bins_put_out
  470.                      entity: input_boolean.bins_put_out
  471.                      show_state: false
  472.                      name: Done
  473.                      icon: mdi:check-bold
  474.  - theme: minimalist-desktop
  475.    title: Lights
  476.    path: lights
  477.    icon: mdi:lightbulb-on
  478.    badges: []
  479.    cards:
  480.      - type: vertical-stack
  481.        cards:
  482.          - type: horizontal-stack
  483.            cards:
  484.              - type: custom:mushroom-chips-card
  485.                chips:
  486.                  - type: back
  487.              - type: custom:mushroom-title-card
  488.                title: ''
  489.          - type: tile
  490.            entity: light.lounge_lights
  491.            show_entity_picture: false
  492.            vertical: true
  493.            icon_tap_action:
  494.              action: toggle
  495.            tap_action:
  496.              action: navigate
  497.              navigation_path: /lovelace-tablet/lounge
  498.            name: 'Lounge '
  499.          - type: tile
  500.            entity: light.bedroom_lights
  501.            name: Bedroom
  502.            show_entity_picture: false
  503.            vertical: true
  504.            icon_tap_action:
  505.              action: toggle
  506.            tap_action:
  507.              action: navigate
  508.              navigation_path: /lovelace-tablet/bedroom
  509.          - type: tile
  510.            entity: light.dining_room_lights
  511.            name: Dining room
  512.            show_entity_picture: false
  513.            vertical: true
  514.            icon_tap_action:
  515.              action: toggle
  516.            tap_action:
  517.              action: navigate
  518.              navigation_path: /lovelace-tablet/dining-room
  519.          - type: tile
  520.            entity: light.kitchen_lights
  521.            name: Kitchen
  522.            show_entity_picture: false
  523.            vertical: true
  524.            icon_tap_action:
  525.              action: toggle
  526.            tap_action:
  527.              action: navigate
  528.              navigation_path: /lovelace-tablet/kitchen
  529.      - type: vertical-stack
  530.        cards:
  531.          - type: custom:mushroom-title-card
  532.            title: ''
  533.          - type: tile
  534.            entity: light.conservatory_lights
  535.            name: Conservatory
  536.            show_entity_picture: false
  537.            vertical: true
  538.            icon_tap_action:
  539.              action: toggle
  540.            tap_action:
  541.              action: navigate
  542.              navigation_path: /lovelace-tablet/conservatory
  543.          - type: tile
  544.            entity: light.hallway_lights
  545.            name: Hallway
  546.            show_entity_picture: false
  547.            vertical: true
  548.            icon_tap_action:
  549.              action: toggle
  550.            tap_action:
  551.              action: navigate
  552.              navigation_path: /lovelace-tablet/hallway
  553.          - type: tile
  554.            entity: light.landing_lights
  555.            name: Landing
  556.            show_entity_picture: false
  557.            vertical: true
  558.            icon_tap_action:
  559.              action: toggle
  560.            tap_action:
  561.              action: navigate
  562.              navigation_path: /lovelace-tablet/landing
  563.          - type: custom:mushroom-title-card
  564.            title: ''
  565.          - type: custom:mushroom-title-card
  566.            title: ''
  567.      - type: vertical-stack
  568.        cards:
  569.          - type: custom:mushroom-title-card
  570.            title: ''
  571.          - type: tile
  572.            entity: light.bathroom_lights
  573.            name: Bathroom
  574.            show_entity_picture: false
  575.            vertical: true
  576.            icon_tap_action:
  577.              action: toggle
  578.            tap_action:
  579.              action: navigate
  580.              navigation_path: /lovelace-tablet/bathroom
  581.          - type: tile
  582.            entity: light.cloakroom_light
  583.            name: Cloakroom
  584.            show_entity_picture: false
  585.            vertical: true
  586.            icon_tap_action:
  587.              action: toggle
  588.            tap_action:
  589.              action: navigate
  590.              navigation_path: /lovelace-tablet/cloakroom
  591.          - type: tile
  592.            entity: light.nursery_lights
  593.            name: Nursery
  594.            show_entity_picture: false
  595.            vertical: true
  596.            icon_tap_action:
  597.              action: toggle
  598.            tap_action:
  599.              action: navigate
  600.              navigation_path: /lovelace-tablet/nursery
  601.      - type: tile
  602.        entity: switch.back_bedroom_light_switch
  603.        name: Back bedroom
  604.        show_entity_picture: false
  605.        vertical: true
  606.        icon_tap_action:
  607.          action: toggle
  608.        icon: mdi:lightbulb
  609.        hide_state: false
  610.        tap_action:
  611.          action: none
  612.  - theme: minimalist-desktop
  613.    path: media
  614.    icon: mdi:play
  615.    type: custom:masonry-layout
  616.    badges: []
  617.    cards:
  618.      - type: vertical-stack
  619.        cards:
  620.          - type: entities
  621.            entities:
  622.              - entity: media_player.sonos
  623.              - entity: switch.sonos_sonos_subwoofer_enabled
  624.              - entity: switch.sonos_sonos_surround_enabled
  625.              - entity: number.sonos_bass
  626.              - entity: number.sonos_treble
  627.          - type: horizontal-stack
  628.            cards:
  629.              - type: custom:mushroom-entity-card
  630.                entity: input_boolean.party_chair
  631.                name: Party chair
  632.                fill_container: false
  633.                tap_action:
  634.                  action: toggle
  635.                icon_color: orange
  636.                layout: vertical
  637.              - type: custom:mushroom-entity-card
  638.                entity: input_boolean.party_mode
  639.                name: Party mode
  640.                fill_container: false
  641.                tap_action:
  642.                  action: toggle
  643.                icon_color: deep-purple
  644.                layout: vertical
  645.      - type: custom:lg-remote-control
  646.        entity: media_player.lounge_tv
  647.        colors:
  648.          buttons: '#333336'
  649.          texts: '#f2f0fa'
  650.          background: '#171717'
  651.        sources:
  652.          - icon: mdi:netflix
  653.            name: Netflix
  654.          - icon: mdi:youtube
  655.            name: YouTube
  656.          - icon: mdi:alpha-a-box-outline
  657.            name: Amazon Prime Video
  658.          - icon: disney
  659.            name: Disney
  660.          - icon: mdi:numeric-1-box-outline
  661.            name: Streaming Box
  662.          - icon: mdi:numeric-2-box-outline
  663.            name: HDMI2
  664.          - icon: mdi:numeric-3-box-outline
  665.            name: HDMI3
  666.          - icon: mdi:numeric-4-box-outline
  667.            name: HDMI4
  668.      - type: media-control
  669.        entity: media_player.spotify_rick
  670.      - type: custom:mushroom-media-player-card
  671.        entity: media_player.lounge_tv
  672.        layout: horizontal
  673.        fill_container: false
  674.        use_media_info: true
  675.        show_volume_level: true
  676.        volume_controls:
  677.          - volume_mute
  678.          - volume_set
  679.          - volume_buttons
  680.        media_controls:
  681.          - on_off
  682.          - shuffle
  683.          - previous
  684.          - play_pause_stop
  685.          - next
  686.          - repeat
  687.      - type: media-control
  688.        entity: media_player.lounge_tv
  689.  - theme: minimalist-desktop
  690.    path: calendar
  691.    icon: mdi:calendar
  692.    type: panel
  693.    badges: []
  694.    cards:
  695.      - type: calendar
  696.        entities:
  697.          - calendar.tewkesburybc_waste_collections
  698.          - calendar.the_family
  699.  - theme: minimalist-desktop
  700.    path: network
  701.    icon: mdi:wifi
  702.    badges: []
  703.    cards:
  704.      - type: vertical-stack
  705.        cards:
  706.          - type: horizontal-stack
  707.            cards:
  708.              - type: custom:mushroom-template-card
  709.                primary: Your SSID Name
  710.                secondary: 'Password: YourPassword'
  711.                icon: mdi:wifi
  712.                icon_color: blue
  713.                badge_icon: ''
  714.                layout: vertical
  715.                fill_container: true
  716.                multiline_secondary: false
  717.              - type: picture
  718.                image: >-
  719.                  https://chart.googleapis.com/chart?cht=qr&chs=225x225&chld=L|2&chl=WIFI%3AT%3AWPA%3BS%3AYour%20SSID%3BP%3AYourPassword%3B%3B
  720.                tap_action:
  721.                  action: none
  722.                hold_action:
  723.                  action: none
  724.          - type: custom:mushroom-entity-card
  725.            entity: sensor.myip
  726.            icon_color: teal
  727.            layout: horizontal
  728.            secondary_info: name
  729.            name: IP address
  730.            primary_info: state
  731.          - type: custom:mini-graph-card
  732.            name: Download
  733.            entities:
  734.              - sensor.speedtest_download
  735.            line_color: '#ff2d55'
  736.            line_width: 8
  737.            font_size: 75
  738.          - type: custom:mini-graph-card
  739.            name: Upload
  740.            entities:
  741.              - sensor.speedtest_upload
  742.            line_color: '#007aff'
  743.            line_width: 8
  744.            font_size: 75
  745.          - type: custom:mini-graph-card
  746.            name: Ping
  747.            entities:
  748.              - sensor.speedtest_ping
  749.            line_color: '#ff9500'
  750.            line_width: 8
  751.            font_size: 75
  752.      - type: vertical-stack
  753.        cards:
  754.          - type: entities
  755.            entities:
  756.              - entity: sensor.bridget_status
  757.                name: Volume 1 status
  758.              - entity: sensor.bridget_status_2
  759.                name: Drive 1 status
  760.              - entity: sensor.bridget_status_3
  761.                name: Drive 2 status
  762.              - entity: sensor.bridget_used_space
  763.                name: Disk used
  764.              - entity: sensor.bridget_temperature
  765.                name: Temperature
  766.              - entity: update.bridget_dsm_update
  767.                icon: mdi:update
  768.                name: DSM update
  769.              - entity: sensor.bridget_cpu_utilization_total
  770.                name: CPU utilisation
  771.              - entity: sensor.bridget_nas_uptime
  772.                name: Uptime
  773.            title: Synology NAS
  774.          - type: gauge
  775.            min: 0
  776.            max: 100
  777.            entity: sensor.bridget_volume_used
  778.            name: Disk usage
  779.            needle: false
  780.            theme: minimalist-desktop
  781.          - type: horizontal-stack
  782.            cards:
  783.              - type: gauge
  784.                min: 0
  785.                max: 100
  786.                entity: sensor.bridget_cpu_utilization_total
  787.                name: CPU
  788.                needle: true
  789.                theme: minimalist-desktop
  790.              - type: gauge
  791.                entity: sensor.bridget_memory_usage_real
  792.                min: 0
  793.                max: 100
  794.                name: RAM
  795.                theme: minimalist-desktop
  796.                needle: true
  797.      - type: vertical-stack
  798.        cards:
  799.          - type: entities
  800.            entities:
  801.              - entity: sensor.pi_hole
  802.                name: Status
  803.                icon: mdi:pi-hole
  804.              - entity: sensor.pi_hole_ads_percentage_blocked_today
  805.                name: Traffic blocked
  806.              - entity: sensor.pi_hole_domains_blocked
  807.                name: Blacklist
  808.            title: Pihole
  809.            state_color: false
  810.          - type: custom:mushroom-chips-card
  811.            chips:
  812.              - type: template
  813.                icon: mdi:pause
  814.                icon_color: orange
  815.                content: 10 mins
  816.                tap_action:
  817.                  action: call-service
  818.                  service: pi_hole.disable
  819.                  data:
  820.                    duration: '00:10:00'
  821.                  target:
  822.                    entity_id: switch.pi_hole
  823.              - type: template
  824.                icon: mdi:pause
  825.                icon_color: orange
  826.                content: 30 mins
  827.                tap_action:
  828.                  action: call-service
  829.                  service: pi_hole.disable
  830.                  data:
  831.                    duration: '00:30:00'
  832.                  target:
  833.                    entity_id: switch.pi_hole
  834.              - type: template
  835.                icon: mdi:pause
  836.                icon_color: orange
  837.                content: 1 hour
  838.                tap_action:
  839.                  action: call-service
  840.                  service: pi_hole.disable
  841.                  data:
  842.                    duration: '01:00:00'
  843.                  target:
  844.                    entity_id: switch.pi_hole
  845.              - type: template
  846.                icon: mdi:play
  847.                icon_color: green
  848.                content: ''
  849.                tap_action:
  850.                  action: call-service
  851.                  service: rest_command.pihole_enable
  852.                  data: {}
  853.                  target: {}
  854.          - type: horizontal-stack
  855.            cards:
  856.              - type: custom:mini-graph-card
  857.                name: Total
  858.                entities:
  859.                  - sensor.pi_hole_dns_queries_today
  860.                line_color: '#4cd964'
  861.                line_width: 8
  862.                font_size: 75
  863.              - type: custom:mini-graph-card
  864.                name: Blocked
  865.                entities:
  866.                  - sensor.pi_hole_ads_blocked_today
  867.                line_color: '#ff3b30'
  868.                line_width: 8
  869.                font_size: 75
  870.          - type: entities
  871.            entities:
  872.              - entity: update.home_assistant_core_update
  873.                name: Core
  874.              - entity: update.home_assistant_operating_system_update
  875.                name: Operating system
  876.              - entity: update.home_assistant_supervisor_update
  877.                name: Supervisor
  878.                secondary_info: none
  879.            title: Home assistant
  880.  - theme: minimalist-desktop
  881.    title: Shopping list
  882.    path: shopping-list
  883.    icon: mdi:format-list-bulleted
  884.    type: panel
  885.    badges: []
  886.    cards:
  887.      - type: shopping-list
  888.        title: Shopping list
  889.        theme: minimalist-desktop
  890.  - title: Lounge
  891.    path: lounge
  892.    icon: mdi:lightbulb
  893.    subview: true
  894.    type: custom:horizontal-layout
  895.    badges: []
  896.    cards:
  897.      - type: vertical-stack
  898.        cards:
  899.          - type: custom:mushroom-title-card
  900.            title: Overview
  901.            subtitle: ''
  902.          - features:
  903.              - type: light-brightness
  904.            type: tile
  905.            entity: light.lounge_lights
  906.            name: Lounge
  907.            vertical: false
  908.            show_entity_picture: false
  909.          - type: tile
  910.            entity: input_boolean.lounge_motion_lights
  911.            name: Motion sensor
  912.            icon: mdi:motion-sensor
  913.            vertical: false
  914.            show_entity_picture: false
  915.            tap_action:
  916.              action: toggle
  917.            icon_tap_action:
  918.              action: toggle
  919.      - type: vertical-stack
  920.        cards:
  921.          - type: custom:mushroom-title-card
  922.            title: Scenes
  923.            subtitle: ''
  924.            alignment: start
  925.            title_tap_action:
  926.              action: none
  927.            subtitle_tap_action:
  928.              action: none
  929.          - type: horizontal-stack
  930.            cards:
  931.              - show_name: true
  932.                show_icon: true
  933.                type: button
  934.                tap_action:
  935.                  action: toggle
  936.                entity: scene.lounge_bright
  937.                name: Bright
  938.                icon_height: 50px
  939.                hold_action:
  940.                  action: none
  941.                icon: mdi:palette
  942.                show_state: false
  943.              - show_name: true
  944.                show_icon: true
  945.                type: button
  946.                tap_action:
  947.                  action: toggle
  948.                entity: scene.lounge_concentrate
  949.                name: Concentrate
  950.                icon_height: 50px
  951.                hold_action:
  952.                  action: none
  953.          - type: horizontal-stack
  954.            cards:
  955.              - show_name: true
  956.                show_icon: true
  957.                type: button
  958.                tap_action:
  959.                  action: toggle
  960.                entity: scene.lounge_mood
  961.                name: Mood
  962.                icon_height: 50px
  963.                hold_action:
  964.                  action: none
  965.              - show_name: true
  966.                show_icon: true
  967.                type: button
  968.                tap_action:
  969.                  action: toggle
  970.                entity: scene.lounge_relax
  971.                name: Relax
  972.                icon_height: 50px
  973.                hold_action:
  974.                  action: none
  975.          - type: horizontal-stack
  976.            cards:
  977.              - show_name: true
  978.                show_icon: true
  979.                type: button
  980.                tap_action:
  981.                  action: toggle
  982.                entity: scene.lounge_savanna_sunset
  983.                name: Savanna sunset
  984.                icon_height: 50px
  985.                hold_action:
  986.                  action: none
  987.              - show_name: true
  988.                show_icon: true
  989.                type: button
  990.                tap_action:
  991.                  action: toggle
  992.                entity: scene.lounge_rainbow
  993.                name: Rainbow
  994.                icon_height: 50px
  995.                hold_action:
  996.                  action: none
  997.          - type: horizontal-stack
  998.            cards:
  999.              - show_name: true
  1000.                show_icon: true
  1001.                type: button
  1002.                tap_action:
  1003.                  action: toggle
  1004.                entity: scene.lounge_nightnight
  1005.                name: Night night
  1006.                icon_height: 50px
  1007.                hold_action:
  1008.                  action: none
  1009.              - show_name: true
  1010.                show_icon: true
  1011.                type: button
  1012.                tap_action:
  1013.                  action: toggle
  1014.                entity: scene.lounge_nightlight
  1015.                name: Nightlight
  1016.                icon_height: 50px
  1017.                hold_action:
  1018.                  action: none
  1019.          - type: horizontal-stack
  1020.            cards:
  1021.              - show_name: true
  1022.                show_icon: true
  1023.                type: button
  1024.                tap_action:
  1025.                  action: toggle
  1026.                entity: scene.lounge_ocean_fire
  1027.                name: Ocean fire
  1028.                icon_height: 50px
  1029.                hold_action:
  1030.                  action: none
  1031.              - show_name: true
  1032.                show_icon: true
  1033.                type: button
  1034.                tap_action:
  1035.                  action: toggle
  1036.                entity: scene.lounge_halloween
  1037.                name: Halloween
  1038.                icon_height: 50px
  1039.                hold_action:
  1040.                  action: none
  1041.          - type: horizontal-stack
  1042.            cards:
  1043.              - show_name: true
  1044.                show_icon: true
  1045.                type: button
  1046.                tap_action:
  1047.                  action: toggle
  1048.                entity: scene.lounge_arctic_aurora
  1049.                name: Arctic aurora
  1050.                icon_height: 50px
  1051.                hold_action:
  1052.                  action: none
  1053.              - show_name: true
  1054.                show_icon: true
  1055.                type: button
  1056.                tap_action:
  1057.                  action: toggle
  1058.                entity: scene.lounge_adrift
  1059.                name: Adrift
  1060.                icon_height: 50px
  1061.                hold_action:
  1062.                  action: none
  1063.      - type: vertical-stack
  1064.        cards:
  1065.          - type: custom:mushroom-title-card
  1066.            title: Lights
  1067.            subtitle: ''
  1068.            title_tap_action:
  1069.              action: none
  1070.            subtitle_tap_action:
  1071.              action: none
  1072.          - type: horizontal-stack
  1073.            cards:
  1074.              - features:
  1075.                  - type: light-brightness
  1076.                type: tile
  1077.                entity: light.sofa_1
  1078.                name: Spot 1
  1079.                vertical: false
  1080.              - features:
  1081.                  - type: light-brightness
  1082.                type: tile
  1083.                entity: light.sofa_2
  1084.                name: Spot 2
  1085.                vertical: false
  1086.          - type: horizontal-stack
  1087.            cards:
  1088.              - features:
  1089.                  - type: light-brightness
  1090.                type: tile
  1091.                entity: light.sofa_3
  1092.                name: Spot 3
  1093.                vertical: false
  1094.              - features:
  1095.                  - type: light-brightness
  1096.                type: tile
  1097.                entity: light.sofa_4
  1098.                name: Spot 4
  1099.                vertical: false
  1100.          - type: horizontal-stack
  1101.            cards:
  1102.              - features:
  1103.                  - type: light-brightness
  1104.                type: tile
  1105.                entity: light.table_1
  1106.                name: Spot 5
  1107.                vertical: false
  1108.              - features:
  1109.                  - type: light-brightness
  1110.                type: tile
  1111.                entity: light.table_2
  1112.                name: Spot 6
  1113.                vertical: false
  1114.          - type: horizontal-stack
  1115.            cards:
  1116.              - features:
  1117.                  - type: light-brightness
  1118.                type: tile
  1119.                entity: light.table_3
  1120.                name: Spot 7
  1121.                vertical: false
  1122.              - features:
  1123.                  - type: light-brightness
  1124.                type: tile
  1125.                entity: light.table_4
  1126.                name: Spot 8
  1127.                vertical: false
  1128.          - type: horizontal-stack
  1129.            cards:
  1130.              - features:
  1131.                  - type: light-brightness
  1132.                type: tile
  1133.                entity: light.reading_light
  1134.                name: Reading lamp
  1135.                vertical: false
  1136.              - type: tile
  1137.                entity: light.himalayan_salt_lamp
  1138.                name: Himalayan salt lamp
  1139.                vertical: false
  1140.  - title: Conservatory
  1141.    path: conservatory
  1142.    icon: mdi:lightbulb
  1143.    subview: true
  1144.    badges: []
  1145.    cards:
  1146.      - type: vertical-stack
  1147.        cards:
  1148.          - type: custom:mushroom-title-card
  1149.            title: Overview
  1150.            subtitle: ''
  1151.          - features:
  1152.              - type: light-brightness
  1153.            type: tile
  1154.            entity: light.conservatory_lights
  1155.            name: Conservatory
  1156.            vertical: false
  1157.            show_entity_picture: false
  1158.          - type: tile
  1159.            entity: input_boolean.conservatory_motion_lights
  1160.            name: Motion sensor
  1161.            icon: mdi:motion-sensor
  1162.            vertical: false
  1163.            show_entity_picture: false
  1164.            tap_action:
  1165.              action: toggle
  1166.            icon_tap_action:
  1167.              action: toggle
  1168.          - type: custom:mushroom-title-card
  1169.            title: ''
  1170.          - type: custom:mushroom-title-card
  1171.            title: ''
  1172.          - type: custom:mushroom-title-card
  1173.            title: ''
  1174.          - type: custom:mushroom-title-card
  1175.            title: ''
  1176.      - type: vertical-stack
  1177.        cards:
  1178.          - type: custom:mushroom-title-card
  1179.            title: Scenes
  1180.            subtitle: ''
  1181.            alignment: start
  1182.            title_tap_action:
  1183.              action: none
  1184.            subtitle_tap_action:
  1185.              action: none
  1186.          - type: horizontal-stack
  1187.            cards:
  1188.              - show_name: true
  1189.                show_icon: true
  1190.                type: button
  1191.                tap_action:
  1192.                  action: toggle
  1193.                entity: scene.conservatory_bright
  1194.                name: Bright
  1195.                icon_height: 50px
  1196.                hold_action:
  1197.                  action: none
  1198.                icon: mdi:palette
  1199.                show_state: false
  1200.              - show_name: true
  1201.                show_icon: true
  1202.                type: button
  1203.                tap_action:
  1204.                  action: toggle
  1205.                entity: scene.conservatory_concentrate
  1206.                name: Concentrate
  1207.                icon_height: 50px
  1208.                hold_action:
  1209.                  action: none
  1210.          - type: horizontal-stack
  1211.            cards:
  1212.              - show_name: true
  1213.                show_icon: true
  1214.                type: button
  1215.                tap_action:
  1216.                  action: toggle
  1217.                entity: scene.conservatory_good_vibes
  1218.                name: Good vibes
  1219.                icon_height: 50px
  1220.                hold_action:
  1221.                  action: none
  1222.              - show_name: true
  1223.                show_icon: true
  1224.                type: button
  1225.                tap_action:
  1226.                  action: toggle
  1227.                entity: scene.conservatory_relax
  1228.                name: Relax
  1229.                icon_height: 50px
  1230.                hold_action:
  1231.                  action: none
  1232.          - type: horizontal-stack
  1233.            cards:
  1234.              - show_name: true
  1235.                show_icon: true
  1236.                type: button
  1237.                tap_action:
  1238.                  action: toggle
  1239.                entity: scene.conservatory_savanna_sunset
  1240.                name: Savanna sunset
  1241.                icon_height: 50px
  1242.                hold_action:
  1243.                  action: none
  1244.              - show_name: true
  1245.                show_icon: true
  1246.                type: button
  1247.                tap_action:
  1248.                  action: toggle
  1249.                entity: scene.conservatory_spring_blossom
  1250.                name: Spring blossom
  1251.                icon_height: 50px
  1252.                hold_action:
  1253.                  action: none
  1254.          - type: horizontal-stack
  1255.            cards:
  1256.              - show_name: true
  1257.                show_icon: true
  1258.                type: button
  1259.                tap_action:
  1260.                  action: toggle
  1261.                entity: scene.conservatory_arctic_aurora
  1262.                name: Acrtic aurora
  1263.                icon_height: 50px
  1264.                hold_action:
  1265.                  action: none
  1266.              - show_name: true
  1267.                show_icon: true
  1268.                type: button
  1269.                tap_action:
  1270.                  action: toggle
  1271.                entity: scene.conservatory_halloween
  1272.                name: Halloween
  1273.                icon_height: 50px
  1274.                hold_action:
  1275.                  action: none
  1276.          - type: horizontal-stack
  1277.            cards:
  1278.              - show_name: true
  1279.                show_icon: true
  1280.                type: button
  1281.                tap_action:
  1282.                  action: toggle
  1283.                entity: scene.conservatory_tropical_twilight
  1284.                name: Tropical twilight
  1285.                icon_height: 50px
  1286.                hold_action:
  1287.                  action: none
  1288.              - type: custom:mushroom-title-card
  1289.                title: ''
  1290.      - type: vertical-stack
  1291.        cards:
  1292.          - type: custom:mushroom-title-card
  1293.            title: Lights
  1294.            subtitle: ''
  1295.            title_tap_action:
  1296.              action: none
  1297.            subtitle_tap_action:
  1298.              action: none
  1299.          - type: horizontal-stack
  1300.            cards:
  1301.              - features:
  1302.                  - type: light-brightness
  1303.                type: tile
  1304.                entity: light.conservatory_1
  1305.                name: Spot 1
  1306.                vertical: false
  1307.              - features:
  1308.                  - type: light-brightness
  1309.                type: tile
  1310.                entity: light.conservatory_2
  1311.                name: Spot 2
  1312.                vertical: false
  1313.          - type: horizontal-stack
  1314.            cards:
  1315.              - features:
  1316.                  - type: light-brightness
  1317.                type: tile
  1318.                entity: light.conservatory_3
  1319.                name: Spot 3
  1320.                vertical: false
  1321.              - features:
  1322.                  - type: light-brightness
  1323.                type: tile
  1324.                entity: light.conservatory_4
  1325.                name: Spot 4
  1326.                vertical: false
  1327.  - title: Nursery
  1328.    path: nursery
  1329.    subview: true
  1330.    icon: mdi:lightbulb
  1331.    badges: []
  1332.    cards:
  1333.      - type: vertical-stack
  1334.        cards:
  1335.          - type: custom:mushroom-title-card
  1336.            title: Overview
  1337.            subtitle: ''
  1338.          - features:
  1339.              - type: light-brightness
  1340.            type: tile
  1341.            entity: light.nursery_lights
  1342.            name: Nursery
  1343.            vertical: false
  1344.            show_entity_picture: false
  1345.          - type: tile
  1346.            entity: input_boolean.nursery_motion_lights
  1347.            name: Motion sensor
  1348.            icon: mdi:motion-sensor
  1349.            vertical: false
  1350.            show_entity_picture: false
  1351.            tap_action:
  1352.              action: toggle
  1353.            icon_tap_action:
  1354.              action: toggle
  1355.          - type: custom:mushroom-title-card
  1356.            title: ''
  1357.          - type: custom:mushroom-title-card
  1358.            title: ''
  1359.          - type: custom:mushroom-title-card
  1360.            title: ''
  1361.          - type: custom:mushroom-title-card
  1362.            title: ''
  1363.      - type: vertical-stack
  1364.        cards:
  1365.          - type: custom:mushroom-title-card
  1366.            title: Scenes
  1367.            subtitle: ''
  1368.            alignment: start
  1369.            title_tap_action:
  1370.              action: none
  1371.            subtitle_tap_action:
  1372.              action: none
  1373.          - type: horizontal-stack
  1374.            cards:
  1375.              - show_name: true
  1376.                show_icon: true
  1377.                type: button
  1378.                tap_action:
  1379.                  action: toggle
  1380.                entity: scene.nursery_bright
  1381.                name: Bright
  1382.                icon_height: 50px
  1383.                hold_action:
  1384.                  action: none
  1385.                icon: mdi:palette
  1386.                show_state: false
  1387.              - show_name: true
  1388.                show_icon: true
  1389.                type: button
  1390.                tap_action:
  1391.                  action: toggle
  1392.                entity: scene.nursery_mood
  1393.                name: Mood
  1394.                icon_height: 50px
  1395.                hold_action:
  1396.                  action: none
  1397.          - type: horizontal-stack
  1398.            cards:
  1399.              - show_name: true
  1400.                show_icon: true
  1401.                type: button
  1402.                tap_action:
  1403.                  action: toggle
  1404.                entity: scene.nursery_relax
  1405.                name: Relax
  1406.                icon_height: 50px
  1407.                hold_action:
  1408.                  action: none
  1409.              - show_name: true
  1410.                show_icon: true
  1411.                type: button
  1412.                tap_action:
  1413.                  action: toggle
  1414.                entity: scene.nursery_good_vibes
  1415.                name: Good vibes
  1416.                icon_height: 50px
  1417.                hold_action:
  1418.                  action: none
  1419.          - type: horizontal-stack
  1420.            cards:
  1421.              - show_name: true
  1422.                show_icon: true
  1423.                type: button
  1424.                tap_action:
  1425.                  action: toggle
  1426.                entity: scene.nursery_woodland
  1427.                name: Woodland
  1428.                icon_height: 50px
  1429.                hold_action:
  1430.                  action: none
  1431.              - show_name: true
  1432.                show_icon: true
  1433.                type: button
  1434.                tap_action:
  1435.                  action: toggle
  1436.                entity: scene.nursery_nightlight
  1437.                name: Nightlight
  1438.                icon_height: 50px
  1439.                hold_action:
  1440.                  action: none
  1441.          - type: custom:mushroom-title-card
  1442.            title: ''
  1443.          - type: custom:mushroom-title-card
  1444.            title: ''
  1445.          - type: custom:mushroom-title-card
  1446.            title: ''
  1447.          - type: custom:mushroom-title-card
  1448.            title: ''
  1449.      - type: vertical-stack
  1450.        cards:
  1451.          - type: custom:mushroom-title-card
  1452.            title: Lights
  1453.            subtitle: ''
  1454.            title_tap_action:
  1455.              action: none
  1456.            subtitle_tap_action:
  1457.              action: none
  1458.          - type: horizontal-stack
  1459.            cards:
  1460.              - features:
  1461.                  - type: light-brightness
  1462.                type: tile
  1463.                entity: light.nursery_light_1_level_light_color_on_off
  1464.                name: Light 1
  1465.                vertical: false
  1466.              - features:
  1467.                  - type: light-brightness
  1468.                type: tile
  1469.                entity: light.nursery_light_2_level_light_color_on_off
  1470.                name: Light 2
  1471.                vertical: false
  1472.          - type: horizontal-stack
  1473.            cards:
  1474.              - features:
  1475.                  - type: light-brightness
  1476.                type: tile
  1477.                entity: light.nursery_light_3_level_light_color_on_off
  1478.                name: Light 3
  1479.                vertical: false
  1480.              - features:
  1481.                  - type: light-brightness
  1482.                type: tile
  1483.                entity: light.nursery_bedside_light
  1484.                name: Bedside light
  1485.                vertical: false
  1486.          - type: horizontal-stack
  1487.            cards:
  1488.              - features:
  1489.                  - type: light-brightness
  1490.                type: tile
  1491.                entity: light.fairy_lights
  1492.                name: Fairy lights
  1493.                vertical: false
  1494.              - type: custom:mushroom-title-card
  1495.                title: ''
  1496.  - title: Bedroom
  1497.    path: bedroom
  1498.    icon: mdi:lightbulb
  1499.    subview: true
  1500.    badges: []
  1501.    cards:
  1502.      - type: vertical-stack
  1503.        cards:
  1504.          - type: custom:mushroom-title-card
  1505.            title: Overview
  1506.            subtitle: ''
  1507.          - features:
  1508.              - type: light-brightness
  1509.            type: tile
  1510.            entity: light.bedroom_lights
  1511.            name: Bedroom
  1512.            vertical: false
  1513.            show_entity_picture: false
  1514.          - type: tile
  1515.            entity: input_boolean.bedroom_motion_lights
  1516.            name: Motion sensor
  1517.            icon: mdi:motion-sensor
  1518.            vertical: false
  1519.            show_entity_picture: false
  1520.            tap_action:
  1521.              action: toggle
  1522.            icon_tap_action:
  1523.              action: toggle
  1524.          - type: custom:mushroom-title-card
  1525.            title: ''
  1526.          - type: custom:mushroom-title-card
  1527.            title: ''
  1528.          - type: custom:mushroom-title-card
  1529.            title: ''
  1530.          - type: custom:mushroom-title-card
  1531.            title: ''
  1532.      - type: vertical-stack
  1533.        cards:
  1534.          - type: custom:mushroom-title-card
  1535.            title: Scenes
  1536.            subtitle: ''
  1537.            alignment: start
  1538.            title_tap_action:
  1539.              action: none
  1540.            subtitle_tap_action:
  1541.              action: none
  1542.          - type: horizontal-stack
  1543.            cards:
  1544.              - show_name: true
  1545.                show_icon: true
  1546.                type: button
  1547.                tap_action:
  1548.                  action: toggle
  1549.                entity: scene.bedroom_bright
  1550.                name: Bright
  1551.                icon_height: 50px
  1552.                hold_action:
  1553.                  action: none
  1554.                icon: mdi:palette
  1555.                show_state: false
  1556.              - show_name: true
  1557.                show_icon: true
  1558.                type: button
  1559.                tap_action:
  1560.                  action: toggle
  1561.                entity: scene.bedroom_bedtime
  1562.                name: Bedtime
  1563.                icon_height: 50px
  1564.                hold_action:
  1565.                  action: none
  1566.          - type: horizontal-stack
  1567.            cards:
  1568.              - show_name: true
  1569.                show_icon: true
  1570.                type: button
  1571.                tap_action:
  1572.                  action: toggle
  1573.                entity: scene.bedroom_midnight_poo
  1574.                name: Midnight poo
  1575.                icon_height: 50px
  1576.                hold_action:
  1577.                  action: none
  1578.              - type: custom:mushroom-title-card
  1579.                title: ''
  1580.          - type: custom:mushroom-title-card
  1581.            title: ''
  1582.          - type: custom:mushroom-title-card
  1583.            title: ''
  1584.          - type: custom:mushroom-title-card
  1585.            title: ''
  1586.          - type: custom:mushroom-title-card
  1587.            title: ''
  1588.      - type: vertical-stack
  1589.        cards:
  1590.          - type: custom:mushroom-title-card
  1591.            title: Lights
  1592.            subtitle: ''
  1593.            title_tap_action:
  1594.              action: none
  1595.            subtitle_tap_action:
  1596.              action: none
  1597.          - type: horizontal-stack
  1598.            cards:
  1599.              - features:
  1600.                  - type: light-brightness
  1601.                type: tile
  1602.                entity: light.bedroom_ceiling
  1603.                name: Ceiling
  1604.                vertical: false
  1605.              - features:
  1606.                  - type: light-brightness
  1607.                type: tile
  1608.                entity: light.glendas_bedside_light
  1609.                name: Glenda's bedside light
  1610.                vertical: false
  1611.          - type: horizontal-stack
  1612.            cards:
  1613.              - features:
  1614.                  - type: light-brightness
  1615.                type: tile
  1616.                entity: light.ricks_bedside_light
  1617.                name: Rick's bedside light
  1618.                vertical: false
  1619.              - type: custom:mushroom-title-card
  1620.                title: ''
  1621.  - title: Hallway
  1622.    path: hallway
  1623.    icon: mdi:lightbulb
  1624.    subview: true
  1625.    badges: []
  1626.    cards:
  1627.      - type: vertical-stack
  1628.        cards:
  1629.          - type: custom:mushroom-title-card
  1630.            title: Overview
  1631.            subtitle: ''
  1632.          - features:
  1633.              - type: light-brightness
  1634.            type: tile
  1635.            entity: light.hallway_lights
  1636.            name: Hallway
  1637.            vertical: false
  1638.            show_entity_picture: false
  1639.          - type: tile
  1640.            entity: input_boolean.hallway_motion_lights
  1641.            name: Motion sensor
  1642.            icon: mdi:motion-sensor
  1643.            vertical: false
  1644.            show_entity_picture: false
  1645.            tap_action:
  1646.              action: toggle
  1647.            icon_tap_action:
  1648.              action: toggle
  1649.          - type: custom:mushroom-title-card
  1650.            title: ''
  1651.          - type: custom:mushroom-title-card
  1652.            title: ''
  1653.          - type: custom:mushroom-title-card
  1654.            title: ''
  1655.          - type: custom:mushroom-title-card
  1656.            title: ''
  1657.      - type: vertical-stack
  1658.        cards:
  1659.          - type: custom:mushroom-title-card
  1660.            title: Scenes
  1661.            subtitle: ''
  1662.            alignment: start
  1663.            title_tap_action:
  1664.              action: none
  1665.            subtitle_tap_action:
  1666.              action: none
  1667.          - type: horizontal-stack
  1668.            cards:
  1669.              - show_name: true
  1670.                show_icon: true
  1671.                type: button
  1672.                tap_action:
  1673.                  action: toggle
  1674.                entity: scene.hallway_bright
  1675.                name: Bright
  1676.                icon_height: 50px
  1677.                hold_action:
  1678.                  action: none
  1679.                icon: mdi:palette
  1680.                show_state: false
  1681.              - show_name: true
  1682.                show_icon: true
  1683.                type: button
  1684.                tap_action:
  1685.                  action: toggle
  1686.                entity: scene.hallway_mood
  1687.                name: Mood
  1688.                icon_height: 50px
  1689.                hold_action:
  1690.                  action: none
  1691.          - type: horizontal-stack
  1692.            cards:
  1693.              - show_name: true
  1694.                show_icon: true
  1695.                type: button
  1696.                tap_action:
  1697.                  action: toggle
  1698.                entity: scene.hallway_nightlight
  1699.                name: Nightlight
  1700.                icon_height: 50px
  1701.                hold_action:
  1702.                  action: none
  1703.              - type: custom:mushroom-title-card
  1704.                title: ''
  1705.          - type: custom:mushroom-title-card
  1706.            title: ''
  1707.          - type: custom:mushroom-title-card
  1708.            title: ''
  1709.          - type: custom:mushroom-title-card
  1710.            title: ''
  1711.          - type: custom:mushroom-title-card
  1712.            title: ''
  1713.      - type: vertical-stack
  1714.        cards:
  1715.          - type: custom:mushroom-title-card
  1716.            title: Lights
  1717.            subtitle: ''
  1718.            title_tap_action:
  1719.              action: none
  1720.            subtitle_tap_action:
  1721.              action: none
  1722.          - type: horizontal-stack
  1723.            cards:
  1724.              - features:
  1725.                  - type: light-brightness
  1726.                type: tile
  1727.                entity: light.hallway_light_1
  1728.                name: Light 1
  1729.                vertical: false
  1730.              - features:
  1731.                  - type: light-brightness
  1732.                type: tile
  1733.                entity: light.hallway_light_2
  1734.                name: Light 2
  1735.                vertical: false
  1736.          - type: horizontal-stack
  1737.            cards:
  1738.              - features:
  1739.                  - type: light-brightness
  1740.                type: tile
  1741.                entity: light.hallway_light_3
  1742.                name: Light 3
  1743.                vertical: false
  1744.              - type: custom:mushroom-title-card
  1745.                title: ''
  1746.  - title: Landing
  1747.    path: landing
  1748.    icon: mdi:lightbulb
  1749.    subview: true
  1750.    badges: []
  1751.    cards:
  1752.      - type: vertical-stack
  1753.        cards:
  1754.          - type: custom:mushroom-title-card
  1755.            title: Overview
  1756.            subtitle: ''
  1757.          - features:
  1758.              - type: light-brightness
  1759.            type: tile
  1760.            entity: light.landing_lights
  1761.            name: Landing
  1762.            vertical: false
  1763.            show_entity_picture: false
  1764.          - type: tile
  1765.            entity: input_boolean.landing_motion_lights
  1766.            name: Motion sensor
  1767.            icon: mdi:motion-sensor
  1768.            vertical: false
  1769.            show_entity_picture: false
  1770.            tap_action:
  1771.              action: toggle
  1772.            icon_tap_action:
  1773.              action: toggle
  1774.          - type: custom:mushroom-title-card
  1775.            title: ''
  1776.          - type: custom:mushroom-title-card
  1777.            title: ''
  1778.          - type: custom:mushroom-title-card
  1779.            title: ''
  1780.          - type: custom:mushroom-title-card
  1781.            title: ''
  1782.      - type: vertical-stack
  1783.        cards:
  1784.          - type: custom:mushroom-title-card
  1785.            title: Scenes
  1786.            subtitle: ''
  1787.            alignment: start
  1788.            title_tap_action:
  1789.              action: none
  1790.            subtitle_tap_action:
  1791.              action: none
  1792.          - type: horizontal-stack
  1793.            cards:
  1794.              - show_name: true
  1795.                show_icon: true
  1796.                type: button
  1797.                tap_action:
  1798.                  action: toggle
  1799.                entity: scene.landing_bright
  1800.                name: Bright
  1801.                icon_height: 50px
  1802.                hold_action:
  1803.                  action: none
  1804.                icon: mdi:palette
  1805.                show_state: false
  1806.              - show_name: true
  1807.                show_icon: true
  1808.                type: button
  1809.                tap_action:
  1810.                  action: toggle
  1811.                entity: scene.landing_mood
  1812.                name: Mood
  1813.                icon_height: 50px
  1814.                hold_action:
  1815.                  action: none
  1816.          - type: horizontal-stack
  1817.            cards:
  1818.              - show_name: true
  1819.                show_icon: true
  1820.                type: button
  1821.                tap_action:
  1822.                  action: toggle
  1823.                entity: scene.landing_nightlight
  1824.                name: Nightlight
  1825.                icon_height: 50px
  1826.                hold_action:
  1827.                  action: none
  1828.              - type: custom:mushroom-title-card
  1829.                title: ''
  1830.          - type: custom:mushroom-title-card
  1831.            title: ''
  1832.          - type: custom:mushroom-title-card
  1833.            title: ''
  1834.          - type: custom:mushroom-title-card
  1835.            title: ''
  1836.          - type: custom:mushroom-title-card
  1837.            title: ''
  1838.      - type: vertical-stack
  1839.        cards:
  1840.          - type: custom:mushroom-title-card
  1841.            title: Lights
  1842.            subtitle: ''
  1843.            title_tap_action:
  1844.              action: none
  1845.            subtitle_tap_action:
  1846.              action: none
  1847.          - type: horizontal-stack
  1848.            cards:
  1849.              - features:
  1850.                  - type: light-brightness
  1851.                type: tile
  1852.                entity: light.landing_light_1
  1853.                name: Light 1
  1854.                vertical: false
  1855.              - features:
  1856.                  - type: light-brightness
  1857.                type: tile
  1858.                entity: light.landing_light_2
  1859.                name: Light 2
  1860.                vertical: false
  1861.          - type: horizontal-stack
  1862.            cards:
  1863.              - features:
  1864.                  - type: light-brightness
  1865.                type: tile
  1866.                entity: light.landing_light_3
  1867.                name: Light 3
  1868.                vertical: false
  1869.              - type: custom:mushroom-title-card
  1870.                title: ''
  1871.  - title: Bathroom
  1872.    path: bathroom
  1873.    icon: mdi:lightbulb
  1874.    subview: true
  1875.    badges: []
  1876.    cards:
  1877.      - type: vertical-stack
  1878.        cards:
  1879.          - type: custom:mushroom-title-card
  1880.            title: Overview
  1881.            subtitle: ''
  1882.          - features:
  1883.              - type: light-brightness
  1884.            type: tile
  1885.            entity: light.bathroom_lights
  1886.            name: Bathroom
  1887.            vertical: false
  1888.            show_entity_picture: false
  1889.          - type: tile
  1890.            entity: input_boolean.bathroom_motion_lights
  1891.            name: Motion sensor
  1892.            icon: mdi:motion-sensor
  1893.            vertical: false
  1894.            show_entity_picture: false
  1895.            tap_action:
  1896.              action: toggle
  1897.            icon_tap_action:
  1898.              action: toggle
  1899.          - type: custom:mushroom-title-card
  1900.            title: ''
  1901.          - type: custom:mushroom-title-card
  1902.            title: ''
  1903.          - type: custom:mushroom-title-card
  1904.            title: ''
  1905.          - type: custom:mushroom-title-card
  1906.            title: ''
  1907.      - type: vertical-stack
  1908.        cards:
  1909.          - type: custom:mushroom-title-card
  1910.            title: Scenes
  1911.            subtitle: ''
  1912.            alignment: start
  1913.            title_tap_action:
  1914.              action: none
  1915.            subtitle_tap_action:
  1916.              action: none
  1917.          - type: horizontal-stack
  1918.            cards:
  1919.              - show_name: true
  1920.                show_icon: true
  1921.                type: button
  1922.                tap_action:
  1923.                  action: toggle
  1924.                entity: scene.bathroom_bright_2
  1925.                name: Bright
  1926.                icon_height: 50px
  1927.                hold_action:
  1928.                  action: none
  1929.                icon: mdi:palette
  1930.                show_state: false
  1931.              - show_name: true
  1932.                show_icon: true
  1933.                type: button
  1934.                tap_action:
  1935.                  action: toggle
  1936.                entity: scene.bathroom_mood
  1937.                name: Mood
  1938.                icon_height: 50px
  1939.                hold_action:
  1940.                  action: none
  1941.          - type: horizontal-stack
  1942.            cards:
  1943.              - show_name: true
  1944.                show_icon: true
  1945.                type: button
  1946.                tap_action:
  1947.                  action: toggle
  1948.                entity: scene.bathroom_nightlight
  1949.                icon_height: 50px
  1950.                hold_action:
  1951.                  action: none
  1952.                name: Nightlight
  1953.              - type: custom:mushroom-title-card
  1954.                title: ''
  1955.          - type: custom:mushroom-title-card
  1956.            title: ''
  1957.          - type: custom:mushroom-title-card
  1958.            title: ''
  1959.          - type: custom:mushroom-title-card
  1960.            title: ''
  1961.          - type: custom:mushroom-title-card
  1962.            title: ''
  1963.      - type: vertical-stack
  1964.        cards:
  1965.          - type: custom:mushroom-title-card
  1966.            title: Lights
  1967.            subtitle: ''
  1968.            title_tap_action:
  1969.              action: none
  1970.            subtitle_tap_action:
  1971.              action: none
  1972.          - type: horizontal-stack
  1973.            cards:
  1974.              - features:
  1975.                  - type: light-brightness
  1976.                type: tile
  1977.                entity: light.bathroom_light_1
  1978.                name: Spot 1
  1979.                vertical: false
  1980.              - features:
  1981.                  - type: light-brightness
  1982.                type: tile
  1983.                entity: light.bathroom_light_2
  1984.                name: Spot 2
  1985.                vertical: false
  1986.          - type: horizontal-stack
  1987.            cards:
  1988.              - features:
  1989.                  - type: light-brightness
  1990.                type: tile
  1991.                entity: light.bathroom_light_3
  1992.                name: Spot 3
  1993.                vertical: false
  1994.              - features:
  1995.                  - type: light-brightness
  1996.                type: tile
  1997.                entity: light.bathroom_light_4
  1998.                name: Spot 4
  1999.                vertical: false
  2000.  - title: Cloakroom
  2001.    path: cloakroom
  2002.    icon: mdi:lightbulb
  2003.    subview: true
  2004.    badges: []
  2005.    cards:
  2006.      - type: vertical-stack
  2007.        cards:
  2008.          - type: custom:mushroom-title-card
  2009.            title: Overview
  2010.            subtitle: ''
  2011.          - features:
  2012.              - type: light-brightness
  2013.            type: tile
  2014.            entity: light.cloakroom_light
  2015.            name: Cloakroom
  2016.            vertical: false
  2017.            show_entity_picture: false
  2018.          - type: tile
  2019.            entity: input_boolean.cloakroom_motion_lights
  2020.            name: Motion sensor
  2021.            icon: mdi:motion-sensor
  2022.            vertical: false
  2023.            show_entity_picture: false
  2024.            tap_action:
  2025.              action: toggle
  2026.            icon_tap_action:
  2027.              action: toggle
  2028.          - type: custom:mushroom-title-card
  2029.            title: ''
  2030.          - type: custom:mushroom-title-card
  2031.            title: ''
  2032.          - type: custom:mushroom-title-card
  2033.            title: ''
  2034.          - type: custom:mushroom-title-card
  2035.            title: ''
  2036.      - type: vertical-stack
  2037.        cards:
  2038.          - type: custom:mushroom-title-card
  2039.            title: Scenes
  2040.            subtitle: ''
  2041.            alignment: start
  2042.            title_tap_action:
  2043.              action: none
  2044.            subtitle_tap_action:
  2045.              action: none
  2046.          - type: horizontal-stack
  2047.            cards:
  2048.              - show_name: true
  2049.                show_icon: true
  2050.                type: button
  2051.                tap_action:
  2052.                  action: toggle
  2053.                entity: scene.cloakroom_bright
  2054.                name: Bright
  2055.                icon_height: 50px
  2056.                hold_action:
  2057.                  action: none
  2058.                icon: mdi:palette
  2059.                show_state: false
  2060.              - show_name: true
  2061.                show_icon: true
  2062.                type: button
  2063.                tap_action:
  2064.                  action: toggle
  2065.                entity: scene.cloakroom_mood
  2066.                name: Mood
  2067.                icon_height: 50px
  2068.                hold_action:
  2069.                  action: none
  2070.          - type: horizontal-stack
  2071.            cards:
  2072.              - show_name: true
  2073.                show_icon: true
  2074.                type: button
  2075.                tap_action:
  2076.                  action: toggle
  2077.                entity: scene.cloakroom_nightlight
  2078.                name: Nightlight
  2079.                icon_height: 50px
  2080.                hold_action:
  2081.                  action: none
  2082.              - type: custom:mushroom-title-card
  2083.                title: ''
  2084.          - type: custom:mushroom-title-card
  2085.            title: ''
  2086.          - type: custom:mushroom-title-card
  2087.            title: ''
  2088.          - type: custom:mushroom-title-card
  2089.            title: ''
  2090.          - type: custom:mushroom-title-card
  2091.            title: ''
  2092.      - type: vertical-stack
  2093.        cards:
  2094.          - type: custom:mushroom-title-card
  2095.            title: Lights
  2096.            subtitle: ''
  2097.            title_tap_action:
  2098.              action: none
  2099.            subtitle_tap_action:
  2100.              action: none
  2101.          - type: horizontal-stack
  2102.            cards:
  2103.              - features:
  2104.                  - type: light-brightness
  2105.                type: tile
  2106.                entity: light.cloakroom_light
  2107.                name: Light 1
  2108.                vertical: false
  2109.              - type: custom:mushroom-title-card
  2110.                title: ''
  2111.  - title: Dining room
  2112.    path: dining-room
  2113.    icon: mdi:lightbulb
  2114.    subview: true
  2115.    badges: []
  2116.    cards:
  2117.      - type: vertical-stack
  2118.        cards:
  2119.          - type: custom:mushroom-title-card
  2120.            title: Overview
  2121.            subtitle: ''
  2122.          - features:
  2123.              - type: light-brightness
  2124.            type: tile
  2125.            entity: light.dining_room_lights
  2126.            name: Dining room
  2127.            vertical: false
  2128.            show_entity_picture: false
  2129.          - type: tile
  2130.            entity: input_boolean.dining_room_motion_lights
  2131.            name: Motion sensor
  2132.            icon: mdi:motion-sensor
  2133.            vertical: false
  2134.            show_entity_picture: false
  2135.            tap_action:
  2136.              action: toggle
  2137.            icon_tap_action:
  2138.              action: toggle
  2139.          - type: custom:mushroom-title-card
  2140.            title: ''
  2141.          - type: custom:mushroom-title-card
  2142.            title: ''
  2143.          - type: custom:mushroom-title-card
  2144.            title: ''
  2145.          - type: custom:mushroom-title-card
  2146.            title: ''
  2147.      - type: vertical-stack
  2148.        cards:
  2149.          - type: custom:mushroom-title-card
  2150.            title: Scenes
  2151.            subtitle: ''
  2152.            alignment: start
  2153.            title_tap_action:
  2154.              action: none
  2155.            subtitle_tap_action:
  2156.              action: none
  2157.          - type: horizontal-stack
  2158.            cards:
  2159.              - show_name: true
  2160.                show_icon: true
  2161.                type: button
  2162.                tap_action:
  2163.                  action: toggle
  2164.                entity: scene.dining_room_bright
  2165.                name: Bright
  2166.                icon_height: 50px
  2167.                hold_action:
  2168.                  action: none
  2169.                icon: mdi:palette
  2170.                show_state: false
  2171.              - show_name: true
  2172.                show_icon: true
  2173.                type: button
  2174.                tap_action:
  2175.                  action: toggle
  2176.                entity: scene.dining_room_mood
  2177.                name: Mood
  2178.                icon_height: 50px
  2179.                hold_action:
  2180.                  action: none
  2181.          - type: horizontal-stack
  2182.            cards:
  2183.              - show_name: true
  2184.                show_icon: true
  2185.                type: button
  2186.                tap_action:
  2187.                  action: toggle
  2188.                entity: scene.dining_room_relax
  2189.                name: Relax
  2190.                icon_height: 50px
  2191.                hold_action:
  2192.                  action: none
  2193.              - show_name: true
  2194.                show_icon: true
  2195.                type: button
  2196.                tap_action:
  2197.                  action: toggle
  2198.                entity: scene.dining_room_dimmed
  2199.                name: Dimmed
  2200.                icon_height: 50px
  2201.                hold_action:
  2202.                  action: none
  2203.          - type: horizontal-stack
  2204.            cards:
  2205.              - show_name: true
  2206.                show_icon: true
  2207.                type: button
  2208.                tap_action:
  2209.                  action: toggle
  2210.                entity: scene.dining_room_nightlight
  2211.                name: Nightlight
  2212.                icon_height: 50px
  2213.                hold_action:
  2214.                  action: none
  2215.              - type: custom:mushroom-title-card
  2216.                title: ''
  2217.          - type: custom:mushroom-title-card
  2218.            title: ''
  2219.          - type: custom:mushroom-title-card
  2220.            title: ''
  2221.          - type: custom:mushroom-title-card
  2222.            title: ''
  2223.          - type: custom:mushroom-title-card
  2224.            title: ''
  2225.      - type: vertical-stack
  2226.        cards:
  2227.          - type: custom:mushroom-title-card
  2228.            title: Lights
  2229.            subtitle: ''
  2230.            title_tap_action:
  2231.              action: none
  2232.            subtitle_tap_action:
  2233.              action: none
  2234.          - type: horizontal-stack
  2235.            cards:
  2236.              - features:
  2237.                  - type: light-brightness
  2238.                type: tile
  2239.                entity: light.dining_room_1
  2240.                name: Light 1
  2241.                vertical: false
  2242.              - features:
  2243.                  - type: light-brightness
  2244.                type: tile
  2245.                entity: light.dining_room_2
  2246.                name: Light 2
  2247.                vertical: false
  2248.          - type: horizontal-stack
  2249.            cards:
  2250.              - features:
  2251.                  - type: light-brightness
  2252.                type: tile
  2253.                entity: light.dining_room_3
  2254.                name: Light 3
  2255.                vertical: false
  2256.              - features:
  2257.                  - type: light-brightness
  2258.                type: tile
  2259.                entity: light.dining_room_lamp
  2260.                name: Monkey lamp
  2261.                vertical: false
  2262.  - title: Kitchen
  2263.    path: kitchen
  2264.    icon: mdi:lightbulb
  2265.    subview: true
  2266.    badges: []
  2267.    cards:
  2268.      - type: vertical-stack
  2269.        cards:
  2270.          - type: custom:mushroom-title-card
  2271.            title: Overview
  2272.            subtitle: ''
  2273.          - features:
  2274.              - type: light-brightness
  2275.            type: tile
  2276.            entity: light.kitchen_lights
  2277.            name: Kitchen
  2278.            vertical: false
  2279.            show_entity_picture: false
  2280.          - type: tile
  2281.            entity: input_boolean.kitchen_motion_lights
  2282.            name: Motion sensor
  2283.            icon: mdi:motion-sensor
  2284.            vertical: false
  2285.            show_entity_picture: false
  2286.            tap_action:
  2287.              action: toggle
  2288.            icon_tap_action:
  2289.              action: toggle
  2290.          - type: custom:mushroom-title-card
  2291.            title: ''
  2292.          - type: custom:mushroom-title-card
  2293.            title: ''
  2294.          - type: custom:mushroom-title-card
  2295.            title: ''
  2296.          - type: custom:mushroom-title-card
  2297.            title: ''
  2298.      - type: vertical-stack
  2299.        cards:
  2300.          - type: custom:mushroom-title-card
  2301.            title: Scenes
  2302.            subtitle: ''
  2303.            alignment: start
  2304.            title_tap_action:
  2305.              action: none
  2306.            subtitle_tap_action:
  2307.              action: none
  2308.          - type: horizontal-stack
  2309.            cards:
  2310.              - show_name: true
  2311.                show_icon: true
  2312.                type: button
  2313.                tap_action:
  2314.                  action: toggle
  2315.                entity: scene.kitchen_bright
  2316.                name: Bright
  2317.                icon_height: 50px
  2318.                hold_action:
  2319.                  action: none
  2320.                icon: mdi:palette
  2321.                show_state: false
  2322.              - show_name: true
  2323.                show_icon: true
  2324.                type: button
  2325.                tap_action:
  2326.                  action: toggle
  2327.                entity: scene.kitchen_mood
  2328.                name: Mood
  2329.                icon_height: 50px
  2330.                hold_action:
  2331.                  action: none
  2332.          - type: horizontal-stack
  2333.            cards:
  2334.              - show_name: true
  2335.                show_icon: true
  2336.                type: button
  2337.                tap_action:
  2338.                  action: toggle
  2339.                entity: scene.kitchen_relax
  2340.                name: Relax
  2341.                icon_height: 50px
  2342.                hold_action:
  2343.                  action: none
  2344.              - show_name: true
  2345.                show_icon: true
  2346.                type: button
  2347.                tap_action:
  2348.                  action: toggle
  2349.                entity: scene.kitchen_nightlight
  2350.                name: Nightlight
  2351.                icon_height: 50px
  2352.                hold_action:
  2353.                  action: none
  2354.          - type: custom:mushroom-title-card
  2355.            title: ''
  2356.          - type: custom:mushroom-title-card
  2357.            title: ''
  2358.          - type: custom:mushroom-title-card
  2359.            title: ''
  2360.          - type: custom:mushroom-title-card
  2361.            title: ''
  2362.      - type: vertical-stack
  2363.        cards:
  2364.          - type: custom:mushroom-title-card
  2365.            title: Lights
  2366.            subtitle: ''
  2367.            title_tap_action:
  2368.              action: none
  2369.            subtitle_tap_action:
  2370.              action: none
  2371.          - type: horizontal-stack
  2372.            cards:
  2373.              - features:
  2374.                  - type: light-brightness
  2375.                type: tile
  2376.                entity: light.kitchen_light_1
  2377.                name: Light 1
  2378.                vertical: false
  2379.              - features:
  2380.                  - type: light-brightness
  2381.                type: tile
  2382.                entity: light.kitchen_light_2
  2383.                name: Light 2
  2384.                vertical: false
  2385.          - type: horizontal-stack
  2386.            cards:
  2387.              - features:
  2388.                  - type: light-brightness
  2389.                type: tile
  2390.                entity: light.kitchen_light_3
  2391.                name: Light 3
  2392.                vertical: false
  2393.              - features:
  2394.                  - type: light-brightness
  2395.                type: tile
  2396.                entity: light.kitchen_light_4
  2397.                name: Light 4
  2398.                vertical: false
  2399.          - type: horizontal-stack
  2400.            cards:
  2401.              - features:
  2402.                  - type: light-brightness
  2403.                type: tile
  2404.                entity: light.kitchen_light_5
  2405.                name: Light 5
  2406.                vertical: false
  2407.              - features:
  2408.                  - type: light-brightness
  2409.                type: tile
  2410.                entity: light.kitchen_light_6
  2411.                name: Light 6
  2412.                vertical: false
  2413.  - title: Fuel
  2414.    path: fuel
  2415.    icon: mdi:gas-station
  2416.    type: sidebar
  2417.    badges: []
  2418.    cards:
  2419.      - type: map
  2420.        entities:
  2421.          - entity: sensor.asda_cheltenham_e10
  2422.            label_mode: state
  2423.          - entity: sensor.asda_gloucester_e10
  2424.            label_mode: state
  2425.          - entity: sensor.esso_churchdown_e10
  2426.            label_mode: state
  2427.          - entity: sensor.tesco_brockworth_e10
  2428.            label_mode: state
  2429.          - entity: sensor.tesco_cheltenham_e10
  2430.            label_mode: state
  2431.          - entity: sensor.tesco_st_oswalds_e10
  2432.            label_mode: state
  2433.          - entity: sensor.morrisons_metz_way_e10
  2434.            label_mode: state
  2435.          - entity: sensor.morrisons_hatherley_e10
  2436.            label_mode: state
  2437.          - entity: sensor.sainsburys_barnwood_e10
  2438.            label_mode: state
  2439.          - entity: sensor.sainsburys_cheltenham_e10
  2440.            label_mode: state
  2441.          - entity: sensor.shell_gloucester_road_e10
  2442.            label_mode: state
  2443.          - entity: sensor.applegreen_swindon_village_e10
  2444.            label_mode: state
  2445.        dark_mode: false
  2446.        default_zoom: 15
  2447.        aspect_ratio: '16:11'
  2448.      - type: custom:auto-entities
  2449.        card:
  2450.          type: entities
  2451.          title: E10
  2452.          show_header_toggle: false
  2453.          state_color: false
  2454.        entities:
  2455.          - sensor.applegreen_swindon_village_e10
  2456.          - sensor.asda_cheltenham_e10
  2457.          - sensor.asda_gloucester_e10
  2458.          - sensor.esso_churchdown_e10
  2459.          - sensor.morrisons_hatherley_e10
  2460.          - sensor.morrisons_metz_way_e10
  2461.          - sensor.sainsburys_barnwood_e10
  2462.          - sensor.sainsburys_cheltenham_e10
  2463.          - sensor.shell_gloucester_road_e10
  2464.          - sensor.tesco_brockworth_e10
  2465.          - sensor.tesco_cheltenham_e10
  2466.          - sensor.tesco_st_oswalds_e10
  2467.        sort:
  2468.          method: state
  2469.        view_layout:
  2470.          position: sidebar
  2471.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement