* Support new HA separate lock state for Xiaomi ZNMS12LM and ZNMS12LM
https://github.com/home-assistant/home-assistant/pull/29808
* Update homeassistant.js
* Update homeassistant.js
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
* Update homeassistant.js
Added config parameters for Sinope TH1123ZB line voltage thermostat:
- Keypad lockout using the code for Stelpro thermostats.
- Power sensor.
* Update homeassistant.js
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
* Added endpoints for Busch-Jaeger
* Added RM01 to homeassistant.js
* Updated mapping to reflect latest change in converter
* Renamed endpoint according to converted PR
* Support for Philips Hue Fair
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
* Added endpoints for Busch-Jaeger
* Added RM01 to homeassistant.js
* Updated mapping to reflect latest change in converter
* Renamed endpoint according to converted PR
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
* LLKZMK11LM Supports power, temperature and consumption
LLKZMK11LM already sends power, temperature and consumption in mqtt json.
```
info 2020-01-02 20:06:20: MQTT publish: topic 'zigbee2mqtt/front_outdoor_lights', payload '{"state_l1":"ON","linkquality":54,"state_l2":"OFF","power":35.1,"consumption":2.89,"temperature":33}'
```
Not sure in which units `consumption` is. Not adding right now.
* LLKZMK11LM power consumption
* Linter
* mdi-flash
* Added <operation>_failed logging
for external tools (like Zigbee2MqttAssistant), this will allow the tool to know when an operation is failed.
https://github.com/Koenkk/zigbee2mqtt/issues/2223
* Added _failed logging to binding operations too
* Added _failed to group operations
* fix potential null exception
* Added support for Stelpro Ki
* Stelpro Ki: Added support for action_mode
(cherry picked from commit 0f740f1aedbedb28d64245531f10a9bfd985e49b)
* Stelpro Ki: fix "lock" status update
(cherry picked from commit 6ac94411183d92d1f658a7d17a724e50587b8571)
* Fixed lint issues
* Stelpro: Fixed local_temperature sensor
* Added support for Stelpro Maestro
* Fix lint
* HASS: Fixed support for action_topic/action_template
* Prevent a non supported device from causing a null-ref
* Update naming.
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>