From 70a2e5bbb08acda97f6f7a546a4493413cdf343b Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 20 Apr 2021 17:00:31 +0300 Subject: [PATCH] fix patt --- custom_components/mega/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/mega/const.py b/custom_components/mega/const.py index 44056ff..3517bf2 100644 --- a/custom_components/mega/const.py +++ b/custom_components/mega/const.py @@ -64,7 +64,7 @@ LUX = 'lux' SINGLE_CLICK = 'single' DOUBLE_CLICK = 'double' -PATT_FW = re.compile(r'fw:\s(.+)\b') +PATT_FW = re.compile(r'fw:\s(.+)\)') REMOVE_CONFIG = [ 'extenders',