mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Add Nutrichef as a supported brand of inkbird (#77551)
This commit is contained in:
parent
935274c2e7
commit
ba499dff25
@ -13,5 +13,8 @@
|
||||
"requirements": ["inkbird-ble==0.5.5"],
|
||||
"dependencies": ["bluetooth"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"iot_class": "local_push"
|
||||
"iot_class": "local_push",
|
||||
"supported_brands": {
|
||||
"nutrichef": "Nutrichef"
|
||||
}
|
||||
}
|
||||
|
@ -8,6 +8,7 @@ To update, run python3 -m script.hassfest
|
||||
HAS_SUPPORTED_BRANDS = (
|
||||
"denonavr",
|
||||
"hunterdouglas_powerview",
|
||||
"inkbird",
|
||||
"motion_blinds",
|
||||
"overkiz",
|
||||
"renault",
|
||||
|
Loading…
x
Reference in New Issue
Block a user