Add time platform (#81949)

This commit is contained in:
Raman Gupta 2023-04-30 16:33:51 -04:00 committed by GitHub
parent 6f63ed07f9
commit c0d0c89293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 348 additions and 0 deletions

View file

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