From 8a773c4293b3910c15f999e17b8be3e2a63c81f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E6=B1=82=E5=9C=A3=E5=89=91?= Date: Tue, 25 Nov 2025 15:55:29 +0800 Subject: [PATCH] fix: correct battery consumption and production mappings in energy flow card configuration - Swapped the consumption and production sensor references for the battery entity to ensure accurate energy flow representation. --- energy_flow_card_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/energy_flow_card_config.yaml b/energy_flow_card_config.yaml index 3314f81..f3d4eca 100644 --- a/energy_flow_card_config.yaml +++ b/energy_flow_card_config.yaml @@ -10,8 +10,8 @@ entities: entity: sensor.solar_power battery: entity: - consumption: sensor.battery_charge - production: sensor.battery_discharge + consumption: sensor.battery_discharge + production: sensor.battery_charge state_of_charge: sensor.battery_state_of_charge display_state: two_way color_circle: true