1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-01 21:24:17 +01:00
Files
core/homeassistant/components/netatmo/const.py
T
Paulus Schoutsen 4de97abc3a Black
2019-07-31 12:25:30 -07:00

6 lines
127 B
Python

"""Constants used by the Netatmo component."""
DOMAIN = "netatmo"
DATA_NETATMO = "netatmo"
DATA_NETATMO_AUTH = "netatmo_auth"