Skip to content

Commit

Permalink
Remove HacsSetupTask (#2340)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Dec 12, 2021
1 parent 4edcebe commit df5c711
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions custom_components/hacs/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ class HacsStage(str, Enum):
BACKGROUND = "background"


class HacsSetupTask(str, Enum):
WEBSOCKET = "WebSocket API"
FRONTEND = "Frontend"
SENSOR = "Sensor"
HACS_REPO = "Hacs Repository"
CATEGORIES = "Additional categories"
CLEAR_STORAGE = "Clear storage"


class HacsDisabledReason(str, Enum):
RATE_LIMIT = "rate_limit"
REMOVED = "removed"
Expand Down

0 comments on commit df5c711

Please sign in to comment.