lovelace UI vertical stack:


type: vertical-stack
cards:
  - type: entities
    entities:
      - entity: switch.robomowble
        icon: mdi:bluetooth
        name: Bluetooth
      - entity: sensor.robomow_soc
        icon: mdi:battery-medium
      - entity: sensor.robomow_cdsnear
        icon: mdi:mower
      - entity: sensor.robomow_status
        icon: mdi:stop-circle-outline
      - entity: sensor.robomow_timeleft
        icon: mdi:timer-outline
      - entity: sensor.robomow_nextstart
        icon: mdi:skip-next-circle-outline
      - entity: sensor.robomow_moisture
        icon: mdi:water-outline
      - entity: sensor.robomow_percentagecut
        icon: mdi:grass
      - entity: sensor.robomow_rssi
        icon: mdi:wifi
      - entity: switch.robomowbleweekprogramm
        icon: mdi:calendar
        name: Wochenprogramm
    title: Robomow
    show_header_toggle: false
    state_color: true
  - type: horizontal-stack
    cards:
      - type: button
        tap_action:
          action: call-service
          service: script.robomow_kante
          service_data: {}
          target: {}
        icon: mdi:shape-rectangle-plus
        name: Kante mähen
      - type: button
        tap_action:
          action: call-service
          service: rest_command.robomowhome
          service_data: {}
          target: {}
        entity: light.group_1
        icon: mdi:home-variant-outline
        name: Home
      - type: button
        tap_action:
          action: toggle
        entity: light.group_1
        icon: mdi:texture-box
        name: Fläche mähen
      - type: button
        tap_action:
          action: call-service
          service: rest_command.robomowstop
          service_data: {}
          target: {}
        entity: light.group_1
        name: Stopp
        hold_action:
          action: call-service
          service: script.robomow_renew
          service_data: {}
          target: {}
        icon: mdi:stop-circle-outline