- Adds Aqara E1 wall switches #393 @airlychee
- Adds Aqara Double Wall Switch US (WS-USC04) #357 @niceboygithub
- Adds new Mesh light models #364 @algovera
- Adds push update for alarm_control_panel #349 @tam-wh
- Adds support
alarm_trigger
for alarm_control_panel
- Adds
attributes_template
support (calculated once on entity init process)
- Adds support BLE Toothbrush
- Rename
mosquitto
attribute to supply
- Improved stability of zigbee2mqtt mode switching
- Fix
TRIGGER_BASE_SCHEMA
error #385 #388 @aatrubilin
- Fix missed button clicks in some cases
- Fix "Event loop is closed" bug
- Fix integration restart
- Fix stats sensors for BLE devices
xiaomi_gateway3:
attributes_template: |
{% if attr in ('ble', 'zigbee') %}{{{
"name": device["device_name"],
"gate": gateway["device_name"]
}}}{% endif %}