Fix broken links (#9797)

* Fix broken link - pigpiod

relates to https://github.com/home-assistant/home-assistant.io/issues/9774

* Fix broken link - pencom

relates to https://github.com/home-assistant/home-assistant.io/issues/9774

* broken link - pencom

* fix broken link - radiothermostat

relates to https://github.com/home-assistant/home-assistant.io/issues/9774

* fix broken link - ruter

relates to https://github.com/home-assistant/home-assistant.io/issues/9774

* fix broken links - spc

relates to https://github.com/home-assistant/home-assistant.io/issues/9774

* fix broken link - sharp quatro

relates to https://github.com/home-assistant/home-assistant.io/issues/9774
This commit is contained in:
aidbish 2019-07-07 03:22:02 +10:00 committed by Fabian Affolter
parent 2069ab65a8
commit 6806bc199c
6 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@ redirect_from:
- /components/media_player.aquostv/ - /components/media_player.aquostv/
--- ---
The `aquostv` platform allows you to control a [Sharp Aquos TV](http://www.sharp.ca/en-CA/ForHome/HomeEntertainment/LEDTV/QuattronPlus.aspx). The `aquostv` platform allows you to control a [Sharp Aquos TV](http://www.sharp-world.com/aquos/en/index.html).
When the TV is first connected, you will need to accept Home Assistant on the TV to allow communication. When the TV is first connected, you will need to accept Home Assistant on the TV to allow communication.

View File

@ -16,7 +16,7 @@ redirect_from:
- /components/switch.pencom/ - /components/switch.pencom/
--- ---
[Pencom Design](http://www.pencomdesign.com/) is a manufacturer of computer-controlled relay, I/O and custom boards for commercial and industrial applications. This interface to [Pencom's Relay Control Boards](https://www.pencomdesign.com/relay-boards/) is designed to work over an ethernet to serial adapter (NPort). Each switch (relay) can be turned on/off, and the state of the relay can be read. [Pencom Design](https://www.pencomdesign.com/) is a manufacturer of computer-controlled relay, I/O and custom boards for commercial and industrial applications. This interface to [Pencom's Relay Control Boards](https://www.pencomdesign.com/relay-boards) is designed to work over an ethernet to serial adapter (NPort). Each switch (relay) can be turned on/off, and the state of the relay can be read.
## Configuration ## Configuration

View File

@ -17,7 +17,7 @@ redirect_from:
--- ---
The `radiotherm` climate platform let you control a thermostat from [Radio Thermostat](http://www.radiothermostat.com/) or [3M Filtrete](http://www.radiothermostat.com/filtrete/products/). Your thermostat must have the Wi-Fi module installed and connected to your network. The `radiotherm` climate platform let you control a thermostat from [Radio Thermostat](http://www.radiothermostat.com/) or [3M Filtrete](https://my.radiothermostat.com/filtrete/). Your thermostat must have the Wi-Fi module installed and connected to your network.
The underlying library supports: The underlying library supports:

View File

@ -18,7 +18,7 @@ redirect_from:
The `rpi_gpio_pwm` platform allows to control multiple lights using pulse-width modulation, for example led strips. It supports one-color, RGB and RGBW LEDs driven by GPIOs of a Raspberry Pi or a PCA9685 controller. The `rpi_gpio_pwm` platform allows to control multiple lights using pulse-width modulation, for example led strips. It supports one-color, RGB and RGBW LEDs driven by GPIOs of a Raspberry Pi or a PCA9685 controller.
For controlling the GPIOs, the platform connects to the [pigpio-daemon](http://abyz.co.uk/rpi/pigpio/pigpiod.html), which must be running. On Raspbian Jessie 2016-05-10 or newer the `pigpio` library is already included. On other operating systems it needs to be installed first (see [installation instructions](https://github.com/soldag/python-pwmled#installation)). For controlling the GPIOs, the platform connects to the [pigpio-daemon](http://abyz.me.uk/rpi/pigpio/pigpiod.html), which must be running. On Raspbian Jessie 2016-05-10 or newer the `pigpio` library is already included. On other operating systems it needs to be installed first (see [installation instructions](https://github.com/soldag/python-pwmled#installation)).
## Configuration ## Configuration

View File

@ -58,5 +58,5 @@ name:
default: Ruter default: Ruter
{% endconfiguration %} {% endconfiguration %}
[ruter]: https://ruter.no/reiseplanlegger/Stoppested [ruter]: https://ruter.no/reiseplanlegger/
[ruter-api]: http://reisapi.ruter.no/Help [ruter-api]: http://reisapi.ruter.no/Help

View File

@ -19,7 +19,7 @@ redirect_from:
- /components/alarm_control_panel.spc/ - /components/alarm_control_panel.spc/
--- ---
Home Assistant has support to integrate your [Vanderbilt SPC](http://www.spc-intruder-detection.com/ssp-spc/) alarm panel and any connected motion, door and smoke sensors. Home Assistant has support to integrate your [Vanderbilt SPC](https://www.spcsupportinfo.com/SPCConnectPro/) alarm panel and any connected motion, door and smoke sensors.
Integration with SPC is done through a third-party API gateway called [SPC Web Gateway](http://www.lundix.se/smarta-losningar/) which must be installed and configured somewhere on your network. Integration with SPC is done through a third-party API gateway called [SPC Web Gateway](http://www.lundix.se/smarta-losningar/) which must be installed and configured somewhere on your network.
@ -52,7 +52,7 @@ Supported sensors will be automatically discovered and added, however they will
## Alarm ## Alarm
The `spc` alarm control panel platform allows you to control your [Vanderbilt SPC](https://www.spcsupportinfo.com/) alarms. The `spc` alarm control panel platform allows you to control your [Vanderbilt SPC](https://www.spcsupportinfo.com/SPCConnectPro/) alarms.
The `changed_by` attribute enables one to be able to take different actions depending on who armed/disarmed the alarm in [automation](/getting-started/automation/). The `changed_by` attribute enables one to be able to take different actions depending on who armed/disarmed the alarm in [automation](/getting-started/automation/).
@ -73,6 +73,6 @@ automation:
## Binary Sensor ## Binary Sensor
The `spc` platform allows you to get data from your [Vanderbilt SPC](http://www.spc-intruder-detection.com/ssp-spc/) binary sensors from within Home Assistant. The `spc` platform allows you to get data from your [Vanderbilt SPC](https://www.spcsupportinfo.com/SPCConnectPro/) binary sensors from within Home Assistant.
Check the [type/class](/components/binary_sensor/) list for a possible visualization of your zone. Currently motion, smoke and door sensors are supported. Check the [type/class](/components/binary_sensor/) list for a possible visualization of your zone. Currently motion, smoke and door sensors are supported.