mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Lutron Certificate 0.5.1
This commit is contained in:
parent
c8a3167f0b
commit
e1e8b6ecbe
4 changed files with 14 additions and 17 deletions
|
@ -991,10 +991,10 @@ SOFTWARE.
|
|||
[log-viewer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[log-viewer-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[log-viewer-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.5.0
|
||||
[addon-doc-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/blob/v0.5.0/README.md
|
||||
[addon-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.5.1
|
||||
[addon-doc-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/blob/v0.5.1/README.md
|
||||
[lutron-cert-issue]: https://github.com/hassio-addons/addon-lutron-cert/issues
|
||||
[lutron-cert-version-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg
|
||||
[lutron-cert-version-shield]: https://img.shields.io/badge/version-v0.5.1-blue.svg
|
||||
[lutron-cert-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/lutron-cert-armhf.svg
|
||||
[lutron-cert-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[lutron-cert-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,17 +1,13 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
This is a maintenance release and does not have breaking changes.
|
||||
|
||||
### 🔨 Changes
|
||||
|
||||
- :books: Update add-on documentation to use new YAML configuration format
|
||||
- :arrow_up: Upgrades add-on base image to v5.0.0
|
||||
- :hammer: Re-branding
|
||||
- :hammer: Update add-on config with new password & list features
|
||||
- :arrow_up: Updates requests to v2.23.0 (#8)
|
||||
- :arrow_up: Upgrades add-on base image to v5.0.2
|
||||
- :hammer: Update community forum links
|
||||
- :arrow_up: Upgrades gcc to 9.2.0-r4
|
||||
- :arrow_up: Updates cryptography to v2.9 (#9)
|
||||
- :arrow_up: Updates Flask to v1.1.2 (#10)
|
||||
- :arrow_up: Upgrades base image to v5.1.0
|
||||
- :hammer: Disable Docker init
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-lutron-cert/compare/v0.4.0...v0.5.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-lutron-cert/compare/v0.5.0...v0.5.1
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
|
@ -61,11 +61,11 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/dale3h
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-lutron-cert/blob/v0.5.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-lutron-cert/blob/v0.5.1/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-lutron-certificate/70317?u=frenck
|
||||
[lutron-caseta-docs]: https://www.home-assistant.io/components/lutron_caseta/
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.5.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.5.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.5.1
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Lutron Certificate",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"slug": "lutron-cert",
|
||||
"description": "Generate certificate to control Lutron Caseta bridge locally",
|
||||
"url": "https://github.com/hassio-addons/addon-lutron-cert",
|
||||
|
@ -14,6 +14,7 @@
|
|||
"i386"
|
||||
],
|
||||
"boot": "manual",
|
||||
"init": false,
|
||||
"hassio_role": "default",
|
||||
"hassio_api": true,
|
||||
"homeassistant_api": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue