Maßeinheit (W) auf Entitäten-Karte bei Tasmota (WattWächter) anzeigen

Kenne mich nicht so aus mit der Syntax von YAML-Code, jedenfalls hatte ich keinen Erfolg. Habe in der configuration.yaml den Eintrag für die customize.yaml hinzugefügz. Dann im gleichen Verzeichnis eine customize.yaml erzeugt. Bekomme aber beim überprüfen eine Fehlermeldung.

configuration.yaml:

# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend: 
themes: !include_dir_merge_named themes
automation: !include automations.yamlscript: !include scripts.yamlscene: !include scenes.yamlcustomize: !include customize.yaml
lovelace:resources:- url: /local/multiple-entity-row.js?v=4.5.1type: module
*customize.yaml:*
sensor.lk13be_aktuelle_leistung:device_class: powerunit_of_measurement: “W”

Formatierung muß ich noch üben :face_with_peeking_eye:

# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
customize: !include customize.yaml
lovelace:
  resources:
    - url: /local/multiple-entity-row.js?v=4.5.1
      type: module

:crayon:by HarryP:
. Zusammenführung Doppelpost (bei Änderungen oder hinzufügen von Inhalten bitte die „Bearbeitungsfunktion“anstatt „Antworten“ zu nutzen)
. Code-/Logzeilen formatiert (bitte immer in </> einbinden)
. s.a.: (Neues Update & Features - Hier in der Community 🫶)