Invalid card configuration (Picture Glance)

I’m getting absolute crazy. I had to reinstall my complete HA cause of reasons but that’s something from the past. I therefore changed no codes in my lovelace view because it worked before. But now i’m getting a error “Invalid card configuration”. It seems i’m missing something, but i have no clue what. The code worked before so that’s the strangest thing here.

Anybody got an idea, thanks in advance

title: Dashboard
icon: 'mdi:view-dashboard'
panel: false
badges: []
cards:

  - type: 'custom:weather-card'
    entity: weather.huis     

  - type: iframe
    url: https://gadgets.buienradar.nl/gadget/zoommap/?lat=51.86333&lng=4.3625&overname=2&zoom=13&naam=hoogvliet&size=3&voor=1" scrolling=no width=550 height=512 frameborder=no
    title: Buienradar
    aspect_ratio: 100%
    
  - type: 'custom:banner-card'
    heading: "\U0001F5D1 Vuilnis"   
    background: '#878282'
    entities:
      - entity: sensor.trash_today
        name:  Afval Vandaag      
        map_state:
          'Geen': 
            value: mdi:cancel
            color: white
          'gft':
            value: mdi:pine-tree
            color: green
          'papier':
            value: mdi:file-outline
            color: '#22A7F0'
          'restafval':
            value: mdi:delete
            color: black          
      - entity: sensor.trash_tomorrow   
        name: Afval Morgen   
        map_state:
          'Geen': 
            value: mdi:cancel
            color: white
          'gft':
            value: mdi:pine-tree
            color: green
          'papier':
            value: mdi:file-outline
            color: '#22A7F0'
          'restafval':
            value: mdi:delete
            color: black   
      - entity: sensor.trash_first_next_item  
        name: Volgend Afval
        map_state:
          'Geen': 
            value: mdi:cancel
            color: white
          'gft':
            value: mdi:pine-tree
            color: green
          'papier':
            value: mdi:file-outline
            color: '#22A7F0'
          'restafval':
            value: mdi:delete
            color: black       
#      - entity: sensor.trash_gft
#        name: GFT
#      - entity: sensor.trash_papier
#        name: Papier
#      - entity: sensor.trash_restafval
#        name: Restafval  
  - entities:
      - entity: sensor.test_date_counter
        name: Tessa Dagen
        icon: 'mdi:heart-circle'
    show_header_toggle: false
    type: entities    


  - type: horizontal-stack 
    cards:
      - type: picture-glance
        title: Enzo
        show state: true
        state_filter:
          "home": brightness(100%) 
          "not_home": brightness(25%)
        entity: person.enzo
        image: "/local/img/enzo_g.jpg" 
      - type: picture-glance
        title: Tessa
        show state: true
        state_filter:
          "home": brightness(100%) 
          "not_home": brightness(25%)
        entity: person.tessa
        image: "/local/img/tessa_g.png"