Remove periods

This commit is contained in:
Fabian Affolter 2018-04-06 23:05:55 +02:00
parent 243f02dc3e
commit 5d0eb6b5a6
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -26,11 +26,11 @@ For more details about the GPIO layout, visit the [documentation](https://www.ra
Permission have been given to the `homeassistant` user to use the GPIO pins and all of the following components should require no underlying changes to work.
Just follow the component pages for each on how to add them to your Home Assistant installation.
- [DHT Sensor](/components/sensor.dht/).
- [Raspberry Pi Cover](/components/cover.rpi_gpio/).
- [Raspberry Pi GPIO Binary Sensor](/components/binary_sensor.rpi_gpio/).
- [Raspberry Pi GPIO Switch](/components/switch.rpi_gpio/).
- [Raspberry Pi RF Switch](/components/switch.rpi_rf/).
- [DHT Sensor](/components/sensor.dht/)
- [Raspberry Pi Cover](/components/cover.rpi_gpio/)
- [Raspberry Pi GPIO Binary Sensor](/components/binary_sensor.rpi_gpio/)
- [Raspberry Pi GPIO Switch](/components/switch.rpi_gpio/)
- [Raspberry Pi RF Switch](/components/switch.rpi_rf/)
### {% linkable_title Raspberry Pi Camera %}