Add configuration_url to Netatmo devices (#58160)

This commit is contained in:
Tobias Sauerwein 2021-10-22 11:14:28 +02:00 committed by GitHub
parent 70469e0979
commit 83e45300c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 30 additions and 7 deletions

View file

@ -45,6 +45,10 @@ MODELS = {
"public": MODEL_PUBLIC,
}
TYPE_SECURITY = "security"
TYPE_ENERGY = "energy"
TYPE_WEATHER = "weather"
AUTH = "netatmo_auth"
CONF_PUBLIC = "public_sensor_config"
CAMERA_DATA = "netatmo_camera"