1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-28 01:37:07 +00:00
cgtobi b84ba93c42 Refactor netatmo to use hass.data ()
* 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
2019-04-26 17:15:37 +02:00

6 lines
127 B
Python

"""Constants used by the Netatmo component."""
DOMAIN = 'netatmo'
DATA_NETATMO = 'netatmo'
DATA_NETATMO_AUTH = 'netatmo_auth'