1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/time/const.py
2023-04-30 22:33:51 +02:00

6 lines
105 B
Python

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