core/homeassistant/components/elkm1
gjbadros f9aff4fc41
Use new elkm1-lib module's LD log data support to correctly identify user_ids (#36211)
* Requires 0.7.18 of elkm1 library to decode LD messages, and uses those messages to reliably set the arming/disarming user when there are more than one area.  See https://github.com/home-assistant/core/issues/35310.

* Fixed typo

* Fixed off by one error -- LD command reports 1-based user-numbers which is the changed_by_id we want, but we need 0-based indices as argument to username.

* Bump required version of elkm1, remove logging message I was using for testing; prepping for PR.

* Black formatted

* Fixed bug whereby I needed to ref elements when running against released build of elkm1-lib
2020-05-28 18:26:03 -05:00
..
translations [ci skip] Translation update 2020-05-22 00:05:00 +00:00
__init__.py
alarm_control_panel.py Use new elkm1-lib module's LD log data support to correctly identify user_ids (#36211) 2020-05-28 18:26:03 -05:00
climate.py
config_flow.py
const.py
light.py Rename Light to LightEntity (#34593) 2020-04-26 18:49:41 +02:00
manifest.json Use new elkm1-lib module's LD log data support to correctly identify user_ids (#36211) 2020-05-28 18:26:03 -05:00
scene.py
sensor.py
services.yaml
strings.json Use config flow references for data (#35529) 2020-05-12 10:50:44 -07:00
switch.py Rename SwitchDevice to SwitchEntity (#34673) 2020-04-26 18:50:37 +02:00