lowprize / homeassistant-solax-api

SolaX Power official web API
GNU General Public License v3.0
15 stars 6 forks source link

sensor.yaml bug #1

Closed chk2902 closed 2 years ago

chk2902 commented 2 years ago

friendly_name: "Solax Inverter AC power total" value_template: '{{ states.sensor.solax_api.attributes["result"]["acpower"] }}' unit_of_measurement: "kW" device_class: energy

should be

friendly_name: "Solax Inverter AC power total" value_template: '{{ states.sensor.solax_api.attributes["result"]["acpower"] }}' unit_of_measurement: "W" device_class: power

lowprize commented 2 years ago

Thx you, updated