Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Derivative integration."""
2 
3 DOMAIN = "derivative"
4 
5 CONF_ROUND_DIGITS = "round"
6 CONF_TIME_WINDOW = "time_window"
7 CONF_UNIT = "unit"
8 CONF_UNIT_PREFIX = "unit_prefix"
9 CONF_UNIT_TIME = "unit_time"