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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 360 additions and 0 deletions

View file

@ -0,0 +1,5 @@
"""Provides the constants needed for the component."""
DOMAIN = "date"
SERVICE_SET_VALUE = "set_value"