diff --git a/CODEOWNERS b/CODEOWNERS index bc253e3d876e..784b54df9eb1 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -376,7 +376,6 @@ source/_integrations/vlc_telnet.markdown @rodripf source/_integrations/waqi.markdown @andrey-git source/_integrations/watson_tts.markdown @rutkai source/_integrations/weather.markdown @fabaff -source/_integrations/weblink.markdown @home-assistant/core source/_integrations/webostv.markdown @bendavid source/_integrations/websocket_api.markdown @home-assistant/core source/_integrations/wemo.markdown @sqldiablo diff --git a/source/_integrations/history.markdown b/source/_integrations/history.markdown index 4153c68c9b21..8d505e1a3777 100644 --- a/source/_integrations/history.markdown +++ b/source/_integrations/history.markdown @@ -71,7 +71,7 @@ Without any `include` or `exclude` configuration the history displays graphs for Define domains and entities to `exclude` (aka. blacklist). This is convenient when you are basically happy with the information displayed, but just want to remove some entities or domains. Usually these are entities/domains which do not -change (like `weblink`) or rarely change (like `updater` or `automation`). +change or rarely change (like `updater` or `automation`). ```yaml # Example configuration.yaml entry with exclude @@ -79,7 +79,6 @@ history: exclude: domains: - automation - - weblink - updater entities: - sensor.last_boot diff --git a/source/_integrations/logbook.markdown b/source/_integrations/logbook.markdown index 23d20b8c37b7..a21df528b0af 100644 --- a/source/_integrations/logbook.markdown +++ b/source/_integrations/logbook.markdown @@ -65,7 +65,6 @@ logbook: - sensor.date domains: - sun - - weblink ``` In case you just want to see messages from some specific entities or domains use diff --git a/source/_integrations/recorder.markdown b/source/_integrations/recorder.markdown index 3292d62cb278..d9b5b93a63b6 100644 --- a/source/_integrations/recorder.markdown +++ b/source/_integrations/recorder.markdown @@ -83,7 +83,7 @@ recorder: type: list {% endconfiguration %} -Defining domains and entities to `exclude` (aka. blacklist) is convenient when you are basically happy with the information recorded, but just want to remove some entities or domains. Usually, these are entities/domains that do not change (like `weblink`) or rarely change (like `updater` or `automation`). +Defining domains and entities to `exclude` (aka. blacklist) is convenient when you are basically happy with the information recorded, but just want to remove some entities or domains. Usually, these are entities/domains that do not change or rarely change (like `updater` or `automation`). ```yaml # Example configuration.yaml entry with exclude @@ -93,7 +93,6 @@ recorder: exclude: domains: - automation - - weblink - updater entities: - sun.sun # Don't record sun data diff --git a/source/_integrations/weblink.markdown b/source/_integrations/weblink.markdown deleted file mode 100644 index 4490ca1c980e..000000000000 --- a/source/_integrations/weblink.markdown +++ /dev/null @@ -1,55 +0,0 @@ ---- -title: Weblink -description: Instructions on how to setup Links within Home Assistant. -logo: home-assistant.png -ha_category: - - Front End -ha_release: 0.13 -ha_quality_scale: internal -ha_codeowners: - - '@home-assistant/core' ---- - -The `weblink` integration allows you to display links in the Home Assistant frontend. - -
- Examples of the new [input_select] and [weblink] components.
+ Examples of the new [input_select] and weblink components.
@@ -134,6 +134,5 @@ weblink:
url: xxxx
```
-[weblink]: /integrations/weblink/
[snapcast]: /integrations/snapcast
[mpd]: /integrations/mpd
diff --git a/source/_posts/2018-02-10-release-63.markdown b/source/_posts/2018-02-10-release-63.markdown
index dcf388d94af4..0eaafb146485 100644
--- a/source/_posts/2018-02-10-release-63.markdown
+++ b/source/_posts/2018-02-10-release-63.markdown
@@ -127,7 +127,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Map media_stop to idle state ([@akloeckner] - [#11819])
- Adds allergy/disease sensor platform from Pollen.com ([@bachya] - [#11573]) ([sensor.pollen docs]) (new-platform)
- check_config.py: allow colorlog==3.1. ([@dotlambda] - [#11927])
-- Weblink - Allow relative urls in config ([@ReneNulschDE] - [#11808]) ([weblink docs])
+- Weblink - Allow relative urls in config ([@ReneNulschDE] - [#11808])
- Panel_Iframe - Allow relative urls in config ([@ReneNulschDE] - [#11832]) ([panel_iframe docs])
- Python 3.6 invalid escape sequence deprecation fixes ([@scop] - [#11941])
- tests: Use assertEqual instead of deprecated assertEquals ([@scop] - [#11943])
@@ -622,7 +622,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[wake_on_lan docs]: /integrations/wake_on_lan/
[waterfurnace docs]: /integrations/waterfurnace/
[weather.openweathermap docs]: /integrations/openweathermap#weather
-[weblink docs]: /integrations/weblink/
[websocket_api docs]: /integrations/websocket_api/
[zha docs]: /integrations/zha/
[zha.const docs]: /integrations/zha.const/
diff --git a/source/_posts/2018-02-26-release-64.markdown b/source/_posts/2018-02-26-release-64.markdown
index 72a5c8cff7e8..f4dc9ccad3a8 100644
--- a/source/_posts/2018-02-26-release-64.markdown
+++ b/source/_posts/2018-02-26-release-64.markdown
@@ -139,7 +139,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- check_config check bootstrap errors ([@kellerza] - [#12291])
- Attempt fixing flakiness of check config test ([@balloob] - [#12283])
- Fix MQTT retained message not being re-dispatched ([@OttoWinter] - [#12004]) ([mqtt docs])
-- Fix config error for FTP links, add test ([@ReneNulschDE] - [#12294]) ([weblink docs])
+- Fix config error for FTP links, add test ([@ReneNulschDE] - [#12294])
- Fix Panel_IFrame - FTP URL not allowed in 0.63 ([@ReneNulschDE] - [#12295]) ([panel_iframe docs])
- Upgrade pylint to 1.8.2 ([@OttoWinter] - [#12274])
- Move HassIntent handler code into helpers/intent ([@tschmidty69] - [#12181]) ([conversation docs])
@@ -580,7 +580,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[vacuum.xiaomi_miio docs]: /integrations/vacuum.xiaomi_miio/
[vera docs]: /integrations/vera/
[weather.buienradar docs]: /integrations/buienradar
-[weblink docs]: /integrations/weblink/
[xiaomi_aqara docs]: /integrations/xiaomi_aqara/
[zha docs]: /integrations/zha/
[#12635]: https://github.com/home-assistant/home-assistant/pull/12635
diff --git a/source/_posts/2020-02-05-release-105.markdown b/source/_posts/2020-02-05-release-105.markdown
index 50a9221093e3..73ece7c8bbe8 100644
--- a/source/_posts/2020-02-05-release-105.markdown
+++ b/source/_posts/2020-02-05-release-105.markdown
@@ -234,7 +234,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
Please ensure your configuration and automations do not use these anymore. - ([@frenck] - [#30831]) ([group docs])
-- __Weblink__ *Deprecated* - The weblink integration is now deprecated and pending removal in Home Assistant 0.107.0. This integration only works with the old states UI. - ([@frenck] - [#30834]) ([weblink docs])
+- __Weblink__ *Deprecated* - The weblink integration is now deprecated and pending removal in Home Assistant 0.107.0. This integration only works with the old states UI. - ([@frenck] - [#30834])
- __History Graph__ *Deprecated* - The `history_graph` integration has been deprecated and pending for removal in Home Assistant 0.107.0. This integration was used for the old states UI. Going ahead, please ensure this configuration option is not used in your configuration. - ([@frenck] - [#30835]) ([history_graph docs])
@@ -774,7 +774,7 @@ Hats over your heart for these shuttered integrations. Pour one out for:
- Use collection helpers for input_datetime component ([@Adminiuga] - [#30815]) ([input_datetime docs])
- Handle location API being exhausted ([@balloob] - [#30798])
- Deprecate states UI options in group integration ([@frenck] - [#30831]) ([group docs]) (breaking change)
-- Deprecate weblink integration ([@frenck] - [#30834]) ([weblink docs]) (breaking change)
+- Deprecate weblink integration ([@frenck] - [#30834]) (breaking change)
- Deprecate hide_if_away from device_tracker ([@frenck] - [#30833]) ([device_tracker docs]) (breaking change)
- Deprecate history_graph integration ([@frenck] - [#30835]) ([history_graph docs]) (breaking change)
- Remove unused import ([@dshokouhi] - [#30858]) ([ring docs])
@@ -1551,7 +1551,6 @@ Hats over your heart for these shuttered integrations. Pour one out for:
[versasense docs]: /integrations/versasense/
[vicare docs]: /integrations/vicare/
[vizio docs]: /integrations/vizio/
-[weblink docs]: /integrations/weblink/
[webostv docs]: /integrations/webostv/
[wemo docs]: /integrations/wemo/
[withings docs]: /integrations/withings/
diff --git a/source/_redirects b/source/_redirects
index 85c6100244fa..f1059a70fd45 100644
--- a/source/_redirects
+++ b/source/_redirects
@@ -1989,7 +1989,6 @@
/components/weather.darksky /integrations/weather.darksky
/components/webhook /integrations/webhook
/components/webhooks /integrations/telegram_webhooks
-/components/weblink /integrations/weblink
/components/webostv /integrations/webostv
/components/websocket_api /integrations/websocket_api
/components/wemo /integrations/wemo