core/homeassistant/components/airly/const.py

5 lines
145 B
Python

"""Constants for Airly integration."""
DEFAULT_NAME = "Airly"
DOMAIN = "airly"
NO_AIRLY_SENSORS = "There are no Airly sensors in this area yet."