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.
2 parents 8414059 + 646bded commit f1b31a5Copy full SHA for f1b31a5
custom_components/pyscript/state.py
@@ -423,6 +423,7 @@ def register_functions(cls):
423
"state.get_attr": cls.get_attr, # deprecated form; to be removed
424
"state.persist": cls.persist,
425
"state.delete": cls.delete,
426
+ "state.exist": cls.exist,
427
"pyscript.config": cls.pyscript_config,
428
}
429
Function.register(functions)
0 commit comments