From 0541dbd6e369adb283391e22be3606df19055502 Mon Sep 17 00:00:00 2001 From: aidbish <38182386+aidbish@users.noreply.github.com> Date: Sat, 6 Jul 2019 17:12:58 +1000 Subject: [PATCH] Fix Broken links (#9793) * Fix VLC and ELV broken links relates to https://github.com/home-assistant/home-assistant.io/issues/9774 * Removed references to Uber Docs * Updated broken DTE Website link relates to https://github.com/home-assistant/home-assistant.io/issues/9774 * Removed Snips article Article no longer available on Medium.com * Update weblink to product page relates to https://github.com/home-assistant/home-assistant.io/issues/9774 * Fixed weblink - environment Canada relates to https://github.com/home-assistant/home-assistant.io/issues/9774 * Updated broken links - GNTP relates to https://github.com/home-assistant/home-assistant.io/issues/9774 * Update broken links - nuheat relates to https://github.com/home-assistant/home-assistant.io/issues/9774 * Update DS18S20 broken link relates to https://github.com/home-assistant/home-assistant.io/issues/9774 --- source/_components/dte_energy_bridge.markdown | 2 +- source/_components/enphase_envoy.markdown | 2 +- source/_components/environment_canada.markdown | 2 +- source/_components/gntp.markdown | 2 +- source/_components/nuheat.markdown | 2 +- source/_components/onewire.markdown | 2 +- source/_posts/2019-06-26-release-95.markdown | 9 ++++----- source/help/index.markdown | 1 - 8 files changed, 10 insertions(+), 12 deletions(-) diff --git a/source/_components/dte_energy_bridge.markdown b/source/_components/dte_energy_bridge.markdown index 3af953f521e..dee796743d2 100644 --- a/source/_components/dte_energy_bridge.markdown +++ b/source/_components/dte_energy_bridge.markdown @@ -16,7 +16,7 @@ redirect_from: - /components/sensor.dte_energy_bridge/ --- -A sensor platform for the [DTE](https://www.dteenergy.com/) Energy Bridge. To find out which version of the DTE Energy Bridge sensor you have, find the status LED on your box. +A sensor platform for the [DTE](https://www.newlook.dteenergy.com/) Energy Bridge. To find out which version of the DTE Energy Bridge sensor you have, find the status LED on your box. - If the status LED is on the top, you have a v1. - If the status LED is on the front, you have a v2. diff --git a/source/_components/enphase_envoy.markdown b/source/_components/enphase_envoy.markdown index 26409c14ff6..19534fe8302 100644 --- a/source/_components/enphase_envoy.markdown +++ b/source/_components/enphase_envoy.markdown @@ -16,7 +16,7 @@ redirect_from: - /components/sensor.enphase_envoy/ --- -A sensor platform for the [Enphase Envoy](https://enphase.com/en-us/products-and-services/envoy) solar energy gateway. Works with older models that only have production metrics (ie. Envoy-C) and newer models that offer both production and consumption metrics (ie. Envoy-S). +A sensor platform for the [Enphase Envoy](https://enphase.com/en-us/products-and-services/envoy-and-combiner) solar energy gateway. Works with older models that only have production metrics (ie. Envoy-C) and newer models that offer both production and consumption metrics (ie. Envoy-S). ### Configuration diff --git a/source/_components/environment_canada.markdown b/source/_components/environment_canada.markdown index 40c74f709f7..79cec29d961 100644 --- a/source/_components/environment_canada.markdown +++ b/source/_components/environment_canada.markdown @@ -16,7 +16,7 @@ ha_release: 0.95 ha_iot_class: Cloud Polling --- -The `environment_canada` weather platforms provide meteorological data for Canadian locations from [Environment Canada](hhttps://weather.gc.ca/index_e.html). +The `environment_canada` weather platforms provide meteorological data for Canadian locations from [Environment Canada](https://weather.gc.ca/index_e.html). The following device types and data are supported: diff --git a/source/_components/gntp.markdown b/source/_components/gntp.markdown index 8b0357ca4b3..3fcde360366 100644 --- a/source/_components/gntp.markdown +++ b/source/_components/gntp.markdown @@ -15,7 +15,7 @@ redirect_from: - /components/notify.gntp/ --- -[GNTP](http://www.growlforwindows.com/gfw/help/gntp.aspx) is a specification for sending and receiving notifications between computers. The most well known server implementations are [Growl](http://growl.info) for Mac and [Growl for Windows](http://www.growlforwindows.com/gfw/). +[GNTP](http://growl.info/documentation/developer/gntp.php) is a specification for sending and receiving notifications between computers. The most well known server implementations are [Growl](http://growl.info) for Mac and [Growl for Windows](http://www.growlforwindows.com/). To use GNTP notifications, add the following to your `configuration.yaml` file: diff --git a/source/_components/nuheat.markdown b/source/_components/nuheat.markdown index cee7f13126c..93d6006feac 100644 --- a/source/_components/nuheat.markdown +++ b/source/_components/nuheat.markdown @@ -16,7 +16,7 @@ redirect_from: - /components/climate.nuheat/ --- -The `nuheat` integration lets control your connected [NuHeat Signature]([NuHeat Signature](http://www.nuheat.com/products/thermostats/signature-thermostat)) floor heating thermostats from [NuHeat](http://www.nuheat.com/). +The `nuheat` integration lets control your connected [NuHeat Signature](http://www.nuheat.com/products/thermostats/signature-thermostat) floor heating thermostats from [NuHeat](http://www.nuheat.com/). There is currently support for the following device types within Home Assistant: diff --git a/source/_components/onewire.markdown b/source/_components/onewire.markdown index cb2d92857ad..7cacfeb3d59 100644 --- a/source/_components/onewire.markdown +++ b/source/_components/onewire.markdown @@ -21,7 +21,7 @@ The `onewire` platform supports sensors which are using the One wire (1-wire) bu Supported devices: - [DS18B20](https://datasheets.maximintegrated.com/en/ds/DS18B20.pdf) -- [DS18S20](https://www.maximintegrated.com/en/products/analog/sensors-and-sensor-interface/DS18S20.html) +- [DS18S20](https://www.maximintegrated.com/en/products/sensors/DS18S20.html) - [DS1822](https://datasheets.maximintegrated.com/en/ds/DS1822.pdf) - [DS1825](https://datasheets.maximintegrated.com/en/ds/DS1825.pdf) - [DS28EA00](https://datasheets.maximintegrated.com/en/ds/DS28EA00.pdf) temperature sensors diff --git a/source/_posts/2019-06-26-release-95.markdown b/source/_posts/2019-06-26-release-95.markdown index c503dd9db97..6e490b80942 100644 --- a/source/_posts/2019-06-26-release-95.markdown +++ b/source/_posts/2019-06-26-release-95.markdown @@ -176,7 +176,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Remove binary sensors for ZHA remotes and controllers ([@dmulcahey] - [#24370]) ([zha docs]) (breaking change) - Restore automation last_triggered with initial_state override ([@frenck] - [#24400]) ([automation docs]) (breaking change) - Fix recorder defaults ([@balloob] - [#24399]) ([recorder docs]) (breaking change) -- Uber API is going away on June 13, 2019, remove component ([@robbiet480] - [#24468]) ([uber docs]) (breaking change) +- Uber API is going away on June 13, 2019, remove component ([@robbiet480] - [#24468]) (breaking change) - Add Linky sensors : yesterday + months + years ([@Quentame] - [#23726]) ([linky docs]) (breaking change) - Position is reversed for horizontal awnings ([@kbickar] - [#23257]) ([tahoma docs]) (breaking change) - Remove conversation from default config ([@balloob] - [#24515]) ([default_config docs]) (breaking change) @@ -301,7 +301,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Life360: Fix config entry handling for accounts imported from configuration ([@pnbruckner] - [#24455]) ([life360 docs]) - Add default config to constaint file ([@balloob] - [#24423]) - Add websock command to query device for triggers ([@emontnemery] - [#24044]) ([automation docs]) ([light docs]) -- Uber API is going away on June 13, 2019, remove component ([@robbiet480] - [#24468]) ([uber docs]) (breaking change) +- Uber API is going away on June 13, 2019, remove component ([@robbiet480] - [#24468]) (breaking change) - Use met.no instead of yr.no in default config ([@thomasloven] - [#24470]) - Bump pyubee to 0.7 to support more models ([@mzdrale] - [#24477]) ([ubee docs]) - Somfy open api ([@tetienne] - [#19548]) ([somfy docs]) (new-platform) @@ -715,7 +715,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [discovery docs]: /components/discovery/ [dlib_face_identify docs]: /components/dlib_face_identify/ [ebusd docs]: /components/ebusd/ -[elv docs]: /components/elv/ +[elv docs]: /components/switch.pca/ [environment_canada docs]: /components/environment_canada/ [esphome docs]: /components/esphome/ [frontend docs]: /components/frontend/ @@ -783,12 +783,11 @@ Experiencing issues introduced by this release? Please report them in our [issue [traccar docs]: /components/traccar/ [tradfri docs]: /components/tradfri/ [ubee docs]: /components/ubee/ -[uber docs]: /components/uber/ [unifi docs]: /components/unifi/ [velbus docs]: /components/velbus/ [velux docs]: /components/velux/ [vera docs]: /components/vera/ -[vlc_telnet docs]: /components/vlc_telnet/ +[vlc_telnet docs]: /components/vlc-telnet/ [waze_travel_time docs]: /components/waze_travel_time/ [webostv docs]: /components/webostv/ [websocket_api docs]: /components/websocket_api/ diff --git a/source/help/index.markdown b/source/help/index.markdown index 6bd8199033c..fba3360979d 100644 --- a/source/help/index.markdown +++ b/source/help/index.markdown @@ -74,7 +74,6 @@ Don't miss the regular [Home Assistant podcasts](https://hasspodcast.io/). - [Smart Home Home Assistant Konfiguration mit YAML](http://onesmarthome.de/smart-home-home-assistant-konfiguration/) - July 2017 - [Why can't we have the Internet of Nice Things?](https://opensource.com/article/17/7/home-automation-primer) - July 2017 - [Smart Home Home Assistant Raspberry Pi Installation Hassbian](http://onesmarthome.de/smart-home-home-assistant-raspberry-pi-installation-hassbian/) - July 2017 -- [Integrating Snips with Home Assistant](https://medium.com/snips-ai/integrating-snips-with-home-assistant-314723645c77) - June 2017 - [Jupiter Broadcasting - No Privacy Compromise Home Automation](http://www.jupiterbroadcasting.com/115566/no-privacy-compromise-home-automation/) - June 2017 - [Monitor IoT devices with Home Assistant and Datadog](https://www.datadoghq.com/blog/monitor-home-assistant/) - June 2017 - [Castálio Podcast - Episódio 102: Marcelo Mello - Red Hat e Automação Residencial com Home Assistant](https://youtu.be/hZq8ucpzjCs) - May 2017