Remove alarmdotcom integration (ADR-0004) (#12458)

This commit is contained in:
Franck Nijhof 2020-03-21 07:46:22 +01:00 committed by GitHub
parent 6f40c966c3
commit 40040518c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 7 additions and 64 deletions

View File

@ -1,47 +0,0 @@
---
title: Alarm.com
description: Instructions on how to integrate Alarm.com into Home Assistant.
logo: alarmdotcom.png
ha_category:
- Alarm
ha_release: 0.11
ha_domain: alarmdotcom
---
The `alarmdotcom` platform is consuming the information provided by [Alarm.com](https://www.alarm.com/).
## Configuration
To enable this, add the following lines to your `configuration.yaml`:
```yaml
# Example configuration.yaml entry
alarm_control_panel:
platform: alarmdotcom
username: YOUR_USERNAME
password: YOUR_PASSWORD
```
{% configuration %}
username:
description: Username for the Alarm.com account.
required: true
type: string
password:
description: Password for the Alarm.com account.
required: true
type: string
name:
description: The name of the alarm.
required: false
default: Alarm.com
type: string
code:
description: Specifies a code to enable or disable the alarm in the frontend.
required: false
type: integer
{% endconfiguration %}
<div class='note warning'>
Please make sure that your alarm.com language is set to English before open any issue.
</div>

View File

@ -13,7 +13,7 @@ First release of 2016 and we are on 🔥! The [main repository][github-ha] has p
[github-ha]: https://github.com/home-assistant/home-assistant/
[release-pr]: https://github.com/home-assistant/home-assistant/pull/883#partial-users-participants
<img src='https://brands.home-assistant.io/mysensors/logo.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/raspberry-pi.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='50' /><img src='/images/supported_brands/yr.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/telldus_tellstick.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/free_mobile.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/netatmo.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/alarmdotcom.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/proliphix.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' />
<img src='https://brands.home-assistant.io/mysensors/logo.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/raspberry-pi.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='50' /><img src='/images/supported_brands/yr.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/telldus_tellstick.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/free_mobile.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/netatmo.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/proliphix.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' />
- [MySensors] revamped and switch support added ([@MartinHjelmare][@MartinHjelmare])
- Full refactor of RPi GPIO. Now includes [binary sensor][rpi-bs] and [switch][rpi-s] ([@sfam])
@ -53,7 +53,6 @@ First release of 2016 and we are on 🔥! The [main repository][github-ha] has p
[Cast]: /integrations/cast
[Universal media player]: /integrations/universal
[Netatmo]: /integrations/netatmo#sensor
[Alarm.com]: /integrations/alarmdotcom
[Proliphix]: /integrations/proliphix/
[rpi-bs]: /integrations/rpi_gpio#binary-sensor
[rpi-s]: /integrations/rpi_gpio#switch

View File

@ -132,7 +132,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Bump pywemo version. ([@pavoni] - [#7004])
- Fix Synology camera content type ([@balloob] - [#7010]) ([camera.synology docs])
- Fix two more instances of JSON parsing synology ([@balloob] - [#7014])
- Bump pyalarmdotcom to support new version of aiohttp ([@Xorso] - [#7021]) ([alarm_control_panel.alarmdotcom docs])
- Bump pyalarmdotcom to support new version of aiohttp ([@Xorso] - [#7021])
- Fix US states check (fixes #7015) ([@fabaff] - [#7017])
- Remove deprecated remote classes ([@balloob] - [#7011]) (breaking change)
- Replace 'vendor_id' with 'arch' (fixes #7003) ([@fabaff] - [#7023])
@ -417,7 +417,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@turbokongen]: https://github.com/turbokongen
[@viswa-swami]: https://github.com/viswa-swami
[alarm_control_panel.alarmdotcom docs]: /integrations/alarmdotcom
[arduino docs]: /integrations/arduino/
[automation docs]: /integrations/automation/
[binary_sensor.ping docs]: /integrations/ping#binary-sensor

View File

@ -318,7 +318,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- IMAP sensor async/await conversion ([@amelchio] - [#12988]) ([sensor.imap docs])
- Refactor Google Assistant ([@balloob] - [#12959]) ([google_assistant docs]) ([light docs]) (breaking change)
- Bump pyEmby version to support aiohttp => 3 ([@mezz64] - [#12986]) ([media_player.emby docs])
- Update pyalarmdotcom version ([@koolsb] - [#12987]) ([alarm_control_panel.alarmdotcom docs])
- Update pyalarmdotcom version ([@koolsb] - [#12987])
- Show the error message when Zabbix fails to log in ([@cyberjacob] - [#12985]) ([zabbix docs])
- Script/gen_requirements: Ignore package families ([@cdce8p] - [#12963])
- Fix Sonos group discovery ([@amelchio] - [#12970]) ([media_player.sonos docs])
@ -540,7 +540,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@teharris1]: https://github.com/teharris1
[@thejta]: https://github.com/thejta
[@turbokongen]: https://github.com/turbokongen
[alarm_control_panel.alarmdotcom docs]: /integrations/alarmdotcom
[alarm_control_panel.concord232 docs]: /integrations/concord232#alarm-control-panel
[alarm_control_panel.egardia docs]: /integrations/egardia
[api docs]: /integrations/api/

View File

@ -172,7 +172,7 @@ rainmachine:
- Sensor device classes ([@cdce8p] - [#14282]) ([sensor docs]) (breaking change)
- Matrix Chatbot ([@tinloaf] - [#13355]) ([matrix docs]) ([notify docs]) (breaking change) (new-platform)
- deCONZ add new device without restart ([@Kane610] - [#14221]) ([deconz docs]) ([binary_sensor.deconz docs]) ([light.deconz docs]) ([sensor.deconz docs])
- Add alarmdotcom sensor status ([@jnewland] - [#14254]) ([alarm_control_panel.alarmdotcom docs])
- Add alarmdotcom sensor status ([@jnewland] - [#14254])
- Add domain to labels and count state changes to Prometheus ([@jnewland] - [#14253]) ([prometheus docs])
- Add support for max_volume ([@relvacode] - [#13822]) ([media_player.onkyo docs])
- Refactor ImageProcessingFaceEntity ([@robmarkcole] - [#14296]) ([image_processing docs]) ([image_processing.dlib_face_detect docs]) ([image_processing.dlib_face_identify docs]) ([image_processing.microsoft_face_detect docs]) ([image_processing.microsoft_face_identify docs])
@ -372,7 +372,6 @@ rainmachine:
[@thelittlefireman]: https://github.com/thelittlefireman
[@tinloaf]: https://github.com/tinloaf
[abode docs]: /integrations/abode/
[alarm_control_panel.alarmdotcom docs]: /integrations/alarmdotcom
[auth docs]: /integrations/auth/
[binary_sensor docs]: /integrations/binary_sensor/
[binary_sensor.deconz docs]: /integrations/deconz#binary-sensor

View File

@ -14,7 +14,6 @@ A man in the middle attack is when an attacker is able to inject itself between
After research, the following integrations have been impacted. Although the odds are extremely small, we still suggest that if you use any of these integrations, to create new API keys or change your password.
- [alarm_control_panel.alarmdotcom](/integrations/alarmdotcom)
- [climate.sensibo](/integrations/sensibo)
- [cloud](/integrations/cloud/) (only short lived tokens impacted)
- [device_tracker.automatic](/integrations/automatic)

View File

@ -279,7 +279,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Lowercase code format ([@balloob] - [#20077]) ([alarm_control_panel docs]) (breaking change)
- fix logic error in dubln bus ([@ttroy50] - [#20075]) ([sensor.dublin_bus_transport docs])
- Bump abode to 0.15.0 ([@shred86] - [#20064]) ([abode docs])
- Change return text code for alarm control panels ([@arsaboo] - [#20055]) ([alarm_control_panel.alarmdotcom docs])
- Change return text code for alarm control panels ([@arsaboo] - [#20055])
- Adjust OpenUV integration for upcoming API limit changes ([@bachya] - [#19949]) ([openuv docs]) (breaking change)
- Fix ihc issues caused by update to defusedxml ([@mopolus] - [#20091]) ([ihc docs])
- Move ESPHome Source Files ([@OttoWinter] - [#20092]) ([esphome docs])
@ -596,7 +596,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[abode docs]: /integrations/abode/
[ads docs]: /integrations/ads/
[alarm_control_panel docs]: /integrations/alarm_control_panel/
[alarm_control_panel.alarmdotcom docs]: /integrations/alarmdotcom
[alarm_control_panel.arlo docs]: /integrations/arlo
[alarm_control_panel.elkm1 docs]: /integrations/elkm1
[alarm_control_panel.homekit_controller docs]: /integrations/homekit_controller

View File

@ -574,7 +574,7 @@ The **holiday name** sensor has been renamed to **holiday**. ([@tsvi] - [#27654]
- Move imports in nest component ([@Quentame] - [#27778]) ([nest docs])
- moved imports to top level ([@Bouni] - [#27781]) ([airvisual docs])
- Move imports in netgear component ([@Quentame] - [#27776]) ([netgear docs])
- moved imports to top level ([@Bouni] - [#27784]) ([alarmdotcom docs])
- moved imports to top level ([@Bouni] - [#27784])
- Generate ADB key for Android TV integration ([@JeffLIrion] - [#27344]) ([androidtv docs])
- moved imports to top level ([@Bouni] - [#27782]) ([aladdin_connect docs])
- Move imports in android_ip_webcam component ([@Bouni] - [#27797]) ([android_ip_webcam docs])
@ -1527,7 +1527,6 @@ The **holiday name** sensor has been renamed to **holiday**. ([@tsvi] - [#27654]
[aladdin_connect docs]: /integrations/aladdin_connect/
[alarm_control_panel docs]: /integrations/alarm_control_panel/
[alarmdecoder docs]: /integrations/alarmdecoder/
[alarmdotcom docs]: /integrations/alarmdotcom/
[alexa docs]: /integrations/alexa/
[alpha_vantage docs]: /integrations/alpha_vantage/
[amazon_polly docs]: /integrations/amazon_polly/

View File

@ -755,7 +755,7 @@ Hats over your heart for these shuttered integrations. Pour one out for:
- Removes Cisco Spark integration ([@frenck] - [#30738]) (breaking change)
- Fix translation from HA playlist to UPnP playlistItem ([@StevenLooman] - [#30743]) ([dlna_dmr docs])
- Fix 'NewIPAddress' error in component fritz ([@basdelfos] - [#30210]) ([fritz docs]) ([fritzbox_netmonitor docs]) (breaking change)
- Fix small typo in alarmdotcom component ([@akinomeroglu] - [#30758]) ([alarmdotcom docs])
- Fix small typo in alarmdotcom component ([@akinomeroglu] - [#30758])
- Fix supported_features in MQTT fan ([@springstan] - [#28680]) ([mqtt docs]) (breaking change)
- Add support for the voltage sensor on the greeneye GEM ([@garbled1] - [#30484]) ([greeneye_monitor docs])
- Add Safe Mode ([@balloob] - [#30723]) ([frontend docs]) ([http docs]) ([safe_mode docs]) (breaking change) (new-integration)
@ -1413,7 +1413,6 @@ Hats over your heart for these shuttered integrations. Pour one out for:
[adguard docs]: /integrations/adguard/
[airly docs]: /integrations/airly/
[alarmdecoder docs]: /integrations/alarmdecoder/
[alarmdotcom docs]: /integrations/alarmdotcom/
[alexa docs]: /integrations/alexa/
[almond docs]: /integrations/almond/
[amcrest docs]: /integrations/amcrest/

View File

@ -83,7 +83,6 @@
/components/air_quality.opensensemap /integrations/opensensemap
/components/alarm_control_panel.abode /integrations/abode
/components/alarm_control_panel.alarmdecoder /integrations/alarmdecoder#alarm-control-panel
/components/alarm_control_panel.alarmdotcom /integrations/alarmdotcom
/components/alarm_control_panel.arlo /integrations/arlo
/components/alarm_control_panel.blink /integrations/blink
/components/alarm_control_panel.canary /integrations/canary
@ -1099,7 +1098,6 @@
/components/alarm_control_panel.ifttt /integrations/alarm_control_panel.ifttt
/components/alarm_control_panel.mqtt /integrations/alarm_control_panel.mqtt
/components/alarmdecoder /integrations/alarmdecoder
/components/alarmdotcom /integrations/alarmdotcom
/components/alert /integrations/alert
/components/alexa /integrations/alexa
/components/alexa.flash_briefings /integrations/alexa.flash_briefings

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB