mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 06:34:22 -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
|
@ -188,3 +188,18 @@ AC_HUMAN_SENSE = {
|
|||
"2": "follow_touch",
|
||||
"3": "unknown",
|
||||
}
|
||||
|
||||
AP_MACH_MODE = {
|
||||
"0": "standby",
|
||||
"1": "sleep",
|
||||
"2": "auto",
|
||||
"3": "allergens",
|
||||
"4": "max",
|
||||
}
|
||||
|
||||
AP_DIFFUSER_LEVEL = {
|
||||
"1": "soft",
|
||||
"2": "mid",
|
||||
"3": "h_biotics",
|
||||
"4": "custom",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue