From 2693dc2178103cb4e88c1e4763e74bb221014520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Nyi=CC=81ri?= Date: Wed, 31 Jul 2024 17:55:59 +0200 Subject: [PATCH] Fix: Typo in scheduled mode --- custom_components/tapo_control/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/tapo_control/utils.py b/custom_components/tapo_control/utils.py index 77e0383..ee042d7 100644 --- a/custom_components/tapo_control/utils.py +++ b/custom_components/tapo_control/utils.py @@ -666,7 +666,7 @@ def getNightModeMap(): "wtl_night_vision": "Full Color Mode", "md_night_vision": "Smart Mode", "dbl_night_vision": "Doorbell Mode", - "shed_night_vision": "Scheduled mode", + "shed_night_vision": "Scheduled Mode", }