Skip to content

Commit

Permalink
Remove myfox from cover platform
Browse files Browse the repository at this point in the history
  • Loading branch information
tetienne committed Nov 19, 2021
1 parent 57d7a8e commit 50b6651
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/tahoma/cover_devices/tahoma_cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
CORE_SLATE_ORIENTATION_STATE = "core:SlateOrientationState"
CORE_SLATS_ORIENTATION_STATE = "core:SlatsOrientationState"
CORE_TARGET_CLOSURE_STATE = "core:TargetClosureState"
MYFOX_SHUTTER_STATUS_STATE = "myfox:ShutterStatusState"

IO_PRIORITY_LOCK_LEVEL_STATE = "io:PriorityLockLevelState"

Expand Down Expand Up @@ -109,7 +108,6 @@ def is_closed(self):
CORE_OPEN_CLOSED_PARTIAL_STATE,
CORE_OPEN_CLOSED_PEDESTRIAN_STATE,
CORE_OPEN_CLOSED_UNKNOWN_STATE,
MYFOX_SHUTTER_STATUS_STATE,
)
if state is not None:
return state == STATE_CLOSED
Expand Down

0 comments on commit 50b6651

Please sign in to comment.