diff --git a/custom_components/mega/const.py b/custom_components/mega/const.py index 3517bf2..49940f6 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(.+)\)') +PATT_FW = re.compile(r'fw:\s(.+?)\)') REMOVE_CONFIG = [ 'extenders',