mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Add missing Index labels (#4328)
This commit is contained in:
parent
d404ac8978
commit
0d4141bf13
@ -38,6 +38,7 @@ DEVICE_MAPPINGS = {
|
|||||||
|
|
||||||
SET_TEMP_TO_INDEX = {
|
SET_TEMP_TO_INDEX = {
|
||||||
'Heat': 1,
|
'Heat': 1,
|
||||||
|
'Comfort': 1,
|
||||||
'Cool': 2,
|
'Cool': 2,
|
||||||
'Auto': 3,
|
'Auto': 3,
|
||||||
'Aux Heat': 4,
|
'Aux Heat': 4,
|
||||||
@ -48,9 +49,11 @@ SET_TEMP_TO_INDEX = {
|
|||||||
'Moist Air': 9,
|
'Moist Air': 9,
|
||||||
'Auto Changeover': 10,
|
'Auto Changeover': 10,
|
||||||
'Heat Econ': 11,
|
'Heat Econ': 11,
|
||||||
|
'Energy Saving': 11,
|
||||||
'Cool Econ': 12,
|
'Cool Econ': 12,
|
||||||
'Away': 13,
|
'Away': 13,
|
||||||
'Unknown': 14
|
'Unknown': 14,
|
||||||
|
'Direct Valve Control': 31
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user