For users with more than one service defined in their Docker Compose file, it's often preferable to update only that image - otherwise, running `up` may result in a restart of other, unrelated containers.
* Add documentation for Raspberry Pi 4 Docker image
According to https://community.home-assistant.io/t/solved-raspberry-pi4-docker-homeassistant-raspberrypi4-homeassistant/150831, there is also a specific Docker image for Raspberry Pi 4.
I tried to start Home Assistant on my Raspberry Pi 4 in Docker with the default `homeassistant/home-assistant:stable` image, but that didn't work. After some googling, I found the community post which referenced the Raspberry Pi 4 image.
* Combine Raspberry Pi 3 and 4 into one section
There is an abundant `put` in the introduction being used twice right after each other. Most probably this is an oversight / typo. This removes one instance of the word, to make the sentence better readable and grammatically correct.
* Cleaned up Docker Run Command under "Z-Wave" & "Bluetooth" section
Need to make it match the format of the other run commands in the page.
* ✏️ Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Add clarification about docker installation
Adding a note about the core docker installation vs the supervised docker installation.
* ✏️ Tweaks
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Remove host/netsh commands from docker directives
Added -p 8123:8123 to the Windows docker command line. Seems more reliable and easier for users.
Add ports to docker-compose.yaml files for easier launches..
* revert requested items.
* ✏️ Tweaks
* 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
* 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
See also https://github.com/home-assistant/home-assistant/issues/20260, the --init argument makes sure that the python service does not run with PID 1 which on some host systems can not be killed, i.e. restarting the service from within the UI is unreliable without that argument.
* Added Synology Z-Wave USB stick configuration
added Docker Terminal command for creating a new Synology Docker container with access to a connected Z-Wave USB stick.
Would be good to add similar config switches for the other platforms too?
* Apply suggestions from code review
trying my best to stumble through this. I'm still very new to this and have only read the Home Assistant doco on contributing. Hopefully i have done this right?
* ✏️ Tweaks