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.
This commit is contained in:
不求圣剑
2025-11-25 15:55:29 +08:00
parent 31e8bcd148
commit 8a773c4293

View File

@@ -10,8 +10,8 @@ entities:
entity: sensor.solar_power entity: sensor.solar_power
battery: battery:
entity: entity:
consumption: sensor.battery_charge consumption: sensor.battery_discharge
production: sensor.battery_discharge production: sensor.battery_charge
state_of_charge: sensor.battery_state_of_charge state_of_charge: sensor.battery_state_of_charge
display_state: two_way display_state: two_way
color_circle: true color_circle: true