diff --git a/source/_components/aquostv.markdown b/source/_components/aquostv.markdown index c69cfaefc23..16f4f1b6492 100644 --- a/source/_components/aquostv.markdown +++ b/source/_components/aquostv.markdown @@ -16,7 +16,7 @@ redirect_from: - /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. diff --git a/source/_components/pencom.markdown b/source/_components/pencom.markdown index 300fef6149b..b3ec93a6496 100644 --- a/source/_components/pencom.markdown +++ b/source/_components/pencom.markdown @@ -16,7 +16,7 @@ redirect_from: - /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 diff --git a/source/_components/radiotherm.markdown b/source/_components/radiotherm.markdown index 2bf1be5021a..a83284d1274 100644 --- a/source/_components/radiotherm.markdown +++ b/source/_components/radiotherm.markdown @@ -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: diff --git a/source/_components/rpi_gpio_pwm.markdown b/source/_components/rpi_gpio_pwm.markdown index 803c6c02e0a..89a7f56ec56 100644 --- a/source/_components/rpi_gpio_pwm.markdown +++ b/source/_components/rpi_gpio_pwm.markdown @@ -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. -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 diff --git a/source/_components/ruter.markdown b/source/_components/ruter.markdown index c43758a4c90..7bc7e8a4a81 100644 --- a/source/_components/ruter.markdown +++ b/source/_components/ruter.markdown @@ -58,5 +58,5 @@ name: default: Ruter {% endconfiguration %} -[ruter]: https://ruter.no/reiseplanlegger/Stoppested +[ruter]: https://ruter.no/reiseplanlegger/ [ruter-api]: http://reisapi.ruter.no/Help diff --git a/source/_components/spc.markdown b/source/_components/spc.markdown index e2d257b622d..176cfe18866 100644 --- a/source/_components/spc.markdown +++ b/source/_components/spc.markdown @@ -19,7 +19,7 @@ redirect_from: - /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. @@ -52,7 +52,7 @@ Supported sensors will be automatically discovered and added, however they will ## 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/). @@ -73,6 +73,6 @@ automation: ## 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.