hass-core/homeassistant/components/date/const.py

6 lines
105 B
Python
Raw Normal View History

2023-04-30 14:34:57 -04:00
"""Provides the constants needed for the component."""
DOMAIN = "date"
SERVICE_SET_VALUE = "set_value"