Add entites for air purifier #72

This commit is contained in:
Andre Basche 2023-06-21 00:59:00 +02:00
parent a181359faa
commit 78727e89cd
9 changed files with 225 additions and 50 deletions

View file

@ -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",
}