Problème de démarrage - Intégrations ne se charge pas

Tu as un espace devant « sensor »:
image

Et tu ne peux pas avoir 2 lignes avec « sensor »:
image

Si tu veux l’intégration « System monitor », installe-la via l’interface.
image

Voici la version corrigé:

# Loads default set of integrations. Do not remove.
default_config:

http:
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem
  
binary_sensor:
  - platform: meteoalarm
    country: "france"
    province: "Par là"
    language: "fr-FR"
    
influxdb:
  host: a0d7b954-influxdb
  port: 8086
  database: myelectricaldata
  username : myelectricaldata
  password: myelectricaldata
#  username: !secret influxdb_user
#  password: !secret influxdb_password
  max_retries: 3
  default_measurement: state

# notification SMS
notify:
  - name: SMS_Free_Domotique
    platform: free_mobile
    username: 438957889854552
    access_token: XXXXXXX
    
features:
  - type: "update-actions"
    backup: "ask"    

#### Prix carburant ####
homeassistant:
 customize:
   sensor.station_auchan_pau_e10:
    entity_picture: /local/logos/Logo_Auchan_(2015).svg
   sensor.station_auchan_pau_sp98:
    entity_picture: /local/logos/Logo_Auchan_(2015).svg
   sensor.station_casino_supermache_sp98:
    entity_picture: /local/logos/CASINO.png
   sensor.station_casino_supermache_e10:
    entity_picture: /local/logos/CASINO.png

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes
  extra_module_url:
    - /local/card-mod.js
    - /config/www/community/hass-bha-icons/hass-bha-icons.js
#card-mod pour menu mobile
    - /config/www/community/lovelace-card-mod/card-mod.js
# layout-card pour présentations et mobile
    - /config/www/community/lovelace-layout-card'
# mini gauge card
    - /config/www/community/lovelace-mini-gauge-card/mini-gauge-card.js
# Stack in card
    - /config/www/community/stack-in-card/stack-in-card.js
# Prix carburants
    - /local/flex-table-card.js

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
template: !include templates.yaml
rest: !include rest.yaml
sensor: !include sensors.yaml
shell_command: !include shell_command.yaml

1 « J'aime »