mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Remove iAlarm integration (ADR-0004) (#15584)
This commit is contained in:
parent
c12b059b52
commit
c0835221ad
@ -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.
|
|
@ -29,7 +29,7 @@ Yahoo! has discontinued their financial service. To fill this gap we have now th
|
|||||||
|
|
||||||
## New Platforms
|
## 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 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)
|
- 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)
|
- 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])
|
- Unpacking RESTful sensor JSON results into attributes. ([@nickovs] - [#10753]) ([sensor.rest docs])
|
||||||
- Bump dev to 0.60.0.dev0 ([@fabaff] - [#10912])
|
- Bump dev to 0.60.0.dev0 ([@fabaff] - [#10912])
|
||||||
- Update eliqonline.py ([@molobrakos] - [#10914]) ([sensor.eliqonline docs])
|
- 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])
|
- Correction of Samsung Power OFF behaviour ([@RiRomain] - [#10907]) ([media_player.samsungtv docs])
|
||||||
- Add Alpha Vantage sensor ([@fabaff] - [#10873]) ([sensor.alpha_vantage docs]) (new-platform)
|
- 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])
|
- 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
|
[@ziotibia81]: https://github.com/ziotibia81
|
||||||
[ads docs]: /integrations/ads/
|
[ads docs]: /integrations/ads/
|
||||||
[alarm_control_panel.egardia docs]: /integrations/egardia
|
[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 docs]: /integrations/manual
|
||||||
[alarm_control_panel.manual_mqtt docs]: /integrations/manual_mqtt/
|
[alarm_control_panel.manual_mqtt docs]: /integrations/manual_mqtt/
|
||||||
[alarm_control_panel.totalconnect docs]: /integrations/totalconnect
|
[alarm_control_panel.totalconnect docs]: /integrations/totalconnect
|
||||||
|
@ -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])
|
- 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)
|
- 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])
|
- 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])
|
- 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])
|
- 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)
|
- 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
|
[@ultrara1n]: https://github.com/ultrara1n
|
||||||
[@vetegrodd]: https://github.com/vetegrodd
|
[@vetegrodd]: https://github.com/vetegrodd
|
||||||
[@w1ll1am23]: https://github.com/w1ll1am23
|
[@w1ll1am23]: https://github.com/w1ll1am23
|
||||||
[alarm_control_panel.ialarm docs]: /integrations/ialarm
|
|
||||||
[alarm_control_panel.lupusec docs]: /integrations/lupusec
|
[alarm_control_panel.lupusec docs]: /integrations/lupusec
|
||||||
[alarm_control_panel.manual_mqtt docs]: /integrations/manual_mqtt/
|
[alarm_control_panel.manual_mqtt docs]: /integrations/manual_mqtt/
|
||||||
[alarm_control_panel.totalconnect docs]: /integrations/totalconnect
|
[alarm_control_panel.totalconnect docs]: /integrations/totalconnect
|
||||||
|
@ -125,7 +125,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- update edp_redy version ([@abmantis] - [#19078])
|
- update edp_redy version ([@abmantis] - [#19078])
|
||||||
- Update Google Assistant services description and request sync timeout ([@edif30] - [#19113])
|
- Update Google Assistant services description and request sync timeout ([@edif30] - [#19113])
|
||||||
- Fixed doorbird config without events (empty list) ([@basschipper] - [#19121]) ([doorbird docs])
|
- 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 youtube_dl to 2018.12.03 ([@fabaff] - [#19139]) ([media_extractor docs])
|
||||||
- Upgrade mypy to 0.650 ([@scop] - [#19150])
|
- Upgrade mypy to 0.650 ([@scop] - [#19150])
|
||||||
- Update geizhals dependency ([@tinloaf] - [#19152]) ([sensor.geizhals docs])
|
- 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/
|
[ads docs]: /integrations/ads/
|
||||||
[air_pollutants docs]: /integrations/air_quality
|
[air_pollutants docs]: /integrations/air_quality
|
||||||
[air_quality 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.mqtt docs]: /integrations/alarm_control_panel.mqtt/
|
||||||
[alarm_control_panel.ness_alarm docs]: /integrations/ness_alarm
|
[alarm_control_panel.ness_alarm docs]: /integrations/ness_alarm
|
||||||
[alarm_control_panel.nx584 docs]: /integrations/nx584
|
[alarm_control_panel.nx584 docs]: /integrations/nx584
|
||||||
|
@ -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 gogogate2 ([@springstan] - [#29411]) ([gogogate2 docs])
|
||||||
- Move imports to top for hydrawise ([@springstan] - [#29421]) ([hydrawise 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 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 gitter ([@springstan] - [#29412]) ([gitter docs])
|
||||||
- Move imports to top for homeworks ([@springstan] - [#29418]) ([homeworks docs])
|
- Move imports to top for homeworks ([@springstan] - [#29418]) ([homeworks docs])
|
||||||
- Move imports to top for gpmdp ([@springstan] - [#29413]) ([gpmdp 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/
|
[hue docs]: /integrations/hue/
|
||||||
[hunterdouglas_powerview docs]: /integrations/hunterdouglas_powerview/
|
[hunterdouglas_powerview docs]: /integrations/hunterdouglas_powerview/
|
||||||
[hydrawise docs]: /integrations/hydrawise/
|
[hydrawise docs]: /integrations/hydrawise/
|
||||||
[ialarm docs]: /integrations/ialarm/
|
|
||||||
[icloud docs]: /integrations/icloud/
|
[icloud docs]: /integrations/icloud/
|
||||||
[idteck_prox docs]: /integrations/idteck_prox/
|
[idteck_prox docs]: /integrations/idteck_prox/
|
||||||
[ifttt docs]: /integrations/ifttt/
|
[ifttt docs]: /integrations/ifttt/
|
||||||
|
@ -93,7 +93,6 @@
|
|||||||
/components/alarm_control_panel.envisalink /integrations/envisalink
|
/components/alarm_control_panel.envisalink /integrations/envisalink
|
||||||
/components/alarm_control_panel.homekit_controller /integrations/homekit_controller
|
/components/alarm_control_panel.homekit_controller /integrations/homekit_controller
|
||||||
/components/alarm_control_panel.homematicip_cloud /integrations/homematicip_cloud
|
/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.lupusec /integrations/lupusec
|
||||||
/components/alarm_control_panel.manual /integrations/manual
|
/components/alarm_control_panel.manual /integrations/manual
|
||||||
/components/alarm_control_panel.manual_mqtt /integrations/manual_mqtt
|
/components/alarm_control_panel.manual_mqtt /integrations/manual_mqtt
|
||||||
@ -1435,7 +1434,6 @@
|
|||||||
/components/hunterdouglas_powerview /integrations/hunterdouglas_powerview
|
/components/hunterdouglas_powerview /integrations/hunterdouglas_powerview
|
||||||
/components/hydrawise /integrations/hydrawise
|
/components/hydrawise /integrations/hydrawise
|
||||||
/components/hyperion /integrations/hyperion
|
/components/hyperion /integrations/hyperion
|
||||||
/components/ialarm /integrations/ialarm
|
|
||||||
/components/iaqualink /integrations/iaqualink
|
/components/iaqualink /integrations/iaqualink
|
||||||
/components/icloud /integrations/icloud
|
/components/icloud /integrations/icloud
|
||||||
/components/idteck_prox /integrations/idteck_prox
|
/components/idteck_prox /integrations/idteck_prox
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.8 KiB |
Loading…
x
Reference in New Issue
Block a user