hass-core/homeassistant/components/datetime/const.py
Raman Gupta 24290e5d08
Add datetime platform (#81943)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-05-29 23:24:15 +02:00

7 lines
137 B
Python

"""Provides the constants needed for the component."""
DOMAIN = "datetime"
ATTR_DATETIME = "datetime"
SERVICE_SET_VALUE = "set_value"