From 36f0d19814a9cbe89eb64762478fde266a6b9da1 Mon Sep 17 00:00:00 2001 From: Eambo2 <145857586+Eambo2@users.noreply.github.com> Date: Fri, 18 Oct 2024 22:25:22 +0100 Subject: [PATCH] chore(typo): Zone Attributes (#371) Fixing typo of "Sielnt" to "Silent" --- custom_components/localtuya/core/ha_entities/selects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/localtuya/core/ha_entities/selects.py b/custom_components/localtuya/core/ha_entities/selects.py index 889e62633..fe6741ed1 100644 --- a/custom_components/localtuya/core/ha_entities/selects.py +++ b/custom_components/localtuya/core/ha_entities/selects.py @@ -1040,7 +1040,7 @@ def localtuya_selector(options): "MODE_ARM": "Arm", "MODE_24": "24H", "MODE_DOORBELL": "Doorbell", - "MODE_24_SILENT": "Sielnt", + "MODE_24_SILENT": "Silent", "HOME_ARM_NO_DELAY": "Home, Arm No delay", "ARM_NO_DELAY": "Arm No delay", }