From 047d1c92856436b89ffa5fe62d6c0830775d3d7f Mon Sep 17 00:00:00 2001
From: aidbish <38182386+aidbish@users.noreply.github.com>
Date: Fri, 19 Jul 2019 20:35:37 +1000
Subject: [PATCH] broken links (#9907)
* broken link - https://www.home-assistant.io/hassio/run_local
relates to https://github.com/home-assistant/home-assistant.io/issues/9774
* broken link - https://clearpass.server.com/guest/api_clients.php
* broken link - http://cpre.kmutnb.ac.th/esl/learning/bh1750-light-sensor/bh1750fvi-e_datasheet.pdf
* broken link - https://fr.wikipedia.org/wiki/Bbox
* broken link - https://dd-wrt.com/site/index
* broken links - https://www.medion.com/de/shop/p/50051273A1
also
https://www.lidl.de/de/silvercrest-stereo-internetradio-sird-14-c2/p233545
* broken link - http://mafreebox.freebox.fr/api_version
The link http://mafreebox.freebox.fr/api_version is not broken but is a local mdns address and that's why unresolvable. emoved http reference and added link to API documentation.
* broken link - https://www.heatmisershop.co.uk/thermostats
* broken link - https://app.hydrawise.com/config/account
* broken link - https://www.kwb.net/de/produkte/kwb-comfort-3.html
* broken link - https://www.home-assistant.io/components/lcn/climate.generic_thermostat
* broken link - https://play.google.com/store/apps/details?id=it.barbaro.zanzito
---
source/_components/bbox.markdown | 6 +++---
source/_components/bh1750.markdown | 2 +-
source/_components/camera.mqtt.markdown | 2 +-
source/_components/cppm.markdown | 2 +-
source/_components/ddwrt.markdown | 2 +-
source/_components/freebox.markdown | 4 ++--
source/_components/frontier_silicon.markdown | 4 ++--
source/_components/heatmiser.markdown | 2 +-
source/_components/hydrawise.markdown | 4 ++--
source/_components/kwb.markdown | 2 +-
source/_components/lcn.markdown | 2 +-
source/_posts/2017-07-25-introducing-hassio.markdown | 1 -
12 files changed, 16 insertions(+), 17 deletions(-)
diff --git a/source/_components/bbox.markdown b/source/_components/bbox.markdown
index 48e36e05bd8..336f31c4f19 100644
--- a/source/_components/bbox.markdown
+++ b/source/_components/bbox.markdown
@@ -13,7 +13,7 @@ redirect_from:
- /components/device_tracker.bbox/
---
-The `bbox` platform uses the [Bbox Modem Router](https://fr.wikipedia.org/wiki/Bbox/) from the French Internet provider Bouygues Telecom. Sensors are mainly bandwidth measures.
+The `bbox` platform uses the [Bbox Modem Router](https://www.bouyguestelecom.fr/offres-internet/bbox-fit) from the French Internet provider Bouygues Telecom. Sensors are mainly bandwidth measures.
There is currently support for the following device types within Home Assistant:
@@ -26,7 +26,7 @@ Due to third party limitation, the sensors will only be available if Home Assist
## Presence Detection
-The `bbox` platform offers presence detection by looking at connected devices to a [Bbox](https://fr.wikipedia.org/wiki/Bbox) based router from [Bouygues](https://www.bouyguestelecom.fr/), which is one of the main Internet provider in France.
+The `bbox` platform offers presence detection by looking at connected devices to a [Bbox](https://www.bouyguestelecom.fr/offres-internet/bbox-fit) based router from [Bouygues](https://www.bouyguestelecom.fr/), which is one of the main Internet provider in France.
Bbox is a generic name for different hardware routers. The platform has been tested with the following devices:
@@ -90,4 +90,4 @@ monitored_variables:
description: Instant measure of the current used bandwidth for download.
current_up_bandwidth:
description: Instant measure of the current used bandwidth for upload.
-{% endconfiguration %}
\ No newline at end of file
+{% endconfiguration %}
diff --git a/source/_components/bh1750.markdown b/source/_components/bh1750.markdown
index a4e62649851..3d407b30fea 100644
--- a/source/_components/bh1750.markdown
+++ b/source/_components/bh1750.markdown
@@ -10,7 +10,7 @@ redirect_from:
- /components/sensor.bh1750/
---
-The `bh1750` sensor platform allows you to read the ambient light level in Lux from a [BH1750FVI sensor](http://cpre.kmutnb.ac.th/esl/learning/bh1750-light-sensor/bh1750fvi-e_datasheet.pdf) connected via [I2c](https://en.wikipedia.org/wiki/I²C) bus (SDA, SCL pins). It allows you to use all the resolution modes of the sensor described in its datasheet.
+The `bh1750` sensor platform allows you to read the ambient light level in Lux from a [BH1750FVI sensor](https://www.mouser.com/ds/2/348/bh1750fvi-e-186247.pdf) connected via [I2c](https://en.wikipedia.org/wiki/I²C) bus (SDA, SCL pins). It allows you to use all the resolution modes of the sensor described in its datasheet.
Tested devices:
diff --git a/source/_components/camera.mqtt.markdown b/source/_components/camera.mqtt.markdown
index 68a06eb5659..76d52029349 100644
--- a/source/_components/camera.mqtt.markdown
+++ b/source/_components/camera.mqtt.markdown
@@ -10,7 +10,7 @@ ha_iot_class: Configurable
The `mqtt` camera platform allows you to integrate the content of an image file sent through MQTT into Home Assistant as a camera. Every time a message under the `topic` in the configuration is received, the image displayed in Home Assistant will also be updated.
-This can be used with an application or a service capable of sending images through MQTT, for example [Zanzito](https://play.google.com/store/apps/details?id=it.barbaro.zanzito).
+This can be used with an application or a service capable of sending images through MQTT.
## Configuration
diff --git a/source/_components/cppm.markdown b/source/_components/cppm.markdown
index 0414c51f099..d30b472ec27 100644
--- a/source/_components/cppm.markdown
+++ b/source/_components/cppm.markdown
@@ -16,7 +16,7 @@ Supported platforms (tested):
-You must first create an API client [here](https://clearpass.server.com/guest/api_clients.php).
+You must first create an API client [here](https://www.arubanetworks.com/techdocs/ClearPass/6.6/Guest/Content/AdministrationTasks1/CreateEditAPIclient.htm).
diff --git a/source/_components/ddwrt.markdown b/source/_components/ddwrt.markdown
index 291a84d867e..720d8ec511c 100644
--- a/source/_components/ddwrt.markdown
+++ b/source/_components/ddwrt.markdown
@@ -9,7 +9,7 @@ redirect_from:
- /components/device_tracker.ddwrt/
---
-This platform offers presence detection by looking at connected devices to a [DD-WRT](http://www.dd-wrt.com/site/index) based router.
+This platform offers presence detection by looking at connected devices to a [DD-WRT](https://dd-wrt.com/) based router.
To use a DD-WRT router in your installation, add the following to your `configuration.yaml` file:
diff --git a/source/_components/freebox.markdown b/source/_components/freebox.markdown
index 04327b4e502..d1ec96b5197 100644
--- a/source/_components/freebox.markdown
+++ b/source/_components/freebox.markdown
@@ -45,9 +45,9 @@ port:
type: string
{% endconfiguration %}
-You can find out your Freebox host and port by opening
-[this address](http://mafreebox.freebox.fr/api_version) in your browser. The
+You can find out your Freebox host and port by opening the address mafreebox.freebox.fr/api_version in your browser. The
returned json should contain an api_domain (`host`) and a https_port (`port`).
+Please consult the [api documentation](https://dev.freebox.fr/sdk/os/) for more information.
### Initial setup
diff --git a/source/_components/frontier_silicon.markdown b/source/_components/frontier_silicon.markdown
index d71ce1e1d33..e44058fe4c7 100644
--- a/source/_components/frontier_silicon.markdown
+++ b/source/_components/frontier_silicon.markdown
@@ -100,8 +100,8 @@ The Frontier Silicon API does not provide a multi-user environment. There is alw
[Medion Radios]: http://internetradio.medion.com/
[IR110]: https://www.hama.com/00054823/hama-ir110-internet-radio-internet-radio-multi-room-app-control
[DIR3110]: https://www.hama.com/00054824/hama-digitalradio-dir3110-internetradio-dab+-fm-multiroom-app-steuerung
-[MD 87466]: https://www.medion.com/de/shop/internet-dab-radios-medion-kuechen-internetradio-medion-p83302-md-87466-50051273a1.html
-[SIRD 14 C2]: https://www.lidl.de/de/silvercrest-stereo-internetradio-sird-14-c2/p233545
+[MD 87466]: https://www.medion.com/gb/service/start/_product.php?msn=50051273&gid=14
+[SIRD 14 C2]: https://www.silvercrest-multiroom.de/fileadmin/user_upload/pdf/handbucher/Bedienungsanleitungen/IR/279398_SIRD_14_C2_ML4_V1.1_GB_CZ_SK_DE.pdf
[fsapi]: https://github.com/zhelev/python-fsapi
[UNDOK]: http://www.frontier-silicon.com/undok
[flammy]: https://github.com/flammy/fsapi/
diff --git a/source/_components/heatmiser.markdown b/source/_components/heatmiser.markdown
index d63a58764fc..57514e613bb 100644
--- a/source/_components/heatmiser.markdown
+++ b/source/_components/heatmiser.markdown
@@ -10,7 +10,7 @@ redirect_from:
- /components/climate.heatmiser/
---
-The `heatmiser` climate platform let you control [Heatmiser DT/DT-E/PRT/PRT-E](https://www.heatmisershop.co.uk/thermostats) thermostats from Heatmiser. The module itself is currently setup to work over a RS232 -> RS485 converter, therefore it connects over IP.
+The `heatmiser` climate platform let you control [Heatmiser DT/DT-E/PRT/PRT-E](https://www.heatmisershop.co.uk/room-thermostats/) thermostats from Heatmiser. The module itself is currently setup to work over a RS232 -> RS485 converter, therefore it connects over IP.
Further work would be required to get this setup to connect over Wifi, but the HeatmiserV3 python module being used is a full implementation of the V3 protocol.
diff --git a/source/_components/hydrawise.markdown b/source/_components/hydrawise.markdown
index ff00aee162c..07abf835472 100644
--- a/source/_components/hydrawise.markdown
+++ b/source/_components/hydrawise.markdown
@@ -45,7 +45,7 @@ scan_interval:
default: 30
{% endconfiguration %}
-To get your API access token log into your [Hydrawise account](https://app.hydrawise.com/config/account) and in the 'My Account Details' section under Account Settings click 'Generate API Key'. Enter that key in your configuration file as the `API_KEY`.
+To get your API access token log into your [Hydrawise account](https://app.hydrawise.com/config/login) and in the 'My Account Details' section under Account Settings click 'Generate API Key'. Enter that key in your configuration file as the `API_KEY`.
## Binary Sensor
@@ -141,4 +141,4 @@ switch:
switch:
- platform: hydrawise
monitored_conditions: manual_watering
-```
\ No newline at end of file
+```
diff --git a/source/_components/kwb.markdown b/source/_components/kwb.markdown
index 9443bb92505..ebee98cdf92 100644
--- a/source/_components/kwb.markdown
+++ b/source/_components/kwb.markdown
@@ -10,7 +10,7 @@ redirect_from:
- /components/sensor.kwb/
---
-The `kwb` integration integrates the sensors of KWB Easyfire pellet central heating units with the Comfort3 controller () into Home Assistant.
+The `kwb` integration integrates the sensors of KWB Easyfire pellet central heating units with the Comfort3 controller (https://www.kwb.net/produkte/) into Home Assistant.
Direct connection via serial (RS485) or via telnet terminal server is supported. The serial cable has to be attached to the control unit port 25 (which is normally used for detached control terminals).
diff --git a/source/_components/lcn.markdown b/source/_components/lcn.markdown
index 8153567d862..3b8dc83ea94 100644
--- a/source/_components/lcn.markdown
+++ b/source/_components/lcn.markdown
@@ -423,7 +423,7 @@ If the control is set lockable, the regulator can be turned on/off.
-If you intend to leave the regulation to home assistant, you should consider using the [Generic Thermostat](climate.generic_thermostat) in conjuction with [LCN Sensor](#sensor) and [LCN Switch](#switch).
+If you intend to leave the regulation to home assistant, you should consider using the [Generic Thermostat](/components/generic_thermostat/) in conjuction with [LCN Sensor](#sensor) and [LCN Switch](#switch).
diff --git a/source/_posts/2017-07-25-introducing-hassio.markdown b/source/_posts/2017-07-25-introducing-hassio.markdown
index 3e70998feb9..b1b01878ff2 100644
--- a/source/_posts/2017-07-25-introducing-hassio.markdown
+++ b/source/_posts/2017-07-25-introducing-hassio.markdown
@@ -91,5 +91,4 @@ We use [Pivotal Tracker] to track things that are in progress and what we might
[Duck DNS]: /addons/duckdns/
[advanced-install]: /hassio/installation/#alternative-install-on-generic-linux-server
[Pivotal Tracker]: https://www.pivotaltracker.com/n/projects/2020851
-[run-local]: /hassio/run_local/
[Resin.io]: https://resin.io