From 7d17618d3187d6208e6c706e656bd3d01c914b13 Mon Sep 17 00:00:00 2001 From: "Ian C." <108159253+ic-dev21@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:09:15 -0400 Subject: [PATCH] Decouple both methods Thanks to @njloof for that feedback --- custom_components/hilo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/hilo/__init__.py b/custom_components/hilo/__init__.py index a93e68db..9ec483a1 100644 --- a/custom_components/hilo/__init__.py +++ b/custom_components/hilo/__init__.py @@ -951,7 +951,7 @@ def should_signalr_reconnect(self, value: bool) -> None: async def async_update(self) -> None: """Update tarif periodically.""" - if self.generate_energy_meters or self.track_unknown_sources: + if self.generate_energy_meters: self.check_tarif() if self.track_unknown_sources: