mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 19:27:51 +00:00

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