Files
homeassistant-jackery/energy_flow_card_config.yaml
不求圣剑 80856f58dc 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.
2025-11-25 10:56:20 +08:00

21 lines
489 B
YAML

type: custom:power-flow-card-plus
entities:
grid:
entity:
consumption: sensor.grid_import
production: sensor.grid_export
display_state: two_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: two_way
color_circle: true
home:
color_icon: true
watt_threshold: 10000