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 e7ba2290cdc..00000000000 Binary files a/source/images/supported_brands/antifurto365-ialarm.png and /dev/null differ