Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darmach committed Dec 6, 2024
1 parent 0115ccd commit 3369e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solax/inverters/x3_hybrid_g4.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def response_decoder(cls):
"PV Energy total": (pack_u16(80, 81), Total(Units.KWH), div10),
"EPS Energy total": (pack_u16(83, 84), Total(Units.KWH), div10),
"EPS Energy today": (85, DailyTotal(Units.KWH), div10),
#TODO: Partially reverting b2a9ac5 until last_reset is fixed in
# TODO: Partially reverting b2a9ac5 until last_reset is fixed in
# HA core - closed PR https://github.com/home-assistant/core/pull/114743
"Feed-in Energy today": (pack_u16(90, 91), Total(Units.KWH), div100),
"Consumed Energy today": (pack_u16(92, 93), Total(Units.KWH), div100),
Expand Down

0 comments on commit 3369e89

Please sign in to comment.