From 119ef81b4cbb26d315b29a9866114dbf0045943e Mon Sep 17 00:00:00 2001 From: vlebourl Date: Mon, 22 Jun 2020 16:38:52 +0200 Subject: [PATCH] [style] Reordered constants. --- custom_components/tahoma/const.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/tahoma/const.py b/custom_components/tahoma/const.py index b263283a4..b0304ab1b 100644 --- a/custom_components/tahoma/const.py +++ b/custom_components/tahoma/const.py @@ -97,10 +97,12 @@ # TaHoma internal device states CORE_BLUE_COLOR_INTENSITY_STATE = "core:BlueColorIntensityState" CORE_CLOSURE_STATE = "core:ClosureState" +CORE_CO2_CONCENTRATION_STATE = "core:CO2ConcentrationState" CORE_CONTACT_STATE = "core:ContactState" -CORE_TARGET_CLOSURE_STATE = "core:TargetClosureState" CORE_DEPLOYMENT_STATE = "core:DeploymentState" CORE_DEROGATED_TARGET_TEMPERATURE_STATE = "core:DerogatedTargetTemperatureState" +CORE_ELECTRIC_ENERGY_CONSUMPTION_STATE = "core:ElectricEnergyConsumptionState" +CORE_ELECTRIC_POWER_CONSUMPTION_STATE = "core:ElectricPowerConsumptionState" CORE_GREEN_COLOR_INTENSITY_STATE = "core:GreenColorIntensityState" CORE_LUMINANCE_STATE = "core:LuminanceState" CORE_MEMORIZED_1_POSITION_STATE = "core:Memorized1PositionState" @@ -116,11 +118,9 @@ CORE_SLATS_ORIENTATION_STATE = "core:SlatsOrientationState" CORE_SMOKE_STATE = "core:SmokeState" CORE_STATUS_STATE = "core:StatusState" +CORE_TARGET_CLOSURE_STATE = "core:TargetClosureState" CORE_TARGET_TEMPERATURE_STATE = "core:TargetTemperatureState" CORE_TEMPERATURE_STATE = "core:TemperatureState" -CORE_ELECTRIC_ENERGY_CONSUMPTION_STATE = "core:ElectricEnergyConsumptionState" -CORE_ELECTRIC_POWER_CONSUMPTION_STATE = "core:ElectricPowerConsumptionState" -CORE_CO2_CONCENTRATION_STATE = "core:CO2ConcentrationState" CORE_VERSION_STATE = "core:VersionState" # IO Devices specific states