We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f21a38 commit 8ed4040Copy full SHA for 8ed4040
custom_components/pyscript/__init__.py
@@ -217,7 +217,6 @@ def glob_files(load_paths, data):
217
global_ctx_name = f"{path}.{mod_name}"
218
fq_mod_name = global_ctx_name
219
if check_config:
220
- _LOGGER.debug("load_scripts: checking %s in %s", mod_name, apps_config)
221
if not isinstance(apps_config, dict) or mod_name not in apps_config:
222
_LOGGER.debug("load_scripts: skipping %s because config not present", this_path)
223
continue
0 commit comments