From 0b0c3bac138354471b40b24863c50713ea3c5090 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Wed, 2 Oct 2019 23:53:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20Fix=20broken=20links=20(part=206?= =?UTF-8?q?)=20(#10579)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_docs/automation/editor.markdown | 2 +- source/_docs/automation/trigger.markdown | 2 +- source/_docs/scripts/conditions.markdown | 2 +- source/_includes/custom/grid_item_left.html | 14 +++++++------- source/_posts/2016-10-02-hacktoberfest.markdown | 2 +- source/_posts/2017-09-29-hacktoberfest.markdown | 2 +- source/_posts/2018-02-10-release-63.markdown | 6 ++---- source/_posts/2018-04-14-release-67.markdown | 5 ++--- source/_posts/2018-06-10-release-71.markdown | 5 ++--- source/_posts/2018-09-30-hacktoberfest.markdown | 2 +- source/_posts/2019-03-13-release-89.markdown | 3 +-- 11 files changed, 20 insertions(+), 25 deletions(-) diff --git a/source/_docs/automation/editor.markdown b/source/_docs/automation/editor.markdown index 3dc854c8f4f..3cb6a998a96 100644 --- a/source/_docs/automation/editor.markdown +++ b/source/_docs/automation/editor.markdown @@ -5,7 +5,7 @@ description: "Instructions on how to use the automation editor." In Home Assistant 0.45 we introduced the first version of our automation editor. If you just created a new configuration with Home Assistant, then you're all set! Go to the UI and enjoy. -From the UI choose **Configuration** which is located in the sidebar, then click on **Automation** to go to the automation editor. Press the **+** sign in the lower right corner to get started. This example is based on the manual steps described in the [Getting started section](/getting-started/automation/) for a [`random` sensor](/integrations/random/). +From the UI choose **Configuration** which is located in the sidebar, then click on **Automation** to go to the automation editor. Press the **+** sign in the lower right corner to get started. This example is based on the manual steps described in the [Getting started section](/getting-started/automation/) for a [`random` sensor](/integrations/random#sensor). Choose a meaningful name for your automation rules. diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index 163b9af02c9..a3189cc8200 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -337,7 +337,7 @@ You could test triggering the above automation by sending a POST HTTP request to ### Zone trigger -Zone triggers can trigger when an entity is entering or leaving the zone. For zone automation to work, you need to have setup a device tracker platform that supports reporting GPS coordinates. This includes [GPS Logger](/integrations/device_tracker.gpslogger/), the [OwnTracks platform](/integrations/device_tracker.owntracks/) and the [iCloud platform](/integrations/device_tracker.icloud/). +Zone triggers can trigger when an entity is entering or leaving the zone. For zone automation to work, you need to have setup a device tracker platform that supports reporting GPS coordinates. This includes [GPS Logger](/integrations/gpslogger/), the [OwnTracks platform](/integrations/owntracks/) and the [iCloud platform](/integrations/icloud/). ```yaml automation: diff --git a/source/_docs/scripts/conditions.markdown b/source/_docs/scripts/conditions.markdown index d8df8b3cd72..51d3bd5b4fd 100644 --- a/source/_docs/scripts/conditions.markdown +++ b/source/_docs/scripts/conditions.markdown @@ -235,7 +235,7 @@ Time condition windows can span across the midnight threshold. In the example ab
-A better weekday condition could be by using the [Workday Binary Sensor](/integrations/binary_sensor.workday/). +A better weekday condition could be by using the [Workday Binary Sensor](/integrations/workday/).
diff --git a/source/_includes/custom/grid_item_left.html b/source/_includes/custom/grid_item_left.html index a7f214f48f9..7a0c0cc563c 100644 --- a/source/_includes/custom/grid_item_left.html +++ b/source/_includes/custom/grid_item_left.html @@ -8,25 +8,25 @@ IFTTT - + Philips Hue - + Google Cast MQTT - + Belkin WeMo - + Pushbullet - + Kodi - + Plex @@ -35,7 +35,7 @@ Vera - + OpenWRT diff --git a/source/_posts/2016-10-02-hacktoberfest.markdown b/source/_posts/2016-10-02-hacktoberfest.markdown index e97bff05985..328bcca4929 100644 --- a/source/_posts/2016-10-02-hacktoberfest.markdown +++ b/source/_posts/2016-10-02-hacktoberfest.markdown @@ -32,7 +32,7 @@ Are you not a programmer but still want to contribute to Home Assistant? Check o [logo]: /images/blog/2016-10-hacktoberfest/hacktoberfest.png [Hacktoberfest]: https://hacktoberfest.digitalocean.com/ -[Hacktoberfest-reg]: https://hacktoberfest.digitalocean.com/sign_up/register +[Hacktoberfest-reg]: https://hacktoberfest.digitalocean.com/profile [issues]: https://github.com/home-assistant/home-assistant/labels/Hacktoberfest [issues-doc]: https://github.com/home-assistant/home-assistant.github.io/labels/Hacktoberfest [dev-env]: /developers/development_environment/ diff --git a/source/_posts/2017-09-29-hacktoberfest.markdown b/source/_posts/2017-09-29-hacktoberfest.markdown index 5e105c1cfaf..eb6044b51d2 100644 --- a/source/_posts/2017-09-29-hacktoberfest.markdown +++ b/source/_posts/2017-09-29-hacktoberfest.markdown @@ -34,7 +34,7 @@ Our participation for [Hacktoberfest 2016][hackt-2016] was a huge success. Join [logo]: /images/blog/2016-10-hacktoberfest/hacktoberfest.png [Hacktoberfest]: https://hacktoberfest.digitalocean.com/ -[Hacktoberfest-reg]: https://hacktoberfest.digitalocean.com/sign_up/register +[Hacktoberfest-reg]: https://hacktoberfest.digitalocean.com/profile [issues]: https://github.com/home-assistant/home-assistant/labels/Hacktoberfest [issues-doc]: https://github.com/home-assistant/home-assistant.github.io/labels/Hacktoberfest [dev-env]: /developers/development_environment/ diff --git a/source/_posts/2018-02-10-release-63.markdown b/source/_posts/2018-02-10-release-63.markdown index e470d1e557b..1182b2a81d3 100644 --- a/source/_posts/2018-02-10-release-63.markdown +++ b/source/_posts/2018-02-10-release-63.markdown @@ -51,7 +51,7 @@ We're planning a lot of cool stuff around the entity registry. Stay tuned! ## Release 0.63.2 - February 14 -- Fix MercedesMe - add check for unsupported features ([@ReneNulschDE] - [#12342]) ([mercedesme docs]) ([binary_sensor.mercedesme docs]) ([device_tracker.mercedesme docs]) ([sensor.mercedesme docs]) +- Fix MercedesMe - add check for unsupported features ([@ReneNulschDE] - [#12342]) ([mercedesme docs]) (binary_sensor.mercedesme docs) ([device_tracker.mercedesme docs]) ([sensor.mercedesme docs]) - Fix WUnderground names ([@OttoWinter] - [#12346]) ([sensor.wunderground docs]) - Updated beacontools ([@citruz] - [#12368]) ([sensor.eddystone_temperature docs]) - Introduce zone_id to identify player+zone ([@sdague] - [#12382]) ([media_player.yamaha docs]) @@ -226,7 +226,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Canary live stream ([@snjoetw] - [#11949]) ([canary docs]) ([camera.canary docs]) (breaking change) - Replace Gitter with Discord ([@fabaff] - [#12199]) - Upgrade Sphinx to 1.6.7 ([@fabaff] - [#12200]) -- Change attributes in new Mercedes Me component ([@ReneNulschDE] - [#12147]) ([mercedesme docs]) ([binary_sensor.mercedesme docs]) ([device_tracker.mercedesme docs]) ([sensor.mercedesme docs]) +- Change attributes in new Mercedes Me component ([@ReneNulschDE] - [#12147]) ([mercedesme docs]) (binary_sensor.mercedesme docs) ([device_tracker.mercedesme docs]) ([sensor.mercedesme docs]) - Binary Sensor Template: Add icon_template and entity_picture_template support ([@hawk259] - [#12158]) ([binary_sensor.template docs]) - Bump pyeconet version to fix JSONDecodeError ([@w1ll1am23] - [#12204]) ([climate.econet docs]) - Add support for Alexa.StepSpeaker ([@lucasweb78] - [#12183]) ([alexa docs]) @@ -503,7 +503,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [@zabuldon]: https://github.com/zabuldon [alexa docs]: /integrations/alexa/ [binary_sensor.deconz docs]: /integrations/deconz#binary-sensor -[binary_sensor.mercedesme docs]: /integrations/binary_sensor.mercedesme/ [binary_sensor.mqtt docs]: /integrations/binary_sensor.mqtt/ [binary_sensor.template docs]: /integrations/binary_sensor.template/ [binary_sensor.threshold docs]: /integrations/threshold @@ -654,7 +653,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [@amelchio]: https://github.com/amelchio [@citruz]: https://github.com/citruz [@sdague]: https://github.com/sdague -[binary_sensor.mercedesme docs]: /integrations/binary_sensor.mercedesme/ [device_tracker.mercedesme docs]: /integrations/device_tracker.mercedesme/ [light.limitlessled docs]: /integrations/limitlessled [media_player.yamaha docs]: /integrations/yamaha diff --git a/source/_posts/2018-04-14-release-67.markdown b/source/_posts/2018-04-14-release-67.markdown index 86a36198f1b..ce2c50e55bc 100644 --- a/source/_posts/2018-04-14-release-67.markdown +++ b/source/_posts/2018-04-14-release-67.markdown @@ -56,7 +56,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Updates default Pilight port number ([@frenck] - [#13419]) ([pilight docs]) (breaking change) - Update to new "b2vapi" of BMW ConnectedDrive ([@ChristianKuehnel] - [#13305]) ([bmw_connected_drive docs]) ([binary_sensor.bmw_connected_drive docs]) ([lock.bmw_connected_drive docs]) ([sensor.bmw_connected_drive docs]) (breaking change) -- Remove MercedesME component ([@ReneNulschDE] - [#13538]) ([device_tracker docs]) ([mercedesme docs]) ([binary_sensor.mercedesme docs]) ([sensor.mercedesme docs]) (breaking change) +- Remove MercedesME component ([@ReneNulschDE] - [#13538]) ([device_tracker docs]) ([mercedesme docs]) (binary_sensor.mercedesme docs) ([sensor.mercedesme docs]) (breaking change) - Channel up and down for webostv ([@stephanerosi] - [#13624]) ([media_player.webostv docs]) (breaking change) - Add media type separation for video/movie ([@tadly] - [#13612]) (breaking change) - Added ENTITY_ID_FORMAT import and set entity_id in __init__ ([@timmo001] - [#13642]) ([switch.broadlink docs]) (breaking change) @@ -108,7 +108,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Added HassOpenCover and HassCloseCover intents ([@tschmidty69] - [#13372]) ([conversation docs]) ([cover docs]) - rfxtrx lib 0.22.0 ([@Danielhiversen] - [#13576]) ([rfxtrx docs]) - xiaomi lib upgrade ([@Danielhiversen] - [#13577]) ([xiaomi_aqara docs]) -- Remove MercedesME component ([@ReneNulschDE] - [#13538]) ([device_tracker docs]) ([mercedesme docs]) ([binary_sensor.mercedesme docs]) ([sensor.mercedesme docs]) (breaking change) +- Remove MercedesME component ([@ReneNulschDE] - [#13538]) ([device_tracker docs]) ([mercedesme docs]) (binary_sensor.mercedesme docs) ([sensor.mercedesme docs]) (breaking change) - Added Waze travel time sensor ([@Myrddyn1] - [#12387]) ([sensor.waze_travel_time docs]) (new-platform) - Added switch component to Amcrest IP Camera. ([@adpriebe] - [#12992]) ([amcrest docs]) ([switch.amcrest docs]) (new-platform) - Upgrade pyhydroquebec 2.2.1 ([@titilambert] - [#13586]) ([sensor.hydroquebec docs]) @@ -333,7 +333,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [amcrest docs]: /integrations/amcrest/ [api docs]: /integrations/api/ [binary_sensor.bmw_connected_drive docs]: /integrations/bmw_connected_drive -[binary_sensor.mercedesme docs]: /integrations/binary_sensor.mercedesme/ [binary_sensor.workday docs]: /integrations/workday [bmw_connected_drive docs]: /integrations/bmw_connected_drive/ [camera.mqtt docs]: /integrations/camera.mqtt/ diff --git a/source/_posts/2018-06-10-release-71.markdown b/source/_posts/2018-06-10-release-71.markdown index ef7ba30fbec..67ad9505f6a 100644 --- a/source/_posts/2018-06-10-release-71.markdown +++ b/source/_posts/2018-06-10-release-71.markdown @@ -30,7 +30,7 @@ Have a good weekend everyone! - Add Iperf3 client sensor ([@tchellomello] - [#14213]) ([sensor.iperf3 docs]) (new-platform) - Add homematicip cloud climate platform ([@mxworm] - [#14388]) ([homematicip_cloud docs]) ([climate.homematicip_cloud docs]) (new-platform) - Add Hydrawise component ([@ptcryan] - [#14055]) ([hydrawise docs]) ([binary_sensor.hydrawise docs]) ([sensor.hydrawise docs]) ([switch.hydrawise docs]) (new-platform) -- Adding ryobi garage door opener ([@guillaume1410] - [#14618]) ([cover.ryobi_gdo docs]) (new-platform) +- Adding ryobi garage door opener ([@guillaume1410] - [#14618]) (cover.ryobi_gdo docs) (new-platform) - Add sensors and services to RainMachine ([@bachya] - [#14326]) ([rainmachine docs]) ([binary_sensor.rainmachine docs]) ([sensor.rainmachine docs]) ([switch.rainmachine docs]) (new-platform) - Add Flock notification platform ([@fabaff] - [#14533]) ([notify docs]) (new-platform) @@ -107,7 +107,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Add homematicip cloud climate platform ([@mxworm] - [#14388]) ([homematicip_cloud docs]) ([climate.homematicip_cloud docs]) (new-platform) - Upgrade speedtest-cli to 2.0.2 ([@fabaff] - [#14633]) ([sensor.speedtest docs]) - Add Hydrawise component ([@ptcryan] - [#14055]) ([hydrawise docs]) ([binary_sensor.hydrawise docs]) ([sensor.hydrawise docs]) ([switch.hydrawise docs]) (new-platform) -- Adding ryobi garage door opener ([@guillaume1410] - [#14618]) ([cover.ryobi_gdo docs]) (new-platform) +- Adding ryobi garage door opener ([@guillaume1410] - [#14618]) (cover.ryobi_gdo docs) (new-platform) - Add electrical measurement sensor to ZHA ([@dmulcahey] - [#14561]) ([zha docs]) ([sensor.zha docs]) - Upgrade luftdaten to 0.2.0 ([@fabaff] - [#14620]) ([sensor.luftdaten docs]) - Upgrade python-nest to 4.0.0 ([@awarecan] - [#14638]) ([nest docs]) @@ -345,7 +345,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [config docs]: /integrations/config/ [counter docs]: /integrations/counter/ [cover.myq docs]: /integrations/myq -[cover.ryobi_gdo docs]: /integrations/cover.ryobi_gdo/ [device_tracker docs]: /integrations/device_tracker/ [eufy docs]: /integrations/eufy/ [frontend docs]: /integrations/frontend/ diff --git a/source/_posts/2018-09-30-hacktoberfest.markdown b/source/_posts/2018-09-30-hacktoberfest.markdown index a673f320794..24b35a4c3c7 100644 --- a/source/_posts/2018-09-30-hacktoberfest.markdown +++ b/source/_posts/2018-09-30-hacktoberfest.markdown @@ -27,7 +27,7 @@ If you submit five (5) Pull Requests during October, you will have earned yourse **We want to focus on new contributors and people who want to get started on working on an Open Source project.** -Are you ready? [Sign up for Hacktoberfest](https://hacktoberfest.digitalocean.com/sign_up/register)! +Are you ready? [Sign up for Hacktoberfest](https://hacktoberfest.digitalocean.com/profile)! diff --git a/source/_posts/2019-03-13-release-89.markdown b/source/_posts/2019-03-13-release-89.markdown index fc64e71ad81..20b61e58bfe 100644 --- a/source/_posts/2019-03-13-release-89.markdown +++ b/source/_posts/2019-03-13-release-89.markdown @@ -238,7 +238,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Enhance SmartThings component subscription ([@andrewsayre] - [#21124]) ([smartthings docs]) (breaking change) (new-feature) - Add more ads plc types ([@philipperequile] - [#19801]) ([ads docs]) - Add note to issue template regarding iOS issues ([@robbiet480] - [#21342]) -- Allow google home component device tracker to be optional ([@dshokouhi] - [#21335]) ([googlehome docs]) +- Allow google home component device tracker to be optional ([@dshokouhi] - [#21335]) (googlehome docs) - Add LCN cover platform ([@alengwenus] - [#20288]) ([lcn docs]) ([cover.lcn docs]) (new-platform) - Add location to Norway airquality ([@Danielhiversen] - [#21347]) ([air_quality docs]) ([weather.met docs]) - Updated pyvlx from 0.2.8 to 0.2.9. This version has slightly improved logging ([@Julius2342] - [#21349]) ([velux docs]) @@ -638,7 +638,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [esphome docs]: /integrations/esphome/ [frontend docs]: /integrations/frontend/ [google_assistant docs]: /integrations/google_assistant/ -[googlehome docs]: /integrations/googlehome/ [history docs]: /integrations/history/ [homekit_controller docs]: /integrations/homekit_controller/ [homematic docs]: /integrations/homematic/