Update links

This commit is contained in:
Fabian Affolter 2017-05-10 08:38:58 +02:00
parent b721594144
commit 1d2321afd6
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ ha_category: Binary Sensor
ha_release: 0.45
---
The `rpi_pfio` binary sensor platform allows you to read sensor values of the [PiFace Digital I/O](https://www.element14.com/community/docs/DOC-69001) .
The `rpi_pfio` binary sensor platform allows you to read sensor values of the [PiFace Digital I/O](http://www.piface.org.uk/products/piface_digital/) .
To use your PiFace Digital I/O module in your installation, add the following to your `configuration.yaml` file:
@ -34,6 +34,6 @@ Configuration variables:
- **ports** array (*Required*): Array of used ports.
- **num** (*Required*): Port number.
- **name** (*Required*): Port name.
- **settle_time** (*Optional*): The time in milliseconds for port debouncing. Default is 20ms.
- **settle_time** (*Optional*): The time in milliseconds for port debouncing. Default is 2 0ms.
- **invert_logic** (*Optional*): If true, inverts the output logic to ACTIVE LOW. Default is false (ACTIVE HIGH).

View File

@ -12,5 +12,5 @@ ha_category: DIY
ha_release: 0.45
---
The `rpi_pfio` component is the base for all related PFIO platforms in Home Assistant. There is no setup needed for the component itself, for the platforms please check their corresponding pages.
The `rpi_pfio` component is the base for all related [PiFace Digital I/O (PFIO)](http://www.piface.org.uk/) platforms in Home Assistant. There is no setup needed for the component itself, for the platforms please check their corresponding pages.

View File

@ -12,7 +12,7 @@ ha_category: Switch
ha_release: 0.45
---
The `rpi_pfio` switch platform allows you to control the [PiFace Digital I/O](https://www.element14.com/community/docs/DOC-69001) module.
The `rpi_pfio` switch platform allows you to control the [PiFace Digital I/O](http://www.piface.org.uk/products/piface_digital/) module.
To use your PiFace Digital I/O module in your installation, add the following to your `configuration.yaml` file: