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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user