Add image entity component (#90564)

This commit is contained in:
Erik Montnemery
2023-06-19 17:03:48 +02:00
committed by GitHub
parent 43c4dec3ed
commit 5303bef83e
18 changed files with 756 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ class Platform(StrEnum):
FAN = "fan"
GEO_LOCATION = "geo_location"
HUMIDIFIER = "humidifier"
IMAGE = "image"
IMAGE_PROCESSING = "image_processing"
LIGHT = "light"
LOCK = "lock"