mirror of
https://github.com/elisspace/core.git
synced 2026-09-16 07:53:04 +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'
|