custom-components / pyscript

Pyscript adds rich Python scripting to HASS
Apache License 2.0
894 stars 47 forks source link

docs: Build out HACS installation instructions #615

Closed amckenny closed 4 months ago

amckenny commented 4 months ago

This commit primarily builds out the HACS instructions on the installation doc page so that a new user who may not be familiar with HACS or have it installed will have enough background to get pyscript installed. Along with this, it synchronizes instructions regarding what to click with the button labels in Home Assistant (e.g., "Configuration ->" becomes "Settings -> Devices & services ->").

Secondary changes made address a few typographical issues in several documents. Only one change was made to a code snippet in 'tutorial.rst', relabeling 'pararm2' to 'param2'.

Note: At the end of 'tutorial.rst' there was a transition paragraph intended to introduce another section that would describe decorators/built-ins. This section was missing from the page, so I removed the transition paragraph. However, it could be added back when that section is finished.

craigbarratt commented 4 months ago

Thanks for the PR!