@@ -37,12 +37,12 @@ dynamically), sleeping and waiting for triggers.
3737Pyscript also provides a kernel that interfaces with the Jupyter front-ends (eg, notebook, console
3838and lab). That allows you to develop and test pyscript code interactively. Plus you can interact
3939with much of HASS by looking at state variables, calling services etc, in a similar way to [ HASS
40- CLI] ( https://github.com/home-assistant-ecosystem/home-assistant-cli ) , althought the CLI provides
40+ CLI] ( https://github.com/home-assistant-ecosystem/home-assistant-cli ) , although the CLI provides
4141status on many other parts of HASS.
4242
4343For more information about the Jupyter kernel, see the [ README] ( https://github.com/craigbarratt/hass-pyscript-jupyter/blob/master/README.md ) .
4444There is also a [ Jupyter notebook tutorial] ( https://github.com/craigbarratt/hass-pyscript-jupyter/blob/master/pyscript_tutorial.ipynb ) ,
45- which can be downlaoded and run interactively in Jupyter notebook connected to your live HASS with pyscript.
45+ which can be downloaded and run interactively in Jupyter notebook connected to your live HASS with pyscript.
4646
4747Pyscript provides functionality that complements the existing automations, templates and triggers.
4848Pyscript is most similar to [ AppDaemon] ( https://appdaemon.readthedocs.io/en/latest/ ) , and
@@ -69,7 +69,7 @@ cd custom_components/pyscript
6969unzip hass-custom-pyscript.zip
7070```
7171
72- Alternatively you can install the current GitHub master version by cloning and copying:
72+ Alternatively, you can install the current GitHub master version by cloning and copying:
7373``` bash
7474mkdir SOME_LOCAL_WORKSPACE
7575cd SOME_LOCAL_WORKSPACE
@@ -80,7 +80,7 @@ cp -pr pyscript/custom_components/pyscript YOUR_HASS_CONFIG_DIRECTORY/custom_com
8080
8181### Install Jupyter Kernel
8282
83- Installing the pyscript Jupyter kernel is optional. The steps to install and use it are in
83+ Installing the Pyscript Jupyter kernel is optional. The steps to install and use it are in
8484this [ README] ( https://github.com/craigbarratt/hass-pyscript-jupyter/blob/master/README.md ) .
8585
8686## Configuration
0 commit comments