mirror of
https://github.com/home-assistant/core.git
synced 2025-05-28 01:37:07 +00:00

* Refactor NETATMO_AUTH to use hass.data * Minor cleanup * Rename conf to auth and other suggestions by Martin * Revert webhook name change * Rename constant * Move auth * Don't use hass.data.get() * Fix auth string
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'
|