diff --git a/atom.xml b/atom.xml index 37b599e1ad..2a334c00cb 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
For more details about the GPIO layout, visit the Wikipedia article about the Raspberry Pi.
++Note that a pin managed by HASS is expected to be exclusive to HASS. +
A common question is what does Port refer to, this number is the actual GPIO # not the pin #. For example, if you have a relay connected to pin 11 its GPIO # is 17.
# Example configuration.yaml entry
@@ -104,16 +106,6 @@ For example, if you have a relay connected to pin 11 its GPIO # is 17.
17: Speaker Relay
In case you have any other python scripts running that use RPi.GPIO no values will be written after the initial HASS-start. -Setting shared_gpio to true will reinit the pin before each write, working around this issue.
-# Example configuration.yaml entry
-switch:
- - platform: rpi_gpio
- shared_gpio: true
- ports:
- 19: LED-Red
-
-