Skip to content

Commit

Permalink
fix: force_calculate_group_energy naming consistent with documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Apr 6, 2024
1 parent 5cc1ba2 commit 9461b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/powercalc/const.py
Expand Up @@ -63,7 +63,7 @@
CONF_FIXED = "fixed"
CONF_FORCE_UPDATE_FREQUENCY = "force_update_frequency"
CONF_FORCE_ENERGY_SENSOR_CREATION = "force_energy_sensor_creation"
CONF_FORCE_CALCULATE_GROUP_ENERGY = "force_calculate_energy"
CONF_FORCE_CALCULATE_GROUP_ENERGY = "force_calculate_group_energy"
CONF_GROUP = "group"
CONF_GROUP_POWER_ENTITIES = "group_power_entities"
CONF_GROUP_ENERGY_ENTITIES = "group_energy_entities"
Expand Down

0 comments on commit 9461b1c

Please sign in to comment.