core/homeassistant/components/airthings/const.py

7 lines
108 B
Python
Raw Normal View History

2021-09-23 20:20:30 +00:00
"""Constants for the Airthings integration."""
DOMAIN = "airthings"
CONF_ID = "id"
CONF_SECRET = "secret"