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"],
|
||||
"codeowners": ["@cmroche"],
|
||||
"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 = [
|
||||
"denonavr",
|
||||
"gree",
|
||||
"hunterdouglas_powerview",
|
||||
"inkbird",
|
||||
"motion_blinds",
|
||||
|
|
Loading…
Add table
Reference in a new issue