From a2f50197912b8cb07c6ad7c0e8c894da89057501 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 21 Apr 2020 14:56:14 +0200 Subject: [PATCH] Remove Pushetta integration (#13112) --- source/_integrations/pushetta.markdown | 58 ------------------ ...neywell-thermostats-now-supported.markdown | 4 +- ...10-08-hassbian-rest-digital-ocean.markdown | 3 +- source/_posts/2019-12-11-release-103.markdown | 3 +- source/_redirects | 2 - source/images/supported_brands/pushetta.png | Bin 6037 -> 0 bytes 6 files changed, 4 insertions(+), 66 deletions(-) delete mode 100644 source/_integrations/pushetta.markdown delete mode 100644 source/images/supported_brands/pushetta.png diff --git a/source/_integrations/pushetta.markdown b/source/_integrations/pushetta.markdown deleted file mode 100644 index 05ead757fc5..00000000000 --- a/source/_integrations/pushetta.markdown +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: Pushetta -description: Instructions on how to add Pushetta notifications to Home Assistant. -ha_category: - - Notifications -ha_release: pre 0.7 -ha_domain: pushetta ---- - -The `pushetta` notify platform uses [Pushetta](http://www.pushetta.com) to delivery notifications from Home Assistant to your devices. - -To retrieve the API token, log into your account at [http://www.pushetta.com](http://www.pushetta.com) and go to your **Dashboard**. Create a new channel by clicking on **Channels** and then **Add a Channel**. - -To enable Pushetta notifications in your installation, add the following to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -notify: - - name: NOTIFIER_NAME - platform: pushetta - api_key: YOUR_API_KEY - channel_name: YOUR_CHANNEL_NAME -``` - -{% configuration %} -name: - description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`. - required: false - default: notify - type: string -api_key: - description: Your API key for Pushetta. - required: true - type: string -channel_name: - description: The name of your channel. - required: true - type: string -send_test_msg: - description: Disable/enable the test message send on Home Assistant's startup to test the API key and the existence of the channel. - required: false - default: false - type: boolean -{% endconfiguration %} - -It's easy to test your Pushetta setup outside of Home Assistant. Assuming you have a channel `home-assistant`, just fire a request and check the channel page in the dashboard for a new message. - -```bash -curl -X POST \ - -H "Authorization: Token YOUR_API_KEY" \ - -H "Content-Type: application/json" \ - -d "{ \"body\" : \"Hello World\", \"message_type\" : \"text/plain\" }" \ - http://api.pushetta.com/api/pushes/home-assistant/ -``` - -For further details, please check the [API](http://www.pushetta.com/pushetta-api/). - -To use notifications, please see the [getting started with automation page](/getting-started/automation/). diff --git a/source/_posts/2015-11-16-zwave-switches-lights-and-honeywell-thermostats-now-supported.markdown b/source/_posts/2015-11-16-zwave-switches-lights-and-honeywell-thermostats-now-supported.markdown index 1332c197b68..cf40d59d40b 100644 --- a/source/_posts/2015-11-16-zwave-switches-lights-and-honeywell-thermostats-now-supported.markdown +++ b/source/_posts/2015-11-16-zwave-switches-lights-and-honeywell-thermostats-now-supported.markdown @@ -24,12 +24,12 @@ homeassistant: #### Changes - + * Thermostat: [Honeywell](/integrations/honeywell/) now supported ([@sander76]) * Switch: [Orvibo](/integrations/orvibo) now supported ([@happyleavesaoc]) * Camera: [mjpeg camera's](/integrations/mjpeg) now supported ([@ryanturner]) - * Notify: [Pushetta](/integrations/pushetta) now supported ([@fabaff]) + * Notify: Pushetta now supported ([@fabaff]) * Light: [MQTT](/integrations/light.mqtt/) now supported ([@hexxter]) * Light: [Z-Wave](/integrations/zwave/) now supported ([@leoc]) * Switch: [Z-Wave](/integrations/zwave/) now supported ([@leoc]) diff --git a/source/_posts/2016-10-08-hassbian-rest-digital-ocean.markdown b/source/_posts/2016-10-08-hassbian-rest-digital-ocean.markdown index ea14e2ea640..dca1a3fb87a 100644 --- a/source/_posts/2016-10-08-hassbian-rest-digital-ocean.markdown +++ b/source/_posts/2016-10-08-hassbian-rest-digital-ocean.markdown @@ -90,7 +90,7 @@ sensor - Wink: Support for Wink Smoke and CO detectors ([@w1ll1am23]) - Sensor: [TED5000][ted5000] sensor was included ([@gwendalg]) - Sensor: Support for [Västtrafik][vasttrafik] public transport ([@persandstrom]) -- Notify: [Pushetta][pushetta] no longer sends message on start up ([@Danielhiversen]) +- Notify: Pushetta no longer sends message on start up ([@Danielhiversen]) - Sensor: [Forecast.io][forecast] sensor was replaced by [Dark Sky][darksky] ([@fabaff]) - Device Tracker: The `known_device.yaml` file is now validated ([@kellerza]) - Minor features and bug fixes by [@tchellomello], [@pavoni], [@fabaff], [@pvizeli], [@lwis], [@turbokongen], [@Danielhiversen], [@persandstrom], [@balloob], [@robbiet480], [@sam-io], [@bbangert], and you if you are missing here. @@ -170,7 +170,6 @@ sensor [mysensors-cover]: /integrations/cover.mysensors/ [notebook]: http://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/blob/master/database-statistics.ipynb [pi-image]: /blog/2016/10/01/we-have-raspberry-image-now/ -[pushetta]: /integrations/pushetta [pwrctrl-switch]: /integrations/anel_pwrctrl [rest-sensor]: /integrations/rest [stats-sensor]: /integrations/statistics diff --git a/source/_posts/2019-12-11-release-103.markdown b/source/_posts/2019-12-11-release-103.markdown index 74857bb3f53..85601f69bc3 100644 --- a/source/_posts/2019-12-11-release-103.markdown +++ b/source/_posts/2019-12-11-release-103.markdown @@ -734,7 +734,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Report unavailable entities to google ([@elupus] - [#28501]) ([google_assistant docs]) - Add initial test suite for arcam_fmj integration ([@elupus] - [#29335]) - Fix uvloop warning ([@pvizeli] - [#29341]) ([stream docs]) -- Move imports to top for pushetta ([@springstan] - [#29332]) ([pushetta docs]) +- Move imports to top for pushetta ([@springstan] - [#29332]) - Move imports to top for pencom ([@springstan] - [#29348]) ([pencom docs]) - Include telegram_bot message id for all messages ([@luca-angemi] - [#29315]) ([telegram_bot docs]) - Ignore state of climate entities in prometheus ([@springstan] - [#29346]) ([prometheus docs]) @@ -1677,7 +1677,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [proxmoxve docs]: /integrations/proxmoxve/ [ps4 docs]: /integrations/ps4/ [pulseaudio_loopback docs]: /integrations/pulseaudio_loopback/ -[pushetta docs]: /integrations/pushetta/ [python_script docs]: /integrations/python_script/ [qbittorrent docs]: /integrations/qbittorrent/ [qnap docs]: /integrations/qnap/ diff --git a/source/_redirects b/source/_redirects index 46c6a670041..4d09ddbc7f4 100644 --- a/source/_redirects +++ b/source/_redirects @@ -585,7 +585,6 @@ /components/notify.nfandroidtv /integrations/nfandroidtv /components/notify.prowl /integrations/prowl /components/notify.pushbullet /integrations/pushbullet -/components/notify.pushetta /integrations/pushetta /components/notify.pushover /integrations/pushover /components/notify.pushsafer /integrations/pushsafer /components/notify.rocketchat /integrations/rocketchat @@ -1695,7 +1694,6 @@ /components/pulseaudio_loopback /integrations/pulseaudio_loopback /components/push /integrations/push /components/pushbullet /integrations/pushbullet -/components/pushetta /integrations/pushetta /components/pushover /integrations/pushover /components/pushsafer /integrations/pushsafer /components/pvoutput /integrations/pvoutput diff --git a/source/images/supported_brands/pushetta.png b/source/images/supported_brands/pushetta.png deleted file mode 100644 index 3a1d46e8d473cf3eb4a1111b3a39c5f9f84a2ec4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6037 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 P00000NkvXXu0mjfMT}Dm