From f114e659a97fa6e7c87c3cbdf6a98dd0bd4443f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laszlo=20Heged=C3=BCs?= Date: Sun, 8 Sep 2024 19:44:09 +0200 Subject: [PATCH] Add Eco preset Add support for altMode 7 present on Samsung AC AR12TXFYAWKNEU indoor unit. --- components/samsung_ac/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/components/samsung_ac/__init__.py b/components/samsung_ac/__init__.py index fde12c11..da7c049d 100644 --- a/components/samsung_ac/__init__.py +++ b/components/samsung_ac/__init__.py @@ -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"}, }