Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for Ampio Air Quality platform."""
2 
3 from datetime import timedelta
4 from typing import Final
5 
6 CONF_STATION_ID: Final = "station_id"
7 SCAN_INTERVAL: Final = timedelta(minutes=10)