Segment Cleaning Lovelace

Hello everyone,

i used to configure the lovelace segment cleaning card like shown on

ha-lovelace-segments

but i am not able to start it from the script

here is my config for the scripts

type: vertical-stack
cards:

  • type: custom:auto-entities
    card:
    type: entities
    state_color: true
    title: Räume zum Saugen
    filter:
    include:
    - group: group.vacuum_rooms
    exclude: []
    show_empty: true
    sort:
    method: friendly_name
    reverse: false
    numeric: false
  • type: custom:button-card
    tap_action:
    action: call-service
    service: script.vacuum_clean_segments
    confirmation: true
    service_data: {}
    target: {}
    lock:
    enabled: >-
    [[[return states[‘group.vacuum_rooms’].state !== ‘on’ ||
    states[‘vacuum.valetudo_highamusingram’].state !== ‘docked’]]]
    exemptions: []
    entity: script.vacuum_clean_segments
    name: Diese Räume jetzt saugen?
    show_state: false
    show_icon: false

every other steps i take as shown in introduction

have no idea what am i doing wrong, maybe someone can show me his configs?

thx 4 help