Skip to content

v1.3.0 - 2021-07-28

Compare
Choose a tag to compare
@AlexxIT AlexxIT released this 28 Jul 05:12
· 1423 commits to master since this release
  • 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 %}