mirror of
https://github.com/home-assistant/core.git
synced 2025-05-04 22:19:17 +00: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"
|