From 25a88598861d380002fa00458c8cd35c9aa20bfa Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 2 Jun 2020 19:38:09 +0200 Subject: [PATCH] Remove wunderlist, platform is decommissioned (#13653) --- .textlintrc.json | 1 - source/_integrations/wunderlist.markdown | 54 ------------------- source/_posts/2018-12-12-release-84.markdown | 3 +- source/_posts/2019-10-30-release-101.markdown | 3 +- 4 files changed, 2 insertions(+), 59 deletions(-) delete mode 100644 source/_integrations/wunderlist.markdown diff --git a/.textlintrc.json b/.textlintrc.json index 8f6cb6299a0..e10fd16216f 100644 --- a/.textlintrc.json +++ b/.textlintrc.json @@ -270,7 +270,6 @@ "WeMo", "Wink", "WLED", - "Wunderlist", "WWLLN", "Xiaomi", "XML-RPC", diff --git a/source/_integrations/wunderlist.markdown b/source/_integrations/wunderlist.markdown deleted file mode 100644 index 31372a10499..00000000000 --- a/source/_integrations/wunderlist.markdown +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: Wunderlist -description: Instructions on how to use Wunderlist with Home Assistant. -ha_category: - - Calendar -ha_release: 0.84 -ha_domain: wunderlist ---- - -The `wunderlist` integration allows you to create tasks in [Wunderlist](https://www.wunderlist.com) from Home Assistant. You can use this if you want Home Assistant to send you a task that you should not forget, e.g., Congratulate Dani. - -## Setup - -Wunderlist API uses OAuth2, so you need to obtain a `client_id` and an `access_token`. -There are two ways: - -1. Go to the [Wunderlist IoT app page](https://wunderlist-iot.herokuapp.com), log in with your Wunderlist account and accept the application permissions. - It will print for you the `client_id` and the `access_token`. -2. Or you can create your own application and `access_token` following the instructions at the [Wunderlist developer page](https://developer.wunderlist.com/). - -Store the parameters in your Home Assistant configuration: - -```yaml -# Example configuration.yaml entry -wunderlist: - client_id: YOUR_CLIENT_ID - access_token: YOUR_ACCESS_TOKEN -``` - -{% configuration %} -client_id: - description: The ID of your Wunderlist application (OAuth2). - required: true - type: string -access_token: - description: A token for your Wunderlist personal account (For the ``client_id`` application). - required: true - type: string -{% endconfiguration %} - -## Creating tasks with service `create_task` - -This integration offers a new service domain `wunderlist` with the service `create_task`. -You can call this service with the argument `list_name` the argument `name` and the optional parameter `starred` to create a new task. - -| Service data attribute | Optional | Description | Example | -| ---------------------- | -------- | ------------------------------ | --------------- | -| list_name | no | Name of the list | "Shopping list" | -| name | no | Name of the new task | "Spanish Jam" | -| starred | yes | Create the task starred or not | false | - -## Disclaimer - -This product uses the Wunderlist API but is not endorsed or certified by Wunderlist. diff --git a/source/_posts/2018-12-12-release-84.markdown b/source/_posts/2018-12-12-release-84.markdown index fe2b3f6e6ff..446d7d068b1 100644 --- a/source/_posts/2018-12-12-release-84.markdown +++ b/source/_posts/2018-12-12-release-84.markdown @@ -263,7 +263,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Updated codeowners ([@fredrike] - [#18746]) - Add unique_id for tellduslive ([@fredrike] - [#18744]) ([tellduslive docs]) ([sensor.tellduslive docs]) - Add unique_id for Daikin entities ([@fredrike] - [#18747]) ([daikin docs]) ([climate.daikin docs]) ([sensor.daikin docs]) -- Wunderlist component ([@lasote] - [#18339]) ([wunderlist docs]) +- Wunderlist component ([@lasote] - [#18339]) - Fix decora_wifi residences ([@trainman419] - [#17228]) ([light.decora_wifi docs]) - Enable Google Assistant OnOffTrait for climate devices that support them ([@bryanyork] - [#18544]) ([google_assistant docs]) - Fix typo in log ([@anton-johansson] - [#18751]) @@ -773,5 +773,4 @@ Experiencing issues introduced by this release? Please report them in our [issue [weather.bom docs]: /integrations/bom [weather.ipma docs]: /integrations/ipma [websocket_api docs]: /integrations/websocket_api/ -[wunderlist docs]: /integrations/wunderlist/ [zha docs]: /integrations/zha/ diff --git a/source/_posts/2019-10-30-release-101.markdown b/source/_posts/2019-10-30-release-101.markdown index f8d99d48666..d99fce44332 100644 --- a/source/_posts/2019-10-30-release-101.markdown +++ b/source/_posts/2019-10-30-release-101.markdown @@ -374,7 +374,7 @@ The **holiday name** sensor has been renamed to **holiday**. ([@tsvi] - [#27654] - Move imports in waze_travel_time component ([@eifinger] - [#27384]) ([waze_travel_time docs]) - Move imports in wemo component ([@Quentame] - [#27393]) ([wemo docs]) - Move imports in wink component ([@Quentame] - [#27392]) ([wink docs]) -- Move imports in wunderlist component ([@Quentame] - [#27391]) ([wunderlist docs]) +- Move imports in wunderlist component ([@Quentame] - [#27391]) - Move imports in xmpp component ([@Quentame] - [#27390]) ([xmpp docs]) - Move imports in yamaha + yamaha_musiccast component ([@Quentame] - [#27389]) ([yamaha docs]) ([yamaha_musiccast docs]) - Move imports in zengge component ([@Quentame] - [#27387]) ([zengge docs]) @@ -1891,7 +1891,6 @@ The **holiday name** sensor has been renamed to **holiday**. ([@tsvi] - [#27654] [wink docs]: /integrations/wink/ [withings docs]: /integrations/withings/ [workday docs]: /integrations/workday/ -[wunderlist docs]: /integrations/wunderlist/ [xiaomi_miio docs]: /integrations/xiaomi_miio/ [xmpp docs]: /integrations/xmpp/ [yamaha docs]: /integrations/yamaha/