- Reorganized entity references in the energy flow card configuration, introducing a clearer structure for grid, solar, and battery entities. - Updated sensor mappings for grid consumption and production, battery charge/discharge, and state of charge. - Removed outdated individual entity configurations to streamline the setup.
20 lines
488 B
YAML
20 lines
488 B
YAML
type: custom:power-flow-card-plus
|
|
entities:
|
|
grid:
|
|
entity:
|
|
consumption: sensor.grid_import
|
|
production: sensor.grid_import
|
|
display_state: one_way
|
|
color_circle: true
|
|
solar:
|
|
entity: sensor.solar_power
|
|
battery:
|
|
entity:
|
|
consumption: sensor.battery_charge
|
|
production: sensor.battery_discharge
|
|
state_of_charge: sensor.battery_state_of_charge
|
|
display_state: one_way
|
|
color_circle: true
|
|
home:
|
|
color_icon: true
|
|
watt_threshold: 10000 |