1
0
mirror of https://github.com/home-assistant/core.git synced 2025-10-08 19:29:38 +00:00
Files
core/homeassistant/components/airthings/const.py
2023-12-13 17:05:37 +01:00

6 lines
93 B
Python

"""Constants for the Airthings integration."""
DOMAIN = "airthings"
CONF_SECRET = "secret"