deConz Addon - deConz Firmware integration sensor

Use this:

  - platform: github
    access_token: !secret GitHub_Token
    repositories:
      - path: 'dresden-elektronik/deconz-rest-plugin'
        name: Zigbee Conbee1
    scan_interval: 86400

And then in your automation use:

- alias: 'Zigbee Conbee1 new firmaware notification'
  trigger:
    - platform: template
      value_template: >-
        {% set version = state_attr('sensor.zigbee_conbee1', 'latest_release_tag') %}
        {% if "beta" not in version %}
          true
        {% endif %}
  action:
    - wait_template: >-
        {% if "11:00" < now().strftime("%H:%M") < "21:00" %}
          true
        {% endif %}
    - service: notify.me
      data:
        title: HA - Information
        message: New firmare for Zigbee Conbee {{state_attr('sensor.zigbee_conbee1', 'latest_release_tag')}} is available