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