5 lines
94 B
Python
5 lines
94 B
Python
|
"""Constants for sensor."""
|
||
|
from typing import Final
|
||
|
|
||
|
CONF_STATE_CLASS: Final = "state_class"
|