Ihr Habt verschiedene Möglichkeiten die MQTT Daten in Home Assistant einzubinden. Ich zeige euch hier die Variante mit dem Packages Ordner. Einfach mit dem File Editor einen Ordner mit Namen packages dort erstellen wo auch die configuration.yaml gespeichert ist. In diesen Ordner erstellt ihr eine Datei mit dem Namen mqtt_daly.yaml dort kopiert ihr den Code 2, mit eurer Anpassung des Topics hinein. Wenn ihr das habt müsst ihr in der configuration.yaml nur noch Code 1 einfügen und HA neu starten.
Das wo Energypack steht müsst Ihr auf eure gegebenheiten anpassen. Wenn Ihr das MQTT - Topic und den Device- Namen gleich setzt, könnt Ihr einfach alles wo Energypack steht mit dem Device - Namen ersetzen.
You have various options to integrate MQTT data into Home Assistant. I'll show you here the variant with the "packages" folder. Simply create a folder named "packages" using the file editor, where the configuration.yaml is also stored. Inside this folder, create a file named "mqtt_daily.yaml" and copy the code 2 into it, making the necessary adjustments to the topics. Once you have done that, you just need to insert code 1 into the configuration.yaml and restart Home Assistant.
Where it mentions "energypack", you need to adapt it to your specific situation. If you set the MQTT topic and the device name the same, you can simply replace everything that says "energypack" with the device name.