mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 22:40:44 +00:00
55 lines
1.2 KiB
Python
Generated
55 lines
1.2 KiB
Python
Generated
"""Automatically generated file.
|
|
|
|
To update, run python3 -m script.hassfest
|
|
"""
|
|
|
|
from enum import StrEnum
|
|
|
|
|
|
class EntityPlatforms(StrEnum):
|
|
"""Available entity platforms."""
|
|
|
|
AI_TASK = "ai_task"
|
|
AIR_QUALITY = "air_quality"
|
|
ALARM_CONTROL_PANEL = "alarm_control_panel"
|
|
ASSIST_SATELLITE = "assist_satellite"
|
|
BINARY_SENSOR = "binary_sensor"
|
|
BUTTON = "button"
|
|
CALENDAR = "calendar"
|
|
CAMERA = "camera"
|
|
CLIMATE = "climate"
|
|
CONVERSATION = "conversation"
|
|
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"
|
|
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"
|
|
UPDATE = "update"
|
|
VACUUM = "vacuum"
|
|
VALVE = "valve"
|
|
WAKE_WORD = "wake_word"
|
|
WATER_HEATER = "water_heater"
|
|
WEATHER = "weather"
|