Add missing Index labels (#4328)

This commit is contained in:
John Arild Berentsen 2016-11-09 19:11:24 +01:00 committed by GitHub
parent d404ac8978
commit 0d4141bf13

View File

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