From c0835221add91c6e66e40fa7e865e08561b0da07 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 9 Nov 2020 19:08:26 +0100 Subject: [PATCH] Remove iAlarm integration (ADR-0004) (#15584) --- source/_integrations/ialarm.markdown | 52 ------------------ source/_posts/2017-12-17-release-60.markdown | 5 +- source/_posts/2018-11-28-release-83.markdown | 3 +- source/_posts/2019-01-09-release-85.markdown | 3 +- source/_posts/2019-12-11-release-103.markdown | 3 +- source/_redirects | 2 - .../supported_brands/antifurto365-ialarm.png | Bin 2916 -> 0 bytes 7 files changed, 5 insertions(+), 63 deletions(-) delete mode 100644 source/_integrations/ialarm.markdown delete mode 100644 source/images/supported_brands/antifurto365-ialarm.png diff --git a/source/_integrations/ialarm.markdown b/source/_integrations/ialarm.markdown deleted file mode 100644 index c79b39f264a..00000000000 --- a/source/_integrations/ialarm.markdown +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: Antifurto365 iAlarm -description: Instructions on how to integrate iAlarms alarms into Home Assistant. -logo: antifurto365-ialarm.png -ha_category: - - Alarm -ha_iot_class: Local Polling -ha_release: '0.60' -ha_domain: ialarm ---- - -The `ialarm` platform provides connectivity with the [Antifurto365](https://www.antifurtocasa365.it/) iAlarm alarm systems. - -This platform supports the following services: `alarm_arm_away`, `alarm_arm_home` and `alarm_disarm`. - -## Configuration - -To enable this, add the following lines to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -alarm_control_panel: - - platform: ialarm - host: ALARM_SYSTEM_IP - username: YOUR_USERNAME - password: YOUR_PASSWORD -``` - -{% configuration %} -host: - description: The IP address of the iAlarm device on your home network. - required: true - type: string -username: - description: Username used to sign into the iAlarm web client (should be admin by default). - required: true - type: string -password: - description: Password used to sign into the iAlarm web client. If it has a leading zero you need to put the password within quotes. - required: true - type: string -name: - description: Name of device in Home Assistant. - required: false - type: string -code: - description: Specifies a code to enable or disable the alarm in the frontend. - required: false - type: integer -{% endconfiguration %} - -This platform has also been confirmed to work with the alarm system brands Meian and Emooluxr. diff --git a/source/_posts/2017-12-17-release-60.markdown b/source/_posts/2017-12-17-release-60.markdown index a3f929436a4..d27127e36f2 100644 --- a/source/_posts/2017-12-17-release-60.markdown +++ b/source/_posts/2017-12-17-release-60.markdown @@ -29,7 +29,7 @@ Yahoo! has discontinued their financial service. To fill this gap we have now th ## New Platforms -- Add iAlarm support ([@RyuzakiKK] - [#10878]) ([alarm_control_panel.ialarm docs]) (new-platform) +- Add iAlarm support ([@RyuzakiKK] - [#10878]) (new-platform) - Add Alpha Vantage sensor ([@fabaff] - [#10873]) ([sensor.alpha_vantage docs]) (new-platform) - Add ADS component ([@stlehmann] - [#10142]) ([ads docs]) ([binary_sensor.ads docs]) ([light.ads docs]) ([sensor.ads docs]) ([switch.ads docs]) (new-platform) - Gearbest sensor ([@HerrHofrat] - [#10556]) (new-platform) @@ -85,7 +85,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Unpacking RESTful sensor JSON results into attributes. ([@nickovs] - [#10753]) ([sensor.rest docs]) - Bump dev to 0.60.0.dev0 ([@fabaff] - [#10912]) - Update eliqonline.py ([@molobrakos] - [#10914]) ([sensor.eliqonline docs]) -- Add iAlarm support ([@RyuzakiKK] - [#10878]) ([alarm_control_panel.ialarm docs]) (new-platform) +- Add iAlarm support ([@RyuzakiKK] - [#10878]) (new-platform) - Correction of Samsung Power OFF behaviour ([@RiRomain] - [#10907]) ([media_player.samsungtv docs]) - Add Alpha Vantage sensor ([@fabaff] - [#10873]) ([sensor.alpha_vantage docs]) (new-platform) - Don't repeat getting receiver name on each update / pushed to denonavr 0.5.5 ([@scarface-4711] - [#10915]) ([media_player.denonavr docs]) @@ -300,7 +300,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [@ziotibia81]: https://github.com/ziotibia81 [ads docs]: /integrations/ads/ [alarm_control_panel.egardia docs]: /integrations/egardia -[alarm_control_panel.ialarm docs]: /integrations/ialarm [alarm_control_panel.manual docs]: /integrations/manual [alarm_control_panel.manual_mqtt docs]: /integrations/manual_mqtt/ [alarm_control_panel.totalconnect docs]: /integrations/totalconnect diff --git a/source/_posts/2018-11-28-release-83.markdown b/source/_posts/2018-11-28-release-83.markdown index 8c9c08dfb68..b1eb4ce3e38 100644 --- a/source/_posts/2018-11-28-release-83.markdown +++ b/source/_posts/2018-11-28-release-83.markdown @@ -243,7 +243,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Allow alexa to simply turn on and off climate components. ([@Parlane] - [#16989]) ([alexa docs]) - Enable config flow for Luftdaten ([@fabaff] - [#17700]) ([luftdaten docs]) ([sensor.luftdaten docs]) (breaking change) - Adding current_humidity to attributes if its not None. ([@kennedyshead] - [#18261]) ([climate docs]) -- Add iAlarm "triggered" support ([@RyuzakiKK] - [#18263]) ([alarm_control_panel.ialarm docs]) +- Add iAlarm "triggered" support ([@RyuzakiKK] - [#18263]) - Add support for switches in homekit controller ([@drndos] - [#17916]) ([homekit_controller docs]) - Move more MQTT platforms to config entries ([@emontnemery] - [#18180]) ([lock docs]) ([mqtt docs]) ([light.mqtt_json docs]) ([lock.mqtt docs]) - Switch OwnTracks HTTP to use webhook component ([@kirichkov] - [#17034]) ([device_tracker docs]) (breaking change) @@ -671,7 +671,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [@ultrara1n]: https://github.com/ultrara1n [@vetegrodd]: https://github.com/vetegrodd [@w1ll1am23]: https://github.com/w1ll1am23 -[alarm_control_panel.ialarm docs]: /integrations/ialarm [alarm_control_panel.lupusec docs]: /integrations/lupusec [alarm_control_panel.manual_mqtt docs]: /integrations/manual_mqtt/ [alarm_control_panel.totalconnect docs]: /integrations/totalconnect diff --git a/source/_posts/2019-01-09-release-85.markdown b/source/_posts/2019-01-09-release-85.markdown index a4c2b2bd4da..49744cfced1 100644 --- a/source/_posts/2019-01-09-release-85.markdown +++ b/source/_posts/2019-01-09-release-85.markdown @@ -125,7 +125,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - update edp_redy version ([@abmantis] - [#19078]) - Update Google Assistant services description and request sync timeout ([@edif30] - [#19113]) - Fixed doorbird config without events (empty list) ([@basschipper] - [#19121]) ([doorbird docs]) -- Add code support for iAlarm ([@RyuzakiKK] - [#19124]) ([alarm_control_panel.ialarm docs]) +- Add code support for iAlarm ([@RyuzakiKK] - [#19124]) - Upgrade youtube_dl to 2018.12.03 ([@fabaff] - [#19139]) ([media_extractor docs]) - Upgrade mypy to 0.650 ([@scop] - [#19150]) - Update geizhals dependency ([@tinloaf] - [#19152]) ([sensor.geizhals docs]) @@ -718,7 +718,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [ads docs]: /integrations/ads/ [air_pollutants docs]: /integrations/air_quality [air_quality docs]: /integrations/air_quality/ -[alarm_control_panel.ialarm docs]: /integrations/ialarm [alarm_control_panel.mqtt docs]: /integrations/alarm_control_panel.mqtt/ [alarm_control_panel.ness_alarm docs]: /integrations/ness_alarm [alarm_control_panel.nx584 docs]: /integrations/nx584 diff --git a/source/_posts/2019-12-11-release-103.markdown b/source/_posts/2019-12-11-release-103.markdown index 04ccdf2b4bf..4a795095b65 100644 --- a/source/_posts/2019-12-11-release-103.markdown +++ b/source/_posts/2019-12-11-release-103.markdown @@ -789,7 +789,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Move imports to top for gogogate2 ([@springstan] - [#29411]) ([gogogate2 docs]) - Move imports to top for hydrawise ([@springstan] - [#29421]) ([hydrawise docs]) - Move imports to top for ihc ([@springstan] - [#29425]) ([ihc docs]) -- Move imports to top for ialarm ([@springstan] - [#29422]) ([ialarm docs]) +- Move imports to top for ialarm ([@springstan] - [#29422]) - Move imports to top for gitter ([@springstan] - [#29412]) ([gitter docs]) - Move imports to top for homeworks ([@springstan] - [#29418]) ([homeworks docs]) - Move imports to top for gpmdp ([@springstan] - [#29413]) ([gpmdp docs]) @@ -1574,7 +1574,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [hue docs]: /integrations/hue/ [hunterdouglas_powerview docs]: /integrations/hunterdouglas_powerview/ [hydrawise docs]: /integrations/hydrawise/ -[ialarm docs]: /integrations/ialarm/ [icloud docs]: /integrations/icloud/ [idteck_prox docs]: /integrations/idteck_prox/ [ifttt docs]: /integrations/ifttt/ diff --git a/source/_redirects b/source/_redirects index 48dd17cab53..249faa51fce 100644 --- a/source/_redirects +++ b/source/_redirects @@ -93,7 +93,6 @@ /components/alarm_control_panel.envisalink /integrations/envisalink /components/alarm_control_panel.homekit_controller /integrations/homekit_controller /components/alarm_control_panel.homematicip_cloud /integrations/homematicip_cloud -/components/alarm_control_panel.ialarm /integrations/ialarm /components/alarm_control_panel.lupusec /integrations/lupusec /components/alarm_control_panel.manual /integrations/manual /components/alarm_control_panel.manual_mqtt /integrations/manual_mqtt @@ -1435,7 +1434,6 @@ /components/hunterdouglas_powerview /integrations/hunterdouglas_powerview /components/hydrawise /integrations/hydrawise /components/hyperion /integrations/hyperion -/components/ialarm /integrations/ialarm /components/iaqualink /integrations/iaqualink /components/icloud /integrations/icloud /components/idteck_prox /integrations/idteck_prox diff --git a/source/images/supported_brands/antifurto365-ialarm.png b/source/images/supported_brands/antifurto365-ialarm.png deleted file mode 100644 index e7ba2290cdc94080ff89e418f9a0ab490612217f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2916 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