mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 23:04:55 +01:00
6 lines
105 B
Python
6 lines
105 B
Python
"""Provides the constants needed for the component."""
|
|
|
|
DOMAIN = "date"
|
|
|
|
SERVICE_SET_VALUE = "set_value"
|