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 Fix default elkm1 temp units (#34274) 2020-04-16 15:18:41 -07:00
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 Rename ClimateDevice to ClimateEntity (#34591) 2020-04-25 18:04:03 +02:00
config_flow.py Fix default elkm1 temp units (#34274) 2020-04-16 15:18:41 -07:00
const.py Fix default elkm1 temp units (#34274) 2020-04-16 15:18:41 -07:00
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 Add transition support to scenes, cleanup blocking parameter (#34434) 2020-04-20 18:07:50 -07:00
sensor.py Drop UNIT_ prefix for constants (#34164) 2020-04-21 19:45:53 +02:00
services.yaml Add prettier (in pre-commit and CI) (#33693) 2020-04-05 17:27:16 +02:00
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