Netatmo add supported brands (#79563)
parent
bcbce6f159
commit
905950f341
|
@ -11,5 +11,11 @@
|
|||
"models": ["Healty Home Coach", "Netatmo Relay", "Presence", "Welcome"]
|
||||
},
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pyatmo"]
|
||||
"loggers": ["pyatmo"],
|
||||
"supported_brands": {
|
||||
"legrand": "Legrand",
|
||||
"bubendorff": "Bubendorff",
|
||||
"smarther": "Smarther",
|
||||
"bticino": "BTicino"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,6 +8,7 @@ HAS_SUPPORTED_BRANDS = [
|
|||
"hunterdouglas_powerview",
|
||||
"inkbird",
|
||||
"motion_blinds",
|
||||
"netatmo",
|
||||
"overkiz",
|
||||
"renault",
|
||||
"thermobeacon",
|
||||
|
|
Loading…
Reference in New Issue