Skip to content

v1.2.4b3

Pre-release
Pre-release
Compare
Choose a tag to compare
@AlexxIT AlexxIT released this 03 Jul 12:44
· 1454 commits to master since this release
  • Adds attributes_template support. Calculated once on entity init process
xiaomi_gateway3:
  attributes_template: |
    {% if attr in ('ble', 'zigbee') %}{{{
      "name": device["device_name"],
      "gate": gateway["device_name"]
    }}}{% endif %}