Dashboard Layout / Anzeige

Hallo,

ich habe mir ein Dashboard für mein I-Pad erstellt, siehe Screenshot. Soweit bin ich damit auch zufrieden. Mich stört nur die große Lücke zwischen Schlafzimmer und Bad, welche wohl aus der Größe des Abschnitts “Wohnzimmer” resultiert. Da ich mir ein Balconkraftwerk (Jackery SolarVault 3 Pro) angeschafft habe wird dieses bestimmt auch ins Home Assistant kommen und würde diese freie Fläche gerne dafür verwenden, bzw. das Bad in diese Lücke verschieben. Gibt es da ne Möglichkeit? Habe den Code unten auch eingefügt.

Ich würde die beiden Garten Kacheln gerne zu einer Kachel mit beiden Infos zusammenfassen aber in gleicher Größe.

VG

Marc

kiosk_mode:
  non_admin_settings:
    hide_header: true
    hide_sidebar: true
views:
  - type: sections
    max_columns: 2
    title: Status
    path: status
    sections:
      - type: grid
        cards:
          - type: heading
            heading_style: title
            badges:
              - type: entity
                show_state: true
                show_icon: true
                entity: sensor.h5100_1352_temperature
              - type: entity
                show_state: true
                show_icon: true
                entity: sensor.h5100_1352_humidity
          - type: tile
            entity: switch.schuppen_zig
            vertical: false
            features_position: bottom
          - type: tile
            entity: sensor.h5100_1352_temperature
            name: Garten
            vertical: false
            features_position: bottom
            grid_options:
              columns: 6
              rows: 1
          - type: tile
            entity: sensor.h5100_1352_humidity
            name: Garten
            vertical: false
            features_position: bottom
          - type: tile
            entity: light.dimmer_switch_leuchte_1
            vertical: false
            features_position: bottom
        column_span: 3
      - type: grid
        cards:
          - type: heading
            heading: Wohnzimmer / Esszimmer
            heading_style: title
            badges:
              - type: entity
                entity: sensor.h5179_68ce_temperature
              - type: entity
                entity: sensor.h5179_68ce_humidity
              - type: entity
                show_state: true
                show_icon: true
                entity: binary_sensor.fenster_wohn
                icon: mdi:door
          - type: tile
            entity: light.wohnzimmer_gruppe
            name: Beleuchtung
            vertical: false
            features_position: bottom
            features:
              - type: light-brightness
          - type: tile
            entity: climate.wohnzimmer
            name: Heizung
            state_content:
              - temperature
              - state
            vertical: false
            features_position: bottom
            features:
              - type: target-temperature
          - type: tile
            entity: light.esszimmer_gruppe
            vertical: false
            features:
              - type: light-brightness
            features_position: bottom
          - type: tile
            entity: vacuum.roborock_qrevo_s
            vertical: false
            tap_action:
              action: navigate
              navigation_path: /lovelace/roborock
            features_position: bottom
          - type: tile
            entity: light.decke_2
            vertical: false
            features_position: bottom
      - type: grid
        cards:
          - type: heading
            heading_style: title
            heading: Schlafzimmer
            badges:
              - type: entity
                entity: sensor.h5100_3815_temperature
              - type: entity
                entity: sensor.h5100_3815_humidity
              - type: entity
                entity: binary_sensor.fenster_schlafzimmer_contact
          - type: tile
            entity: light.shellysz
            name: Beleuchtung
            vertical: false
            features_position: bottom
            features:
              - type: light-brightness
          - type: tile
            entity: climate.aqara_e1_schlafzimmer
            name: Heizung
            state_content:
              - temperature
              - state
            vertical: false
            features_position: bottom
            features:
              - type: target-temperature
      - type: grid
        cards:
          - type: heading
            heading: Flur
            heading_style: title
            badges:
              - type: entity
                entity: sensor.h5100_497c_temperature
              - type: entity
                entity: sensor.h5100_497c_humidity
              - type: entity
                entity: binary_sensor.tuer_flur_contact
              - type: entity
                entity: sensor.motion_flur_illuminance
          - type: tile
            entity: light.flur_zigbee
            name: Beleuchtung
            vertical: false
            features_position: bottom
          - type: tile
            entity: climate.aqara_e1_flur
            name: Heizung
            state_content:
              - temperature
              - state
            vertical: false
            features_position: bottom
            features:
              - type: target-temperature
      - type: grid
        cards:
          - type: heading
            heading_style: title
            heading: Bad
            badges:
              - type: entity
                entity: sensor.h5100_2d14_temperature
              - type: entity
                entity: sensor.h5100_2d14_humidity
              - type: entity
                entity: binary_sensor.fenster_bad_contact
          - type: tile
            entity: light.bad
            name: Beleuchtung
            vertical: false
            features_position: bottom
            features:
              - type: light-brightness
          - type: tile
            entity: climate.aqara_e1_bad
            name: Heizung
            state_content:
              - temperature
              - state
            vertical: false
            features_position: bottom
            features:
              - type: target-temperature
    cards: []
    header:
      layout: center
      badges_position: bottom
      badges_wrap: scroll
  - path: default_view
    title: Home
    cards:
      - type: entities
        entities:
          - person.admin
      - type: entities
        entities:
          - sensor.cpu_temperature
        title: Sensor
      - type: weather-forecast
        entity: weather.forecast_home
        show_forecast: false
      - show_name: true
        show_icon: true
        show_state: true
        type: glance
        entities:
          - entity: sensor.h5100_1352_temperature
            name: Garten
          - entity: sensor.h5100_1352_battery
            name: 'Garten '
          - entity: sensor.h5179_68ce_temperature
            name: Wohnzimmer
          - entity: sensor.h5179_68ce_battery
            name: Wohnzimmer
          - entity: sensor.h5100_3815_temperature
            name: Schlafzimmer
          - entity: sensor.h5100_3815_battery
            name: Schlafzimmer
          - entity: sensor.h5100_2d14_temperature
            name: Bad
          - entity: sensor.h5100_2d14_battery
            name: Bad
          - entity: sensor.h5100_497c_temperature
            name: Flur
          - entity: sensor.h5100_497c_battery
            name: Flur
        title: TEMPERATUREN
      - show_name: true
        show_icon: true
        show_state: true
        type: glance
        entities:
          - entity: light.decke
            tap_action:
              action: toggle
            hold_action:
              action: more-info
          - entity: light.dimmer_switch_leuchte_1
            tap_action:
              action: toggle
            hold_action:
              action: more-info
            name: Küche
          - entity: light.shellysz
            tap_action:
              action: toggle
            hold_action:
              action: more-info
          - entity: light.wohnzimmer_gruppe
            tap_action:
              action: toggle
            hold_action:
              action: more-info
          - entity: light.esszimmer
            tap_action:
              action: toggle
            hold_action:
              action: more-info
          - entity: light.flur
            tap_action:
              action: toggle
            hold_action:
              action: more-info
        title: Licht
      - type: picture-elements
        elements:
          - type: state-badge
            entity: sensor.h5179_68ce_temperature
            style:
              top: 45%
              left: 20%
        image:
          media_content_id: media-source://media_source/local/Wohnung.png
          media_content_type: image/png
          metadata:
            title: Wohnung.png
            thumbnail: null
            media_class: image
            children_media_class: null
            navigateIds:
              - {}
              - media_content_type: app
                media_content_id: media-source://media_source
      - type: entities
        entities:
          - entity: sensor.fenster_bad_battery
            name: Batterie
          - entity: sensor.0x00158d008bbe8349_linkquality
            name: Linkquality
          - entity: sensor.fenster_bad_voltage
            name: Spannung
          - entity: sensor.fenster_bad_device_temperature
            name: Temperatur
        title: Fenster-Bad
      - type: entities
        entities:
          - entity: sensor.aqara_e1_flur_battery
            name: Batterie
          - entity: binary_sensor.aqara_e1_flur_setup
            name: Betriebszustand
          - entity: binary_sensor.aqara_e1_flur_calibrated
            name: Calibrated
          - entity: binary_sensor.aqara_e1_flur_window_open
            name: Fenster
          - entity: binary_sensor.aqara_e1_flur_valve_alarm
            name: Problem
          - entity: sensor.aqara_e1_flur_voltage
            name: Spannung
          - entity: sensor.aqara_e1_flur_device_temperature
            name: Temperatur
        title: Aqara-E1-Flur
      - type: media-control
        entity: media_player.buro
      - type: entities
        entities:
          - entity: number.motion_ipad_illuminance_interval
            name: Illuminance interval
        title: Motion-Ipad
      - type: entities
        entities:
          - entity: binary_sensor.motion_ipad_occupancy
            name: Belegung
          - entity: sensor.motion_ipad_illuminance
            name: Beleuchtungsstärke
        title: Motion-Ipad
      - show_name: true
        show_icon: true
        type: button
        tap_action:
          action: call-service
          service: automation.trigger
        entity: automation.vac_kueche_saugen
    badges: []
    visible:
      - user: 30c24c219d8b45cab3cfa06a9a290bdd
  - type: sections
    max_columns: 4
    title: 'Roborock '
    path: roborock
    sections:
      - type: grid
        cards:
          - type: heading
            heading_style: title
            heading: THEO
            tap_action:
              action: navigate
              navigation_path: /lovelace/status
          - type: custom:xiaomi-vacuum-map-card
            map_source:
              camera: camera.roborock_qrevo_s_map
            calibration_source:
              camera: true
            entity: vacuum.roborock_qrevo_s
            vacuum_platform: send_command
            title: Theo
            map_modes:
              - template: vacuum_clean_zone
              - template: vacuum_goto
              - name: Wohnung EG
                icon: mdi:select-drag
                selection_type: ROOM
                service_call_schema:
                  service: roborock.vacuum_clean_segment
                  service_data:
                    segments: '[[selection]]'
                  target:
                    entity_id: '[[entity_id]]'
                predefined_selections:
                  - id: '1'
                    icon:
                      name: mdi:broom
                      x: 29850
                      'y': 24550
                    label:
                      text: Room 1
                      x: 29850
                      'y': 24550
                      offset_y: 35
                    outline:
                      - - 26050
                        - 23850
                      - - 33650
                        - 23850
                      - - 33650
                        - 25250
                      - - 26050
                        - 25250
                  - id: '16'
                    icon:
                      name: mdi:broom
                      x: 27025
                      'y': 29550
                    label:
                      text: Room 16
                      x: 27025
                      'y': 29550
                      offset_y: 35
                    outline:
                      - - 24650
                        - 25200
                      - - 29400
                        - 25200
                      - - 29400
                        - 33900
                      - - 24650
                        - 33900
                  - id: '17'
                    icon:
                      name: mdi:broom
                      x: 35950
                      'y': 31575
                    label:
                      text: Room 17
                      x: 35950
                      'y': 31575
                      offset_y: 35
                    outline:
                      - - 34750
                        - 29400
                      - - 37150
                        - 29400
                      - - 37150
                        - 33750
                      - - 34750
                        - 33750
                  - id: '18'
                    icon:
                      name: mdi:broom
                      x: 34300
                      'y': 32225
                    label:
                      text: Room 18
                      x: 34300
                      'y': 32225
                      offset_y: 35
                    outline:
                      - - 33250
                        - 30500
                      - - 35350
                        - 30500
                      - - 35350
                        - 33950
                      - - 33250
                        - 33950
                  - id: '19'
                    icon:
                      name: mdi:broom
                      x: 31275
                      'y': 32250
                    label:
                      text: Room 19
                      x: 31275
                      'y': 32250
                      offset_y: 35
                    outline:
                      - - 29700
                        - 30550
                      - - 32850
                        - 30550
                      - - 32850
                        - 33950
                      - - 29700
                        - 33950
                  - id: '20'
                    icon:
                      name: mdi:broom
                      x: 32050
                      'y': 29925
                    label:
                      text: Room 20
                      x: 32050
                      'y': 29925
                      offset_y: 35
                    outline:
                      - - 29400
                        - 29250
                      - - 34700
                        - 29250
                      - - 34700
                        - 30600
                      - - 29400
                        - 30600
                  - id: '22'
                    icon:
                      name: mdi:broom
                      x: 35150
                      'y': 27500
                    label:
                      text: Room 22
                      x: 35150
                      'y': 27500
                      offset_y: 35
                    outline:
                      - - 33350
                        - 25350
                      - - 36950
                        - 25350
                      - - 36950
                        - 29650
                      - - 33350
                        - 29650
                  - id: '23'
                    icon:
                      name: mdi:broom
                      x: 31500
                      'y': 27200
                    label:
                      text: Room 23
                      x: 31500
                      'y': 27200
                      offset_y: 35
                    outline:
                      - - 29700
                        - 25200
                      - - 33300
                        - 25200
                      - - 33300
                        - 29200
                      - - 29700
                        - 29200
              - template: vacuum_clean_segment
                predefined_selections:
                  - id: '1'
                    icon:
                      name: mdi:broom
                      x: 29850
                      'y': 24550
                    label:
                      text: Room 1
                      x: 29850
                      'y': 24550
                      offset_y: 35
                    outline:
                      - - 26050
                        - 23850
                      - - 33650
                        - 23850
                      - - 33650
                        - 25250
                      - - 26050
                        - 25250
                  - id: '16'
                    icon:
                      name: mdi:broom
                      x: 27025
                      'y': 29550
                    label:
                      text: Room 16
                      x: 27025
                      'y': 29550
                      offset_y: 35
                    outline:
                      - - 24650
                        - 25200
                      - - 29400
                        - 25200
                      - - 29400
                        - 33900
                      - - 24650
                        - 33900
                  - id: '17'
                    icon:
                      name: mdi:broom
                      x: 35950
                      'y': 31575
                    label:
                      text: Room 17
                      x: 35950
                      'y': 31575
                      offset_y: 35
                    outline:
                      - - 34750
                        - 29400
                      - - 37150
                        - 29400
                      - - 37150
                        - 33750
                      - - 34750
                        - 33750
                  - id: '18'
                    icon:
                      name: mdi:broom
                      x: 34300
                      'y': 32225
                    label:
                      text: Room 18
                      x: 34300
                      'y': 32225
                      offset_y: 35
                    outline:
                      - - 33250
                        - 30500
                      - - 35350
                        - 30500
                      - - 35350
                        - 33950
                      - - 33250
                        - 33950
                  - id: '19'
                    icon:
                      name: mdi:broom
                      x: 31275
                      'y': 32250
                    label:
                      text: Room 19
                      x: 31275
                      'y': 32250
                      offset_y: 35
                    outline:
                      - - 29700
                        - 30550
                      - - 32850
                        - 30550
                      - - 32850
                        - 33950
                      - - 29700
                        - 33950
                  - id: '20'
                    icon:
                      name: mdi:broom
                      x: 32050
                      'y': 29925
                    label:
                      text: Room 20
                      x: 32050
                      'y': 29925
                      offset_y: 35
                    outline:
                      - - 29400
                        - 29250
                      - - 34700
                        - 29250
                      - - 34700
                        - 30600
                      - - 29400
                        - 30600
                  - id: '22'
                    icon:
                      name: mdi:broom
                      x: 35150
                      'y': 27500
                    label:
                      text: Room 22
                      x: 35150
                      'y': 27500
                      offset_y: 35
                    outline:
                      - - 33350
                        - 25350
                      - - 36950
                        - 25350
                      - - 36950
                        - 29650
                      - - 33350
                        - 29650
                  - id: '23'
                    icon:
                      name: mdi:broom
                      x: 31500
                      'y': 27200
                    label:
                      text: Room 23
                      x: 31500
                      'y': 27200
                      offset_y: 35
                    outline:
                      - - 29700
                        - 25200
                      - - 33300
                        - 25200
                      - - 33300
                        - 29200
                      - - 29700
                        - 29200
              - template: vacuum_clean_segment
                predefined_selections:
                  - id: '1'
                    icon:
                      name: mdi:broom
                      x: 29850
                      'y': 24550
                    label:
                      text: Room 1
                      x: 29850
                      'y': 24550
                      offset_y: 35
                    outline:
                      - - 26050
                        - 23850
                      - - 33650
                        - 23850
                      - - 33650
                        - 25250
                      - - 26050
                        - 25250
                  - id: '16'
                    icon:
                      name: mdi:broom
                      x: 27025
                      'y': 29550
                    label:
                      text: Room 16
                      x: 27025
                      'y': 29550
                      offset_y: 35
                    outline:
                      - - 24650
                        - 25200
                      - - 29400
                        - 25200
                      - - 29400
                        - 33900
                      - - 24650
                        - 33900
                  - id: '17'
                    icon:
                      name: mdi:broom
                      x: 35950
                      'y': 31575
                    label:
                      text: Room 17
                      x: 35950
                      'y': 31575
                      offset_y: 35
                    outline:
                      - - 34750
                        - 29400
                      - - 37150
                        - 29400
                      - - 37150
                        - 33750
                      - - 34750
                        - 33750
                  - id: '18'
                    icon:
                      name: mdi:broom
                      x: 34300
                      'y': 32225
                    label:
                      text: Room 18
                      x: 34300
                      'y': 32225
                      offset_y: 35
                    outline:
                      - - 33250
                        - 30500
                      - - 35350
                        - 30500
                      - - 35350
                        - 33950
                      - - 33250
                        - 33950
                  - id: '19'
                    icon:
                      name: mdi:broom
                      x: 31275
                      'y': 32250
                    label:
                      text: Room 19
                      x: 31275
                      'y': 32250
                      offset_y: 35
                    outline:
                      - - 29700
                        - 30550
                      - - 32850
                        - 30550
                      - - 32850
                        - 33950
                      - - 29700
                        - 33950
                  - id: '20'
                    icon:
                      name: mdi:broom
                      x: 32050
                      'y': 29925
                    label:
                      text: Room 20
                      x: 32050
                      'y': 29925
                      offset_y: 35
                    outline:
                      - - 29400
                        - 29250
                      - - 34700
                        - 29250
                      - - 34700
                        - 30600
                      - - 29400
                        - 30600
                  - id: '22'
                    icon:
                      name: mdi:broom
                      x: 35150
                      'y': 27500
                    label:
                      text: Room 22
                      x: 35150
                      'y': 27500
                      offset_y: 35
                    outline:
                      - - 33350
                        - 25350
                      - - 36950
                        - 25350
                      - - 36950
                        - 29650
                      - - 33350
                        - 29650
                  - id: '23'
                    icon:
                      name: mdi:broom
                      x: 31500
                      'y': 27200
                    label:
                      text: Room 23
                      x: 31500
                      'y': 27200
                      offset_y: 35
                    outline:
                      - - 29700
                        - 25200
                      - - 33300
                        - 25200
                      - - 33300
                        - 29200
                      - - 29700
                        - 29200
              - template: vacuum_clean_segment
                predefined_selections:
                  - id: '1'
                    icon:
                      name: mdi:broom
                      x: 29850
                      'y': 24550
                    label:
                      text: Room 1
                      x: 29850
                      'y': 24550
                      offset_y: 35
                    outline:
                      - - 26050
                        - 23850
                      - - 33650
                        - 23850
                      - - 33650
                        - 25250
                      - - 26050
                        - 25250
                  - id: '16'
                    icon:
                      name: mdi:broom
                      x: 27025
                      'y': 29550
                    label:
                      text: Room 16
                      x: 27025
                      'y': 29550
                      offset_y: 35
                    outline:
                      - - 24650
                        - 25200
                      - - 29400
                        - 25200
                      - - 29400
                        - 33900
                      - - 24650
                        - 33900
                  - id: '17'
                    icon:
                      name: mdi:broom
                      x: 35950
                      'y': 31575
                    label:
                      text: Room 17
                      x: 35950
                      'y': 31575
                      offset_y: 35
                    outline:
                      - - 34750
                        - 29400
                      - - 37150
                        - 29400
                      - - 37150
                        - 33750
                      - - 34750
                        - 33750
                  - id: '18'
                    icon:
                      name: mdi:broom
                      x: 34300
                      'y': 32225
                    label:
                      text: Room 18
                      x: 34300
                      'y': 32225
                      offset_y: 35
                    outline:
                      - - 33250
                        - 30500
                      - - 35350
                        - 30500
                      - - 35350
                        - 33950
                      - - 33250
                        - 33950
                  - id: '19'
                    icon:
                      name: mdi:broom
                      x: 31275
                      'y': 32250
                    label:
                      text: Room 19
                      x: 31275
                      'y': 32250
                      offset_y: 35
                    outline:
                      - - 29700
                        - 30550
                      - - 32850
                        - 30550
                      - - 32850
                        - 33950
                      - - 29700
                        - 33950
                  - id: '20'
                    icon:
                      name: mdi:broom
                      x: 32050
                      'y': 29925
                    label:
                      text: Room 20
                      x: 32050
                      'y': 29925
                      offset_y: 35
                    outline:
                      - - 29400
                        - 29250
                      - - 34700
                        - 29250
                      - - 34700
                        - 30600
                      - - 29400
                        - 30600
                  - id: '22'
                    icon:
                      name: mdi:broom
                      x: 35150
                      'y': 27500
                    label:
                      text: Room 22
                      x: 35150
                      'y': 27500
                      offset_y: 35
                    outline:
                      - - 33350
                        - 25350
                      - - 36950
                        - 25350
                      - - 36950
                        - 29650
                      - - 33350
                        - 29650
                  - id: '23'
                    icon:
                      name: mdi:broom
                      x: 31500
                      'y': 27200
                    label:
                      text: Room 23
                      x: 31500
                      'y': 27200
                      offset_y: 35
                    outline:
                      - - 29700
                        - 25200
                      - - 33300
                        - 25200
                      - - 33300
                        - 29200
                      - - 29700
                        - 29200
              - template: vacuum_clean_segment
                predefined_selections:
                  - id: '1'
                    icon:
                      name: mdi:broom
                      x: 29850
                      'y': 24550
                    label:
                      text: Room 1
                      x: 29850
                      'y': 24550
                      offset_y: 35
                    outline:
                      - - 26050
                        - 23850
                      - - 33650
                        - 23850
                      - - 33650
                        - 25250
                      - - 26050
                        - 25250
                  - id: '16'
                    icon:
                      name: mdi:broom
                      x: 27025
                      'y': 29550
                    label:
                      text: Room 16
                      x: 27025
                      'y': 29550
                      offset_y: 35
                    outline:
                      - - 24650
                        - 25200
                      - - 29400
                        - 25200
                      - - 29400
                        - 33900
                      - - 24650
                        - 33900
                  - id: '17'
                    icon:
                      name: mdi:broom
                      x: 35950
                      'y': 31575
                    label:
                      text: Room 17
                      x: 35950
                      'y': 31575
                      offset_y: 35
                    outline:
                      - - 34750
                        - 29400
                      - - 37150
                        - 29400
                      - - 37150
                        - 33750
                      - - 34750
                        - 33750
                  - id: '18'
                    icon:
                      name: mdi:broom
                      x: 34300
                      'y': 32225
                    label:
                      text: Room 18
                      x: 34300
                      'y': 32225
                      offset_y: 35
                    outline:
                      - - 33250
                        - 30500
                      - - 35350
                        - 30500
                      - - 35350
                        - 33950
                      - - 33250
                        - 33950
                  - id: '19'
                    icon:
                      name: mdi:broom
                      x: 31275
                      'y': 32250
                    label:
                      text: Room 19
                      x: 31275
                      'y': 32250
                      offset_y: 35
                    outline:
                      - - 29700
                        - 30550
                      - - 32850
                        - 30550
                      - - 32850
                        - 33950
                      - - 29700
                        - 33950
                  - id: '20'
                    icon:
                      name: mdi:broom
                      x: 32050
                      'y': 29925
                    label:
                      text: Room 20
                      x: 32050
                      'y': 29925
                      offset_y: 35
                    outline:
                      - - 29400
                        - 29250
                      - - 34700
                        - 29250
                      - - 34700
                        - 30600
                      - - 29400
                        - 30600
                  - id: '22'
                    icon:
                      name: mdi:broom
                      x: 35150
                      'y': 27500
                    label:
                      text: Room 22
                      x: 35150
                      'y': 27500
                      offset_y: 35
                    outline:
                      - - 33350
                        - 25350
                      - - 36950
                        - 25350
                      - - 36950
                        - 29650
                      - - 33350
                        - 29650
                  - id: '23'
                    icon:
                      name: mdi:broom
                      x: 31500
                      'y': 27200
                    label:
                      text: Room 23
                      x: 31500
                      'y': 27200
                      offset_y: 35
                    outline:
                      - - 29700
                        - 25200
                      - - 33300
                        - 25200
                      - - 33300
                        - 29200
                      - - 29700
                        - 29200
              - template: vacuum_clean_segment
                predefined_selections:
                  - id: '1'
                    icon:
                      name: mdi:broom
                      x: 29850
                      'y': 24550
                    label:
                      text: Room 1
                      x: 29850
                      'y': 24550
                      offset_y: 35
                    outline:
                      - - 26050
                        - 23850
                      - - 33650
                        - 23850
                      - - 33650
                        - 25250
                      - - 26050
                        - 25250
                  - id: '16'
                    icon:
                      name: mdi:broom
                      x: 27025
                      'y': 29550
                    label:
                      text: Room 16
                      x: 27025
                      'y': 29550
                      offset_y: 35
                    outline:
                      - - 24650
                        - 25200
                      - - 29400
                        - 25200
                      - - 29400
                        - 33900
                      - - 24650
                        - 33900
                  - id: '17'
                    icon:
                      name: mdi:broom
                      x: 35950
                      'y': 31575
                    label:
                      text: Room 17
                      x: 35950
                      'y': 31575
                      offset_y: 35
                    outline:
                      - - 34750
                        - 29400
                      - - 37150
                        - 29400
                      - - 37150
                        - 33750
                      - - 34750
                        - 33750
                  - id: '18'
                    icon:
                      name: mdi:broom
                      x: 34300
                      'y': 32225
                    label:
                      text: Room 18
                      x: 34300
                      'y': 32225
                      offset_y: 35
                    outline:
                      - - 33250
                        - 30500
                      - - 35350
                        - 30500
                      - - 35350
                        - 33950
                      - - 33250
                        - 33950
                  - id: '19'
                    icon:
                      name: mdi:broom
                      x: 31275
                      'y': 32250
                    label:
                      text: Room 19
                      x: 31275
                      'y': 32250
                      offset_y: 35
                    outline:
                      - - 29700
                        - 30550
                      - - 32850
                        - 30550
                      - - 32850
                        - 33950
                      - - 29700
                        - 33950
                  - id: '20'
                    icon:
                      name: mdi:broom
                      x: 32050
                      'y': 29925
                    label:
                      text: Room 20
                      x: 32050
                      'y': 29925
                      offset_y: 35
                    outline:
                      - - 29400
                        - 29250
                      - - 34700
                        - 29250
                      - - 34700
                        - 30600
                      - - 29400
                        - 30600
                  - id: '22'
                    icon:
                      name: mdi:broom
                      x: 35150
                      'y': 27500
                    label:
                      text: Room 22
                      x: 35150
                      'y': 27500
                      offset_y: 35
                    outline:
                      - - 33350
                        - 25350
                      - - 36950
                        - 25350
                      - - 36950
                        - 29650
                      - - 33350
                        - 29650
                  - id: '23'
                    icon:
                      name: mdi:broom
                      x: 31500
                      'y': 27200
                    label:
                      text: Room 23
                      x: 31500
                      'y': 27200
                      offset_y: 35
                    outline:
                      - - 29700
                        - 25200
                      - - 33300
                        - 25200
                      - - 33300
                        - 29200
                      - - 29700
                        - 29200
              - template: vacuum_clean_segment
                predefined_selections:
                  - id: '1'
                    icon:
                      name: mdi:broom
                      x: 29850
                      'y': 24550
                    label:
                      text: Room 1
                      x: 29850
                      'y': 24550
                      offset_y: 35
                    outline:
                      - - 26050
                        - 23850
                      - - 33650
                        - 23850
                      - - 33650
                        - 25250
                      - - 26050
                        - 25250
                  - id: '16'
                    icon:
                      name: mdi:broom
                      x: 27025
                      'y': 29550
                    label:
                      text: Room 16
                      x: 27025
                      'y': 29550
                      offset_y: 35
                    outline:
                      - - 24650
                        - 25200
                      - - 29400
                        - 25200
                      - - 29400
                        - 33900
                      - - 24650
                        - 33900
                  - id: '17'
                    icon:
                      name: mdi:broom
                      x: 35950
                      'y': 31575
                    label:
                      text: Room 17
                      x: 35950
                      'y': 31575
                      offset_y: 35
                    outline:
                      - - 34750
                        - 29400
                      - - 37150
                        - 29400
                      - - 37150
                        - 33750
                      - - 34750
                        - 33750
                  - id: '18'
                    icon:
                      name: mdi:broom
                      x: 34300
                      'y': 32225
                    label:
                      text: Room 18
                      x: 34300
                      'y': 32225
                      offset_y: 35
                    outline:
                      - - 33250
                        - 30500
                      - - 35350
                        - 30500
                      - - 35350
                        - 33950
                      - - 33250
                        - 33950
                  - id: '19'
                    icon:
                      name: mdi:broom
                      x: 31275
                      'y': 32250
                    label:
                      text: Room 19
                      x: 31275
                      'y': 32250
                      offset_y: 35
                    outline:
                      - - 29700
                        - 30550
                      - - 32850
                        - 30550
                      - - 32850
                        - 33950
                      - - 29700
                        - 33950
                  - id: '20'
                    icon:
                      name: mdi:broom
                      x: 32050
                      'y': 29925
                    label:
                      text: Room 20
                      x: 32050
                      'y': 29925
                      offset_y: 35
                    outline:
                      - - 29400
                        - 29250
                      - - 34700
                        - 29250
                      - - 34700
                        - 30600
                      - - 29400
                        - 30600
                  - id: '22'
                    icon:
                      name: mdi:broom
                      x: 35150
                      'y': 27500
                    label:
                      text: Room 22
                      x: 35150
                      'y': 27500
                      offset_y: 35
                    outline:
                      - - 33350
                        - 25350
                      - - 36950
                        - 25350
                      - - 36950
                        - 29650
                      - - 33350
                        - 29650
                  - id: '23'
                    icon:
                      name: mdi:broom
                      x: 31500
                      'y': 27200
                    label:
                      text: Room 23
                      x: 31500
                      'y': 27200
                      offset_y: 35
                    outline:
                      - - 29700
                        - 25200
                      - - 33300
                        - 25200
                      - - 33300
                        - 29200
                      - - 29700
                        - 29200
              - template: vacuum_clean_segment
                predefined_selections:
                  - id: '1'
                    icon:
                      name: mdi:broom
                      x: 29850
                      'y': 24550
                    label:
                      text: Room 1
                      x: 29850
                      'y': 24550
                      offset_y: 35
                    outline:
                      - - 26050
                        - 23850
                      - - 33650
                        - 23850
                      - - 33650
                        - 25250
                      - - 26050
                        - 25250
                  - id: '16'
                    icon:
                      name: mdi:broom
                      x: 27025
                      'y': 29550
                    label:
                      text: Room 16
                      x: 27025
                      'y': 29550
                      offset_y: 35
                    outline:
                      - - 24650
                        - 25200
                      - - 29400
                        - 25200
                      - - 29400
                        - 33900
                      - - 24650
                        - 33900
                  - id: '17'
                    icon:
                      name: mdi:broom
                      x: 35950
                      'y': 31575
                    label:
                      text: Room 17
                      x: 35950
                      'y': 31575
                      offset_y: 35
                    outline:
                      - - 34750
                        - 29400
                      - - 37150
                        - 29400
                      - - 37150
                        - 33750
                      - - 34750
                        - 33750
                  - id: '18'
                    icon:
                      name: mdi:broom
                      x: 34300
                      'y': 32225
                    label:
                      text: Room 18
                      x: 34300
                      'y': 32225
                      offset_y: 35
                    outline:
                      - - 33250
                        - 30500
                      - - 35350
                        - 30500
                      - - 35350
                        - 33950
                      - - 33250
                        - 33950
                  - id: '19'
                    icon:
                      name: mdi:broom
                      x: 31275
                      'y': 32250
                    label:
                      text: Room 19
                      x: 31275
                      'y': 32250
                      offset_y: 35
                    outline:
                      - - 29700
                        - 30550
                      - - 32850
                        - 30550
                      - - 32850
                        - 33950
                      - - 29700
                        - 33950
                  - id: '20'
                    icon:
                      name: mdi:broom
                      x: 32050
                      'y': 29925
                    label:
                      text: Room 20
                      x: 32050
                      'y': 29925
                      offset_y: 35
                    outline:
                      - - 29400
                        - 29250
                      - - 34700
                        - 29250
                      - - 34700
                        - 30600
                      - - 29400
                        - 30600
                  - id: '22'
                    icon:
                      name: mdi:broom
                      x: 35150
                      'y': 27500
                    label:
                      text: Room 22
                      x: 35150
                      'y': 27500
                      offset_y: 35
                    outline:
                      - - 33350
                        - 25350
                      - - 36950
                        - 25350
                      - - 36950
                        - 29650
                      - - 33350
                        - 29650
                  - id: '23'
                    icon:
                      name: mdi:broom
                      x: 31500
                      'y': 27200
                    label:
                      text: Room 23
                      x: 31500
                      'y': 27200
                      offset_y: 35
                    outline:
                      - - 29700
                        - 25200
                      - - 33300
                        - 25200
                      - - 33300
                        - 29200
                      - - 29700
                        - 29200
            map_locked: true
            two_finger_pan: false
            tiles:
              - tile_id: status
                entity: vacuum.roborock_qrevo_s
                label: Status
                attribute: status
                icon: mdi:robot-vacuum
                translations:
                  starting: Starting
                  charger disconnected: Charger disconnected
                  idle: Idle
                  remote control active: Remote control active
                  cleaning: Cleaning
                  returning home: Returning home
                  manual mode: Manual mode
                  charging: Charging
                  charging problem: Charging problem
                  paused: Paused
                  spot cleaning: Spot cleaning
                  error: Error
                  shutting down: Shutting down
                  updating: Updating
                  docking: Docking
                  going to target: Going to target
                  zoned cleaning: Zoned cleaning
                  segment cleaning: Segment cleaning
                  emptying the bin: Emptying the bin
                  charging complete: Charging complete
                  device offline: Device offline
              - tile_id: battery_level
                entity: vacuum.roborock_qrevo_s
                label: Battery
                attribute: battery_level
                icon: mdi:battery-charging-100
                unit: '%'
              - tile_id: fan_speed
                entity: vacuum.roborock_qrevo_s
                label: Fan speed
                attribute: fan_speed
                icon: mdi:fan
                translations:
                  silent: Silent
                  standard: Standard
                  medium: Medium
                  turbo: Turbo
                  auto: Auto
                  gentle: Gentle
            icons:
              - icon: mdi:play
                conditions:
                  - entity: vacuum.roborock_qrevo_s
                    value_not: cleaning
                  - entity: vacuum.roborock_qrevo_s
                    value_not: error
                  - entity: vacuum.roborock_qrevo_s
                    value_not: returning
                tooltip: Start
                tap_action:
                  action: call-service
                  service: vacuum.start
                  service_data:
                    entity_id: vacuum.roborock_qrevo_s
              - icon: mdi:pause
                conditions:
                  - entity: vacuum.roborock_qrevo_s
                    value_not: docked
                  - entity: vacuum.roborock_qrevo_s
                    value_not: idle
                  - entity: vacuum.roborock_qrevo_s
                    value_not: error
                  - entity: vacuum.roborock_qrevo_s
                    value_not: paused
                tooltip: Pause
                tap_action:
                  action: call-service
                  service: vacuum.pause
                  service_data:
                    entity_id: vacuum.roborock_qrevo_s
              - icon: mdi:stop
                conditions:
                  - entity: vacuum.roborock_qrevo_s
                    value_not: docked
                  - entity: vacuum.roborock_qrevo_s
                    value_not: idle
                  - entity: vacuum.roborock_qrevo_s
                    value_not: error
                  - entity: vacuum.roborock_qrevo_s
                    value_not: paused
                tooltip: Stop
                tap_action:
                  action: call-service
                  service: vacuum.stop
                  service_data:
                    entity_id: vacuum.roborock_qrevo_s
              - icon: mdi:home-map-marker
                conditions:
                  - entity: vacuum.roborock_qrevo_s
                    value_not: docked
                  - entity: vacuum.roborock_qrevo_s
                    value_not: returning
                tooltip: Return to base
                tap_action:
                  action: call-service
                  service: vacuum.return_to_base
                  service_data:
                    entity_id: vacuum.roborock_qrevo_s
              - icon: mdi:target-variant
                conditions:
                  - entity: vacuum.roborock_qrevo_s
                    value_not: docked
                  - entity: vacuum.roborock_qrevo_s
                    value_not: error
                  - entity: vacuum.roborock_qrevo_s
                    value_not: cleaning
                  - entity: vacuum.roborock_qrevo_s
                    value_not: returning
                tooltip: Clean spot
                tap_action:
                  action: call-service
                  service: vacuum.clean_spot
                  service_data:
                    entity_id: vacuum.roborock_qrevo_s
              - icon: mdi:map-marker
                tooltip: Locate
                tap_action:
                  action: call-service
                  service: vacuum.locate
                  service_data:
                    entity_id: vacuum.roborock_qrevo_s
              - icon: mdi:fan-alert
                conditions:
                  - entity: vacuum.roborock_qrevo_s
                    attribute: fan_speed
                    value: 'off'
                tooltip: Change fan speed
                tap_action:
                  action: call-service
                  service: vacuum.set_fan_speed
                  service_data:
                    entity_id: vacuum.roborock_qrevo_s
                    fan_speed: silent
              - icon: mdi:fan-alert
                conditions:
                  - entity: vacuum.roborock_qrevo_s
                    attribute: fan_speed
                    value: silent
                tooltip: Change fan speed
                tap_action:
                  action: call-service
                  service: vacuum.set_fan_speed
                  service_data:
                    entity_id: vacuum.roborock_qrevo_s
                    fan_speed: balanced
              - icon: mdi:fan-alert
                conditions:
                  - entity: vacuum.roborock_qrevo_s
                    attribute: fan_speed
                    value: balanced
                tooltip: Change fan speed
                tap_action:
                  action: call-service
                  service: vacuum.set_fan_speed
                  service_data:
                    entity_id: vacuum.roborock_qrevo_s
                    fan_speed: turbo
              - icon: mdi:fan-alert
                conditions:
                  - entity: vacuum.roborock_qrevo_s
                    attribute: fan_speed
                    value: turbo
                tooltip: Change fan speed
                tap_action:
                  action: call-service
                  service: vacuum.set_fan_speed
                  service_data:
                    entity_id: vacuum.roborock_qrevo_s
                    fan_speed: max
              - icon: mdi:fan-alert
                conditions:
                  - entity: vacuum.roborock_qrevo_s
                    attribute: fan_speed
                    value: max
                tooltip: Change fan speed
                tap_action:
                  action: call-service
                  service: vacuum.set_fan_speed
                  service_data:
                    entity_id: vacuum.roborock_qrevo_s
                    fan_speed: max_plus
              - icon: mdi:fan-alert
                conditions:
                  - entity: vacuum.roborock_qrevo_s
                    attribute: fan_speed
                    value: max_plus
                tooltip: Change fan speed
                tap_action:
                  action: call-service
                  service: vacuum.set_fan_speed
                  service_data:
                    entity_id: vacuum.roborock_qrevo_s
                    fan_speed: custom
              - icon: mdi:fan-alert
                conditions:
                  - entity: vacuum.roborock_qrevo_s
                    attribute: fan_speed
                    value: custom
                tooltip: Change fan speed
                tap_action:
                  action: call-service
                  service: vacuum.set_fan_speed
                  service_data:
                    entity_id: vacuum.roborock_qrevo_s
                    fan_speed: 'off'
              - icon: mdi:fan-alert
                conditions:
                  - entity: vacuum.roborock_qrevo_s
                    attribute: fan_speed
                    value_not: 'off'
                  - entity: vacuum.roborock_qrevo_s
                    attribute: fan_speed
                    value_not: silent
                  - entity: vacuum.roborock_qrevo_s
                    attribute: fan_speed
                    value_not: balanced
                  - entity: vacuum.roborock_qrevo_s
                    attribute: fan_speed
                    value_not: turbo
                  - entity: vacuum.roborock_qrevo_s
                    attribute: fan_speed
                    value_not: max
                  - entity: vacuum.roborock_qrevo_s
                    attribute: fan_speed
                    value_not: max_plus
                  - entity: vacuum.roborock_qrevo_s
                    attribute: fan_speed
                    value_not: custom
                tooltip: Change fan speed
                tap_action:
                  action: call-service
                  service: vacuum.set_fan_speed
                  service_data:
                    entity_id: vacuum.roborock_qrevo_s
                    fan_speed: 'off'
              - icon: mdi:water-off
                conditions:
                  - entity: vacuum.roborock_qrevo_s
                    attribute: waterBoxMode
                    value: 200
                tooltip: Change mop intensity
                tap_action:
                  action: call-service
                  service: vacuum.send_command
                  service_data:
                    command: set_water_box_custom_mode
                    params: 201
                  target:
                    entity_id: vacuum.roborock_qrevo_s
              - icon: mdi:wave
                conditions:
                  - entity: vacuum.roborock_qrevo_s
                    attribute: waterBoxMode
                    value: 201
                tooltip: Change mop intensity
                tap_action:
                  action: call-service
                  service: vacuum.send_command
                  service_data:
                    command: set_water_box_custom_mode
                    params: 202
                  target:
                    entity_id: vacuum.roborock_qrevo_s
              - icon: mdi:waves-arrow-up
                conditions:
                  - entity: vacuum.roborock_qrevo_s
                    attribute: waterBoxMode
                    value: 202
                tooltip: Change mop intensity
                tap_action:
                  action: call-service
                  service: vacuum.send_command
                  service_data:
                    command: set_water_box_custom_mode
                    params: 203
                  target:
                    entity_id: vacuum.roborock_qrevo_s
              - icon: mdi:waves
                conditions:
                  - entity: vacuum.roborock_qrevo_s
                    attribute: waterBoxMode
                    value: 203
                tooltip: Change mop intensity
                tap_action:
                  action: call-service
                  service: vacuum.send_command
                  service_data:
                    command: set_water_box_custom_mode
                    params: 200
                  target:
                    entity_id: vacuum.roborock_qrevo_s
              - icon: mdi:waves
                conditions:
                  - entity: vacuum.roborock_qrevo_s
                    attribute: waterBoxMode
                    value_not: 200
                  - entity: vacuum.roborock_qrevo_s
                    attribute: waterBoxMode
                    value_not: 201
                  - entity: vacuum.roborock_qrevo_s
                    attribute: waterBoxMode
                    value_not: 202
                  - entity: vacuum.roborock_qrevo_s
                    attribute: waterBoxMode
                    value_not: 203
    subview: true
    cards: []
    badges:
      - type: entity
        name: Wohnzimmer
        icon: mdi:robot-vacuum
        show_name: true
        show_state: false
        show_icon: true
        entity: automation.vac_wohnzimmer
        tap_action:
          action: call-service
          service: automation.trigger
          target:
            entity_id: automation.vac_wohnzimmer
          data:
            skip_condition: true
          entity: vacuum.roborock_qrevo_s
          name: Wohnung saugen
          hold_action:
            action: none
      - type: entity
        name: Flur
        icon: mdi:robot-vacuum
        show_name: true
        show_state: false
        show_icon: true
        entity: automation.vac_flur_saugen
        tap_action:
          action: call-service
          service: automation.trigger
          target:
            entity_id: automation.vac_flur_saugen
          data:
            skip_condition: true
          entity: vacuum.roborock_qrevo_s
          name: Wohnung saugen
          hold_action:
            action: none
      - type: entity
        name: Küche
        icon: mdi:robot-vacuum
        show_name: true
        show_state: false
        show_icon: true
        entity: automation.vac_kueche_saugen
        tap_action:
          action: call-service
          service: automation.trigger
          target:
            entity_id: automation.vac_kueche_saugen
          data:
            skip_condition: true
          entity: vacuum.roborock_qrevo_s
          name: Wohnung saugen
          hold_action:
            action: none
      - type: entity
        name: Bad
        icon: mdi:robot-vacuum
        show_name: true
        show_state: false
        show_icon: true
        entity: automation.vac_bad_reinigen
        tap_action:
          action: call-service
          service: automation.trigger
          target:
            entity_id: automation.vac_bad_reinigen
          data:
            skip_condition: true
          entity: vacuum.roborock_qrevo_s
          name: Wohnung saugen
          hold_action:
            action: none
      - type: entity
        name: Schlafzimmer
        icon: mdi:robot-vacuum
        show_name: true
        show_state: false
        show_icon: true
        entity: automation.vac_schlafzimmer_reinigen
        tap_action:
          action: call-service
          service: automation.trigger
          target:
            entity_id: automation.vac_schlafzimmer_reinigen
          data:
            skip_condition: true
          entity: vacuum.roborock_qrevo_s
          name: Wohnung saugen
          hold_action:
            action: none

Du kannst das mit Stapeln anstatt Raster in dem Abschnitt machen:

type: vertical-stack
cards:
  - type: heading (Wohnzimmer)
  - type: horizontal-stack
    cards:
	  - Beleuchtung...
	  - Heizung...
  - type: heading (Bad)
  - type: horizontal-stack
    cards:
	  - Beleuchtung...
	  - Heizung...

Die Kachel-Karte kann von Haus aus nur eine Entität darstellen. Für mehr kannst du die Überblick-Karte (glance) nehmen, oder eine custom Karte (Mushroom, Bubble).

Im benutzten theme die Zeile einfügen … Oder wenn vorhanden editieren

ha-view-sections-column-gap: 8px

Hallo, vielen Dank für die Tips, werde die heute abend mal Testen :slight_smile: