diff --git a/custom_components/monitor_docker/switch.py b/custom_components/monitor_docker/switch.py index 3fea77c..200128e 100644 --- a/custom_components/monitor_docker/switch.py +++ b/custom_components/monitor_docker/switch.py @@ -99,7 +99,8 @@ async def async_restart(parm): clist = api.list_containers() for cname in clist: - inludeContainer = False + + includeContainer = False if cname in config[CONF_CONTAINERS] or not config[CONF_CONTAINERS]: includeContainer = True