rhasspy / wyoming-piper

Wyoming protocol server for Piper text to speech system
MIT License
41 stars 11 forks source link

mark most recent release as latest #15

Open stu247 opened 2 days ago

stu247 commented 2 days ago

Please mark the most recent release of wyoming-piper (currently v1.5.2) as the "Latest" release. See (https://github.com/rhasspy/wyoming-faster-whisper) as an example; it has the Latest release set to v2.2.0.

This would allow people to monitor for changes in HA via:

rest:
  - resource: https://api.github.com/repos/rhasspy/wyoming-piper/releases/latest
    scan_interval: 21600  # 6 hrs
    sensor:
      - name: "Piper Latest Version"
        value_template: "{{ value_json.tag_name }}"
stu247 commented 2 days ago

Doing a little more research, it looks like the addon (https://github.com/home-assistant/addons/blob/master/piper/build.yaml) and the wyoming-piper docker container (https://hub.docker.com/r/rhasspy/wyoming-piper/tags) are both using v1.5.0 and not v1.5.2. In that case should Latest be set to v1.5.0?