mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-20 09:55:06 -04:00
Improve fridge support #41
This commit is contained in:
parent
833c395c97
commit
bf1a6e8fe2
29 changed files with 788 additions and 278 deletions
custom_components/hon
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue