From 9461b1c0aebbff2f6a02bfe0db872ecdabf0ccbc Mon Sep 17 00:00:00 2001 From: Bram Date: Sat, 6 Apr 2024 14:50:59 +0200 Subject: [PATCH] fix: force_calculate_group_energy naming consistent with documentation --- custom_components/powercalc/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/powercalc/const.py b/custom_components/powercalc/const.py index 9bdf83e49..d7cb1cd9b 100644 --- a/custom_components/powercalc/const.py +++ b/custom_components/powercalc/const.py @@ -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"