mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-24 17:07:51 +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"
|