* Refactor group setup * Add @callback decorator and remove commented out code * Keep set, add default on state
5 lines
110 B
Python
5 lines
110 B
Python
"""Constants for the air_quality entity platform."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "air_quality"
|