Skip to content

Commit

Permalink
[style] Reordered constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlebourl committed Jun 22, 2020
1 parent 763d2a5 commit 119ef81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom_components/tahoma/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 119ef81

Please sign in to comment.