Skip to content

Commit

Permalink
Merge pull request #172 from laszloh/main
Browse files Browse the repository at this point in the history
Add "Eco Mode" to preset
  • Loading branch information
lanwin authored Sep 10, 2024
2 parents 45b60fa + f114e65 commit 752197e
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 752197e

Please sign in to comment.