mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-18 00:54:22 -04:00
Add Stain Type #105
This commit is contained in:
parent
020ab4b452
commit
5e17081feb
26 changed files with 920 additions and 3 deletions
custom_components/hon
|
@ -226,3 +226,41 @@ AP_DIFFUSER_LEVEL: dict[int, str] = {
|
|||
}
|
||||
|
||||
REF_HUMIDITY_LEVELS: dict[int, str] = {1: "low", 2: "mid", 3: "high"}
|
||||
|
||||
STAIN_TYPES: dict[int, str] = {
|
||||
0: "unknown",
|
||||
1: "wine",
|
||||
2: "grass",
|
||||
3: "soil",
|
||||
4: "blood",
|
||||
5: "milk",
|
||||
# 6: "butter",
|
||||
6: "cooking_oil",
|
||||
7: "tea",
|
||||
8: "coffee",
|
||||
# 9: "chocolate",
|
||||
9: "ice_cream",
|
||||
10: "lip_gloss",
|
||||
11: "curry",
|
||||
12: "milk_tea",
|
||||
# 13: "chili_oil",
|
||||
13: "rust",
|
||||
14: "blue_ink",
|
||||
# 14: "mech_grease",
|
||||
# 15: "color_pencil",
|
||||
# 15: "deodorant",
|
||||
15: "perfume",
|
||||
# 16: "glue",
|
||||
16: "shoe_cream",
|
||||
17: "oil_pastel",
|
||||
18: "blueberry",
|
||||
19: "sweat",
|
||||
20: "egg",
|
||||
# 20: "mayonnaise",
|
||||
21: "ketchup",
|
||||
22: "baby_food",
|
||||
23: "soy_sauce",
|
||||
24: "bean_paste",
|
||||
25: "chili_sauce",
|
||||
26: "fruit",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue