Add Heiwa as supported brand (#80242)
This commit is contained in:
parent
1cc06cf83b
commit
0f9703cd99
2 changed files with 5 additions and 1 deletions
|
@ -7,5 +7,8 @@
|
||||||
"dependencies": ["network"],
|
"dependencies": ["network"],
|
||||||
"codeowners": ["@cmroche"],
|
"codeowners": ["@cmroche"],
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["greeclimate"]
|
"loggers": ["greeclimate"],
|
||||||
|
"supported_brands": {
|
||||||
|
"heiwa": "Heiwa"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,6 +5,7 @@ To update, run python3 -m script.hassfest
|
||||||
|
|
||||||
HAS_SUPPORTED_BRANDS = [
|
HAS_SUPPORTED_BRANDS = [
|
||||||
"denonavr",
|
"denonavr",
|
||||||
|
"gree",
|
||||||
"hunterdouglas_powerview",
|
"hunterdouglas_powerview",
|
||||||
"inkbird",
|
"inkbird",
|
||||||
"motion_blinds",
|
"motion_blinds",
|
||||||
|
|
Loading…
Add table
Reference in a new issue