mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00:00

Co-authored-by: Franck Nijhof <frenck@frenck.nl> Co-authored-by: Franck Nijhof <git@frenck.dev>
8 lines
137 B
Python
8 lines
137 B
Python
"""Provides the constants needed for the component."""
|
|
|
|
DOMAIN = "datetime"
|
|
|
|
ATTR_DATETIME = "datetime"
|
|
|
|
SERVICE_SET_VALUE = "set_value"
|