Add date platform (#81948)

This commit is contained in:
Raman Gupta
2023-04-30 14:34:57 -04:00
committed by GitHub
parent f95f2d1cfc
commit d138bbe26e
13 changed files with 360 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ class Platform(StrEnum):
CAMERA = "camera"
CLIMATE = "climate"
COVER = "cover"
DATE = "date"
DEVICE_TRACKER = "device_tracker"
FAN = "fan"
GEO_LOCATION = "geo_location"