mirror of
https://github.com/home-assistant/core.git
synced 2025-05-02 13:17:53 +00:00
10 lines
214 B
Python
10 lines
214 B
Python
"""Constants for the Derivative integration."""
|
|
|
|
DOMAIN = "derivative"
|
|
|
|
CONF_ROUND_DIGITS = "round"
|
|
CONF_TIME_WINDOW = "time_window"
|
|
CONF_UNIT = "unit"
|
|
CONF_UNIT_PREFIX = "unit_prefix"
|
|
CONF_UNIT_TIME = "unit_time"
|