* 📚 Update confirmation in Installation Script
If a user were to copy paste the commands, I believe it will fail as there is no confirmation on the initial `software-properties-common` install.
Add's `-y` flag so copy paste would work. One other thought, could this maybe be optimised to a single line install?
* Update installation.markdown
* Update installation.markdown
- Updated verbiage to align with recent post "Changing the Home Assistant Brand"
- Small grammatical errors
* Update installation.markdown
- fixed menu selection for upgrading
* Update source/hassio/installation.markdown
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Update source/hassio/installation.markdown
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Update installation.markdown
- Changed HassOS verbiage but left link as is for functionality
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* added instructions to pick emu targets if no specific target
Based on Franck's response to my issue here:
https://github.com/home-assistant/hassio-installer/issues/74
I suggest to clarify the documentation with the above text
* Update source/hassio/installation.markdown
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Be consistent with Home Assistant spelling
* Refer to the Configurator without "HASS"
That's what's it calls itself and how it is in the add-on store.
* Be consistent with Hass.io spelling
* Tell vscode to spell HassOS like that
* Recommendation for ssh and samba add-ons
Made a stronger recommendation for the ssh addon and samba addon following an install of Hassio.
* Update source/hassio/installation.markdown
Co-Authored-By: Franck Nijhof <git@frenck.dev>
I think these should be removed for a better user experience. If it isn't recommended then they shouldn't be listed. Maybe keep them in the assets for people who like to dig around?
I noticed the list of machine types supported by `hassio_install.sh` wasn't up-to-date with the list on [Github](https://github.com/home-assistant/hassio-installer). I updated the list and added a reference to the Github page. Maybe the duplicate list should be removed from here and instead add a reference to the Github?
* Changed heading to be a link
Changed "To prepare your machine for the Hass.io installation, run the following commands:" to a linkable heading so it can be shared more easily
* Add a section title
* Added info on supported Ubuntu versions
Adding a note on the latest docker-supported version of Ubuntu.
* Added info on supported versions of Ubuntu
Added a note to remind users that docker needs to be supported by their version of Ubuntu, and where to check if it is.
* Sets front matter defaults
* Removes default front matter from section templates/pages
* Removes default front matter from addon pages
* Removes default front matter from integration pages
* Removes default front matter from posts
* Removes default front matter from docs pages
* Removes default front matter from other pages
* Fixes blog category pages
* Fix formatting of installation commands
This change fixes the formatting of the generic linux host
installation commands so that they all begin with `$`.
This ensures that they are rendered correctly in the documentation.
Previously, the commands under `$ sudo -i` all began with `#` (to
indicate that the shell was running as root). While this is correct,
the markdown formatting thinks that they are comments, so they
are rendered in a light gray color.
* remove line start symbol from commads
none of the commands produce any output, so all of the symbols
should be removed
* Automatically create linkable headers
* Visually improve position of linkable header chain icon
* Do not auto link headers on homepage
* Remove linkable_title everywhere
* 🚑 Re-instante linkable_title plugin as NOOP
* Adding a big warning
Multiple people have independently identified `modemmanager` as the source of Z-Wave and Zigbee related issues, and confirmed that disabling it resolves those problems. Adding a great big warning here.
* Added some instructions