mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 22:54:23 -04:00
Add entites for air purifier #72
This commit is contained in:
parent
a181359faa
commit
78727e89cd
9 changed files with 225 additions and 50 deletions
|
@ -133,6 +133,19 @@ SELECTS = {
|
|||
translation_key="ref_zones",
|
||||
),
|
||||
),
|
||||
"AP": (
|
||||
HonSelectEntityDescription(
|
||||
key="settings.aromaStatus",
|
||||
name="Diffuser Level",
|
||||
option_list=const.AP_DIFFUSER_LEVEL,
|
||||
),
|
||||
HonSelectEntityDescription(
|
||||
key="settings.machMode",
|
||||
name="Mode",
|
||||
icon="mdi:run",
|
||||
option_list=const.AP_MACH_MODE,
|
||||
),
|
||||
),
|
||||
}
|
||||
|
||||
SELECTS["WD"] = unique_entities(SELECTS["WM"], SELECTS["TD"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue