mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Netatmo add supported brands (#79563)
This commit is contained in:
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…
x
Reference in New Issue
Block a user