Skip to content

Commit

Permalink
remove duplicate declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Feb 8, 2024
1 parent 6753cc9 commit bd311b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/evohomeasync2/schema/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@
SZ_DURATION: Final = "Duration"
SZ_HEATING_ZONE: Final = "HeatingZone"
SZ_PERIOD: Final = "Period"
SZ_THERMOSTAT: Final = "Thermostat"
SZ_UNKNOWN: Final = "Unknown"


Expand Down Expand Up @@ -243,9 +242,6 @@ class ZoneMode(StrEnum):
VACATION_HOLD: Final = SZ_VACATION_HOLD # not evohome (VisionProWifiRetail)


SZ_UNKNOWN: Final = "Unknown"


@verify(EnumCheck.UNIQUE)
class ZoneModelType(StrEnum):
FOCUS_PRO_WIFI_RETAIL: Final = "FocusProWifiRetail"
Expand Down

0 comments on commit bd311b2

Please sign in to comment.