From 3369e895da3267d18d3e5a21c76a501deb8f38ce Mon Sep 17 00:00:00 2001 From: Jakub Darmach Date: Fri, 6 Dec 2024 16:48:36 +0100 Subject: [PATCH] Formatting fix --- solax/inverters/x3_hybrid_g4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solax/inverters/x3_hybrid_g4.py b/solax/inverters/x3_hybrid_g4.py index 4624441..1f8e29e 100644 --- a/solax/inverters/x3_hybrid_g4.py +++ b/solax/inverters/x3_hybrid_g4.py @@ -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),