1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-22 20:09:35 +00:00
Files
core/homeassistant/components/date/const.py
2023-04-30 20:34:57 +02:00

6 lines
105 B
Python

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