mirror of
https://github.com/elisspace/core.git
synced 2026-09-18 08:41:46 +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"
|