mirror of
https://github.com/home-assistant/core.git
synced 2026-05-30 20:24:21 +01:00
b84ba93c42
* 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'
|