refactor: correct battery consumption and production mappings in energy flow card configuration

- Swapped the consumption and production sensor references for the battery entity in the energy flow card configuration to ensure accurate energy flow representation.
- Updated grid import and export energy serial numbers in the JackeryHome sensor mappings for consistency and improved accuracy.
This commit is contained in:
不求圣剑
2025-11-25 10:56:20 +08:00
parent 0bcfe5a32b
commit 80856f58dc
2 changed files with 4 additions and 7 deletions

View File

@@ -10,14 +10,11 @@ entities:
entity: sensor.solar_power
battery:
entity:
consumption: sensor.battery_discharge
production: sensor.battery_charge
consumption: sensor.battery_charge
production: sensor.battery_discharge
state_of_charge: sensor.battery_state_of_charge
display_state: two_way
color_circle: true
home:
color_icon: true
watt_threshold: 10000