mirror of
https://github.com/home-assistant/core.git
synced 2026-06-01 21:24:17 +01:00
6 lines
127 B
Python
6 lines
127 B
Python
"""Constants used by the Netatmo component."""
|
|
DOMAIN = "netatmo"
|
|
|
|
DATA_NETATMO = "netatmo"
|
|
DATA_NETATMO_AUTH = "netatmo_auth"
|