diff --git a/source/_components/binary_sensor.rpi_pfio.markdown b/source/_components/binary_sensor.rpi_pfio.markdown index 9cb012d0117..64b51844245 100644 --- a/source/_components/binary_sensor.rpi_pfio.markdown +++ b/source/_components/binary_sensor.rpi_pfio.markdown @@ -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). diff --git a/source/_components/rpi_pfio.markdown b/source/_components/rpi_pfio.markdown index c3fcf0e6c4a..b9b8241aff8 100644 --- a/source/_components/rpi_pfio.markdown +++ b/source/_components/rpi_pfio.markdown @@ -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. diff --git a/source/_components/switch.rpi_pfio.markdown b/source/_components/switch.rpi_pfio.markdown index 7ce3950c60b..e5403e095d9 100644 --- a/source/_components/switch.rpi_pfio.markdown +++ b/source/_components/switch.rpi_pfio.markdown @@ -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: