File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ can sleep or wait for additional changes in state variables or events, without s
1515other operations. You can think of these functions as small programs that run in parallel,
1616independently of each other, and they could be active for extended periods of time.
1717
18- Pyscript also provides a kernel that interfaces with the Jupyter front-ends (eg, notebook, console
19- and lab ). That allows you to develop and test pyscript code interactively. Plus you can interact
18+ Pyscript also provides a kernel that interfaces with the Jupyter front-ends (eg, notebook, console,
19+ lab and VSCode ). That allows you to develop and test pyscript code interactively. Plus you can interact
2020with much of HASS by looking at state variables, calling services etc.
2121
2222## Documentation
@@ -78,7 +78,8 @@ for setting up a development environment and running tests.
7878
7979# # Useful Links
8080
81- * [Documentation](https://hacs-pyscript.readthedocs.io/en/stable)
81+ * [Documentation stable](https://hacs-pyscript.readthedocs.io/en/stable): latest release
82+ * [Documentation latest](https://hacs-pyscript.readthedocs.io/en/latest): current master in Github
8283* [Issues](https://github.com/custom-components/pyscript/issues)
8384* [Wiki](https://github.com/custom-components/pyscript/wiki)
8485* [GitHub repository](https://github.com/custom-components/pyscript) (please add a star if you like pyscript!)
You can’t perform that action at this time.
0 commit comments