Skip to content

Commit

Permalink
remove platforms we won't use
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey committed Mar 28, 2024
1 parent 04e3a2a commit 8d41b44
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions zha/application/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,45 +6,21 @@
class Platform(StrEnum):
"""Available entity platforms."""

AIR_QUALITY = "air_quality"
ALARM_CONTROL_PANEL = "alarm_control_panel"
BINARY_SENSOR = "binary_sensor"
BUTTON = "button"
CALENDAR = "calendar"
CAMERA = "camera"
CLIMATE = "climate"
COVER = "cover"
DATE = "date"
DATETIME = "datetime"
DEVICE_TRACKER = "device_tracker"
EVENT = "event"
FAN = "fan"
GEO_LOCATION = "geo_location"
HUMIDIFIER = "humidifier"
IMAGE = "image"
IMAGE_PROCESSING = "image_processing"
LAWN_MOWER = "lawn_mower"
LIGHT = "light"
LOCK = "lock"
MAILBOX = "mailbox"
MEDIA_PLAYER = "media_player"
NOTIFY = "notify"
NUMBER = "number"
REMOTE = "remote"
SCENE = "scene"
SELECT = "select"
SENSOR = "sensor"
SIREN = "siren"
STT = "stt"
SWITCH = "switch"
TEXT = "text"
TIME = "time"
TODO = "todo"
TTS = "tts"
VACUUM = "vacuum"
VALVE = "valve"
UNKNOWN = "unknown"
UPDATE = "update"
WAKE_WORD = "wake_word"
WATER_HEATER = "water_heater"
WEATHER = "weather"

0 comments on commit 8d41b44

Please sign in to comment.