diff --git a/source/_integrations/solaredge.markdown b/source/_integrations/solaredge.markdown index 41c102b7777..0b05eb58702 100644 --- a/source/_integrations/solaredge.markdown +++ b/source/_integrations/solaredge.markdown @@ -36,7 +36,8 @@ In case you would like to convert the values for example to kWh instead of the d # Example configuration.yaml entry for template platform template: - sensor: - - name: solaredge_energy_this_year_template: + - name: solaredge_energy_this_year_template + unit_of_measurement: kWh state: "{{ (states('sensor.solaredge_energy_this_year') | float / 1000) | round(2) }}" ```