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.2.2
This commit is contained in:
parent
516db8f9b7
commit
8b8cbd5dcf
4 changed files with 11 additions and 12 deletions
|
@ -885,10 +885,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.2.1
|
||||
[addon-doc-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/blob/v0.2.1/README.md
|
||||
[addon-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.2.2
|
||||
[addon-doc-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/blob/v0.2.2/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.2.1-blue.svg
|
||||
[lutron-cert-version-shield]: https://img.shields.io/badge/version-v0.2.2-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
|
||||
|
|
|
@ -2,12 +2,11 @@
|
|||
|
||||
This is a maintenance release and does not have breaking changes.
|
||||
|
||||
### Changes
|
||||
### 🔨 Changes
|
||||
|
||||
- :arrow_up: Upgrades add-on base image to Python 1.1.0
|
||||
- :sparkles: Adds port descriptions
|
||||
- :hammer: Refactor add-on to be compatible with new base image
|
||||
- :arrow_up: Updates requests to v2.22.0 (#3)
|
||||
- :arrow_up: Updates Flask to v1.0.3 (#4)
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-lutron-cert/compare/v0.2.0...v0.2.1
|
||||
[changelog]: https://github.com/hassio-addons/addon-lutron-cert/compare/v0.2.1...v0.2.2
|
||||
|
||||
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.2.1/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-lutron-cert/blob/v0.2.2/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-lutron-certificate/70317
|
||||
[lutron-caseta-docs]: https://www.home-assistant.io/components/lutron_caseta/
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.2.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.2.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.2.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.2.2
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Lutron Certificate",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"slug": "lutron-cert",
|
||||
"description": "Generate certificate to control Lutron Caseta bridge locally",
|
||||
"url": "https://github.com/hassio-addons/addon-lutron-cert",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue