Erreur de automatisation

Bonsoir,
j’ai créer ce script et malgré tout mes efforts voici mon erreur
« Unexpected error calling config validator: ‹ NoneType › object is not iterable » je ne vois pas le souci

vendredi_soir_lumière: null
alias: Lumière Shabbat
description: Allume les lumières et désactive les automatisations pour Shabbat
trigger:
  platform: state
  entity_id: binary_sensor.jewish_calendar_issur_melacha_in_effect
  to: on
condition:
  - condition: time
    weekday: fri
action:
  - service: switch.turn_on
    entity_id: switch.bandeau_plaque
  - service: switch.turn_on
    entity_id: switch.salle_de_bain
  - service: switch.turn_on
    entity_id: switch.couloir_toilettes_right
  - service: homeassistant.turn_off
    entity_id: automation.detection_wc_2
  - service: homeassistant.turn_off
    entity_id: automation.detection_wc_nocturne
  - service: light.turn_on
    entity_id: light.lampe_sejour
    data:
      brightness: 255
  - wait_template: '{{ states.sensor.time.state == "23:00" }}'
  - service: switch.turn_off
    entity_id: switch.bandeau_plaque
  - service: light.turn_on
    entity_id: light.lampe_sejour
    data:
      brightness: 127
  - service: switch.turn_off
    entity_id: switch.salle_de_bain

merci

Ma configuration


System Information

version core-2023.3.3
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.10.10
os_name Linux
os_version 5.15.90
arch x86_64
timezone Europe/Paris
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
GitHub API Calls Remaining 5000
Installed Version 1.31.0
Stage running
Available Repositories 1320
Downloaded Repositories 40
HACS Data ok
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 9.5
update_channel stable
supervisor_version supervisor-2023.03.1
agent_version 1.4.1
docker_version 20.10.22
disk_total 50.5 GB
disk_used 13.9 GB
healthy true
supported true
board ova
supervisor_api ok
version_api ok
installed_addons Samba share (10.0.0), File editor (5.5.0), Studio Code Server (5.5.3), Home Assistant Google Drive Backup (0.105.2), Mosquitto broker (6.1.3), Samba Backup (5.2.0), Check Home Assistant configuration (3.11.0), Terminal & SSH (9.6.1), Log Viewer (0.14.0), ESPHome (2022.3.1), MariaDB (2.5.2), Nginx Proxy Manager (0.12.3), Vaultwarden (Bitwarden) (0.19.0), Zigbee2MQTT (1.30.2-1), ESPHome (2023.2.4)
Dashboards
dashboards 1
resources 24
views 10
mode storage
Recorder
oldest_recorder_run 12 mars 2023 à 08:00
current_recorder_run 14 mars 2023 à 19:33
estimated_db_size 298.65 MiB
database_engine sqlite
database_version 3.38.5
___

Tu as essayé en virant la 1ere ligne et dans l’ui ?
Syntaxiquement c’est pas correct sinon (ou alors c’est un raté dans ton copié/collé)

Merci tu veux dire le vendredi soir lumiere ?

oui
ça donne ça ici

et une fois sorti du mode yaml

merci plus d’erreur :wink:

1 « J'aime »

merci encore mais nouveau souci je ne le trouve pas dans mes scripts malgré un redémarrage c’est normal?