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