1
0
Fork 0
mirror of https://github.com/Andre0512/hon.git synced 2025-05-20 09:55:06 -04:00

Improve fridge support

This commit is contained in:
Andre Basche 2023-05-21 20:51:20 +02:00
parent 833c395c97
commit bf1a6e8fe2
29 changed files with 788 additions and 278 deletions
custom_components/hon

View file

@ -180,6 +180,13 @@ AC_HUMAN_SENSE = {
"2": "AC.PROGRAM_DETAIL.FOLLOW_TOUCH",
}
REF_ZONES = {
"fridge": "REF.ZONES.FRIDGE",
"freezer": "REF.ZONES.FREEZER",
"vtRoom1": "REF.ZONES.MY_ZONE_1",
"[fridge|freezer]": ["REF.ZONES.FRIDGE", " & ", "REF.ZONES.FREEZER"],
}
PROGRAMS_TD = [
"active_dry",
"allergy_care",