Tips for enabling GPIO on Hass.io (#7224)

- Removed a hint to `mount_dir`, because it's not mentioned in the linked documentation (anymore?).
- A tip for activating GPIO on Hass.io has been added, as the other documentation only applies to Debian based systems.
This commit is contained in:
pattyland 2018-10-29 19:23:14 +01:00 committed by Fabian Affolter
parent 470393dc6f
commit eda0f413aa

View File

@ -29,7 +29,8 @@ The 1-Wire bus can be connected directly to the IO pins of Raspberry Pi or using
## {% linkable_title Raspberry Pi setup %}
In order to setup 1-Wire support on Raspberry Pi, you'll need to edit `/boot/config.txt` following [this documentation](https://www.waveshare.com/wiki/Raspberry_Pi_Tutorial_Series:_1-Wire_DS18B20_Sensor#Enable_1-Wire). Don't use the `mount_dir` option.
In order to setup 1-Wire support on Raspberry Pi, you'll need to edit `/boot/config.txt` following [this documentation](https://www.waveshare.com/wiki/Raspberry_Pi_Tutorial_Series:_1-Wire_DS18B20_Sensor#Enable_1-Wire).
To edit `/boot/config.txt` on Hass.io use [this documentation](https://developers.home-assistant.io/docs/en/hassio_debugging.html) to enable SSH and edit `/mnt/boot/config.txt` via `vi`.
## {% linkable_title Interface adapter setup %}