Skip to content

Commit

Permalink
Remove weblink integration (home-assistant#12140)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Feb 20, 2020
1 parent 9571526 commit 07114f2
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 74 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions source/_integrations/history.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,14 @@ 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
history:
exclude:
domains:
- automation
- weblink
- updater
entities:
- sensor.last_boot
Expand Down
1 change: 0 additions & 1 deletion source/_integrations/logbook.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions source/_integrations/recorder.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -93,7 +93,6 @@ recorder:
exclude:
domains:
- automation
- weblink
- updater
entities:
- sun.sun # Don't record sun data
Expand Down
55 changes: 0 additions & 55 deletions source/_integrations/weblink.markdown

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The focus of 0.13 was on test coverage, big cheers to [@rmkraus] for his hard wo

<p class='img'>
<img src='/images/blog/2016-02-release-13/input_select__input_boolean__weblink.png'>
Examples of the new [input_select] and [weblink] components.
Examples of the new [input_select] and weblink components.
</p>

Not only did we gain a lot of test coverage, we also attracted a lot of new developers that contributed a variety of components and platforms:
Expand All @@ -32,7 +32,7 @@ Not only did we gain a lot of test coverage, we also attracted a lot of new deve
- Component: Added support for [Bloomsky Weather Station] ([@haraldnagel])
- Component: Added support for pushing stats to [graphite] ([@kk7ds])
- Component: Added support for [SCSGate] devices ([@flavio])
- Component: Added [weblink] component to link to other pages ([@MagnusKnutas])
- Component: Added weblink component to link to other pages ([@MagnusKnutas])
- Component: Support for Ubiquiti mFI [sensors][mfi.sensor] and [switchable devices][mfi.switch] added ([@kk7ds])
- Alarm control panel: Added [Caddx/GE/Interlogix NetworX][nx584] support ([@kk7ds])
- Camera: [MJPEG] camera's will now show real stream instead of a 2fps stream ([@stjohnjohnson])
Expand Down Expand Up @@ -92,7 +92,6 @@ Not only did we gain a lot of test coverage, we also attracted a lot of new deve
[Bloomsky Weather Station]: /integrations/bloomsky/
[graphite]: /integrations/graphite/
[SCSGate]: /integrations/scsgate/
[weblink]: /integrations/weblink/
[mfi.switch]: /integrations/mfi#switch
[mfi.sensor]: /integrations/mfi#sensor
[nx584]: /integrations/nx584
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You'll need two key software packages, besides Home Assistant. The first is [Mop

Finally, you also need a player to control Mopidy. Any MPD-compatible player will work, and there are several [Mopidy-only web-based options](https://docs.mopidy.com/en/latest/ext/web/#ext-web) available. On Android, [Remotedy](https://play.google.com/store/apps/details?id=se.anil.remotedy) is particularly nice since you can access multiple Mopidy instances in one place.

Home Assistant will provide device status, and volume control for each room. If you want to play music in all your rooms (on all your clients), access the server instance of Mopidy. If you want to play music only in a specific room, access that specific Mopidy instance. If you're using a web UI for Mopidy, you can add links to each instance in Home Assistant with the [weblink] component.
Home Assistant will provide device status, and volume control for each room. If you want to play music in all your rooms (on all your clients), access the server instance of Mopidy. If you want to play music only in a specific room, access that specific Mopidy instance. If you're using a web UI for Mopidy, you can add links to each instance in Home Assistant with the weblink component.

<p class='img'>
<img src='/images/blog/2016-02-snapcast/diagram.png'>
Expand Down Expand Up @@ -134,6 +134,5 @@ weblink:
url: xxxx
```
[weblink]: /integrations/weblink/
[snapcast]: /integrations/snapcast
[mpd]: /integrations/mpd
3 changes: 1 addition & 2 deletions source/_posts/2018-02-10-release-63.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down Expand Up @@ -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/
Expand Down
3 changes: 1 addition & 2 deletions source/_posts/2018-02-26-release-64.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions source/_posts/2020-02-05-release-105.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down Expand Up @@ -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])
Expand Down Expand Up @@ -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/
Expand Down
1 change: 0 additions & 1 deletion source/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07114f2

Please sign in to comment.