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