mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +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"]
|
"models": ["Healty Home Coach", "Netatmo Relay", "Presence", "Welcome"]
|
||||||
},
|
},
|
||||||
"iot_class": "cloud_polling",
|
"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",
|
"hunterdouglas_powerview",
|
||||||
"inkbird",
|
"inkbird",
|
||||||
"motion_blinds",
|
"motion_blinds",
|
||||||
|
"netatmo",
|
||||||
"overkiz",
|
"overkiz",
|
||||||
"renault",
|
"renault",
|
||||||
"thermobeacon",
|
"thermobeacon",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user