1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-15 17:52:19 +01:00

Fixed CLIMATE_SWING_HORIZONTAL typo (#1340)

This commit is contained in:
Rob Deutsch
2020-11-01 10:27:40 +11:00
committed by GitHub
parent 0059a6de46
commit 7e53fc9d6a
3 changed files with 4 additions and 4 deletions

View File

@@ -679,7 +679,7 @@ enum ClimateSwingMode {
CLIMATE_SWING_OFF = 0;
CLIMATE_SWING_BOTH = 1;
CLIMATE_SWING_VERTICAL = 2;
CLIMATE_SWINT_HORIZONTAL = 3;
CLIMATE_SWING_HORIZONTAL = 3;
}
enum ClimateAction {
CLIMATE_ACTION_OFF = 0;