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
15
15
other operations. You can think of these functions as small programs that run in parallel,
16
16
independently of each other, and they could be active for extended periods of time.
17
17
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
20
20
with much of HASS by looking at state variables, calling services etc.
21
21
22
22
## Documentation
@@ -78,7 +78,8 @@ for setting up a development environment and running tests.
78
78
79
79
# # Useful Links
80
80
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
82
83
* [Issues](https://github.com/custom-components/pyscript/issues)
83
84
* [Wiki](https://github.com/custom-components/pyscript/wiki)
84
85
* [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