mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +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"],
|
"requirements": ["inkbird-ble==0.5.5"],
|
||||||
"dependencies": ["bluetooth"],
|
"dependencies": ["bluetooth"],
|
||||||
"codeowners": ["@bdraco"],
|
"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 = (
|
HAS_SUPPORTED_BRANDS = (
|
||||||
"denonavr",
|
"denonavr",
|
||||||
"hunterdouglas_powerview",
|
"hunterdouglas_powerview",
|
||||||
|
"inkbird",
|
||||||
"motion_blinds",
|
"motion_blinds",
|
||||||
"overkiz",
|
"overkiz",
|
||||||
"renault",
|
"renault",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user