Skip to content

Commit

Permalink
fix: Battery capacity estimation class and uom - Deye
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan committed Jan 13, 2025
1 parent b8cde3b commit 2401e3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -679,9 +679,9 @@ parameters:

- name: "Battery Capacity"
description: Estimates capacity of the battery during (dis)charging
class: "power"
class: "energy"
state_class: "measurement"
uom: "kW"
uom: "kWh"
rule: 0
digits: 1
icon: "mdi:battery-check"
Expand Down
4 changes: 2 additions & 2 deletions custom_components/solarman/inverter_definitions/deye_p3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1960,9 +1960,9 @@ parameters:
# Battery - Capacity
- name: "Battery Capacity"
description: Estimates capacity of the battery during (dis)charging
class: "power"
class: "energy"
state_class: "measurement"
uom: "kW"
uom: "kWh"
rule: 0
digits: 1
icon: "mdi:battery-check"
Expand Down

0 comments on commit 2401e3f

Please sign in to comment.