Skip to content

Commit

Permalink
Add Eco preset
Browse files Browse the repository at this point in the history
Add support for altMode 7 present on Samsung AC AR12TXFYAWKNEU indoor
unit.
  • Loading branch information
laszloh committed Sep 8, 2024
1 parent 45b60fa commit f114e65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/samsung_ac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def preset_entry(
"quiet": {"value": 2, "displayName": "Quiet"},
"fast": {"value": 3, "displayName": "Fast"},
"longreach": {"value": 6, "displayName": "LongReach"},
"eco": {"value": 7, "displayName": "Eco"},
"windfree": {"value": 9, "displayName": "WindFree"},
}

Expand Down

0 comments on commit f114e65

Please sign in to comment.