Files
homeassistant-jackery/energy_flow_card_config.yaml
不求圣剑 67371a7b8c refactor: update energy flow card configuration for improved clarity and functionality
- 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.
2025-11-25 10:09:52 +08:00

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