Add time
platform (#81949)
This commit is contained in:
parent
6f63ed07f9
commit
c0d0c89293
13 changed files with 348 additions and 0 deletions
5
homeassistant/components/time/const.py
Normal file
5
homeassistant/components/time/const.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
"""Provides the constants needed for the component."""
|
||||
|
||||
DOMAIN = "time"
|
||||
|
||||
SERVICE_SET_VALUE = "set_value"
|
Loading…
Add table
Add a link
Reference in a new issue