🔹 Auto-entities - Automatically fill cards with entities

The following code worked perfectly ok until upgrade to 1.8.2 It kills the lovelace page containing this code. Removing it restores the remainder of the page. Any guidance to point me to the necessary correction would be appreciated:

card:
  title: GAD
  type: entities
entities:
  - entities:
      - entity: input_boolean.notify_utility
      - entity: input_datetime.gad_notification_time
    head:
      label: Notification Settings
      type: section
    padding: 0
    type: 'custom:fold-entity-row'
filter:
  include:
    - entity_id: sensor.gad_restafval
    - entity_id: sensor.gad_gft
    - entity_id: sensor.gad_papier
    - entity_id: sensor.gad_pmd
    - entity_td: sensor.gad_textiel
show_empty: false
show_header_toggle: false
sort:
  attribute: Sort-date
  method: attribute
  numeric: true
title: GAD
type: 'custom:auto-entities'