Add configuration_url
to Netatmo devices (#58160)
This commit is contained in:
parent
70469e0979
commit
83e45300c2
7 changed files with 30 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue