From 770d596428648c33f6b58afb2d30305288bae320 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 10 Apr 2021 12:13:54 +0000 Subject: [PATCH] :tada: Release of add-on Lutron Certificate 0.8.0 --- README.md | 6 +++--- lutron-cert/CHANGELOG.md | 43 +++++++++++++++++++++++++++++----------- lutron-cert/DOCS.md | 18 +++++++++++++++++ lutron-cert/README.md | 22 +++++++++++++++++--- lutron-cert/config.json | 3 ++- 5 files changed, 73 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 2ee9fdf9..5009a356 100644 --- a/README.md +++ b/README.md @@ -891,10 +891,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.7.0 -[addon-doc-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/blob/v0.7.0/README.md +[addon-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.8.0 +[addon-doc-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/blob/v0.8.0/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.7.0-blue.svg +[lutron-cert-version-shield]: https://img.shields.io/badge/version-v0.8.0-blue.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 [lutron-cert-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/lutron-cert/CHANGELOG.md b/lutron-cert/CHANGELOG.md index 8a5f8cd8..a9b611a1 100644 --- a/lutron-cert/CHANGELOG.md +++ b/lutron-cert/CHANGELOG.md @@ -1,18 +1,37 @@ ## What’s changed -## 🧰 Maintenance +### ⚠️ This add-on is now deprecated -- Cleanup repository @frenck (#23) -- Happy New Year @frenck (#24) -- Upgrade Code of Conduct @frenck (#25) -- Add new repository workflow @frenck (#26) +This add-on used to be helpful when in need of getting the signed certificates +of your Lutron Caseta smart bridge in order to use it with Home Assistant. + +Nowadays, Home Assistant does support/help with this itself and this add-on +is therefore no longer needed. + +If you want to integrate Lutron Caseta with Home Assistant, then follow +the instructions on the Home Assistant Lutron Caseta integration documentation +page: + +home-assistant.io/integrations/lutron_caseta/#configuration + +## 🚨 Breaking changes + +- Deprecate add-on @frenck (#46) ## ⬆️ Dependency updates -- ⬆ Updates requests to v2.25.0 @renovate (#19) -- ⬆ Updates cryptography to v3.3.1 @renovate (#20) -- ⬆ Updates requests to v2.25.1 @renovate (#22) -- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#27) -- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#28) -- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#29) -- Upgrade add-on base image to 9.1.2 @frenck (#30) +- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#31) +- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#32) +- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#33) +- ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#34) +- ⬆️ Bump cryptography from 3.3.1 to 3.3.2 in /lutron-cert @dependabot (#35) +- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#36) +- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#37) +- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#38) +- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#39) +- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#40) +- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#44) +- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#43) +- ⬆️ Upgrades add-on base image to v6.0.3 @frenck (#45) +- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#42) +- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#41) diff --git a/lutron-cert/DOCS.md b/lutron-cert/DOCS.md index d633bdfd..fd3d1e45 100644 --- a/lutron-cert/DOCS.md +++ b/lutron-cert/DOCS.md @@ -4,6 +4,24 @@ This add-on will guide you through the necessary steps to create signed certificate files necessary to control your Lutron Caseta smart bridge with Home Assistant. +## Deprecation warning + +**This add-on is in a deprecated state!** + +This add-on used to be helpful when in need of getting the signed certificates +of your Lutron Caseta smart bridge in order to use it with Home Assistant. + +Nowadays, Home Assistant does support/help with this itself and this add-on +is therefore no longer needed. + +If you want to integrate Lutron Caseta with Home Assistant, than follow +the instructions on the Home Assistant Lutron Caseta integration documentation +page: + + + +## Usage + Three files will be created during successful execution of the wizard: - `/ssl/lutron/caseta.key`: the private key file used to generate the diff --git a/lutron-cert/README.md b/lutron-cert/README.md index 0f4c21aa..59601606 100644 --- a/lutron-cert/README.md +++ b/lutron-cert/README.md @@ -9,6 +9,22 @@ A simple utility to generate signed certificate files to allow local control of a Lutron Caseta smart bridge. +## Deprecation warning + +**This add-on is in a deprecated state!** + +This add-on used to be helpful when in need of getting the signed certificates +of your Lutron Caseta smart bridge in order to use it with Home Assistant. + +Nowadays, Home Assistant does support/help with this itself and this add-on +is therefore no longer needed. + +If you want to integrate Lutron Caseta with Home Assistant, than follow +the instructions on the Home Assistant Lutron Caseta integration documentation +page: + + + ## About This add-on will guide you through the necessary steps to create signed @@ -63,6 +79,6 @@ If you are more interested in stable releases of our add-ons: [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/2021.svg -[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg -[release]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.7.0 \ No newline at end of file +[project-stage-shield]: https://img.shields.io/badge/project%20stage-%20!%20DEPRECATED%20%20%20!-ff0000.svg +[release-shield]: https://img.shields.io/badge/version-v0.8.0-blue.svg +[release]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.8.0 \ No newline at end of file diff --git a/lutron-cert/config.json b/lutron-cert/config.json index 21dc14d8..2fc7eb5f 100644 --- a/lutron-cert/config.json +++ b/lutron-cert/config.json @@ -1,6 +1,7 @@ { "name": "Lutron Certificate", - "version": "0.7.0", + "stage": "deprecated", + "version": "0.8.0", "slug": "lutron-cert", "description": "Generate certificate to control Lutron Caseta bridge locally", "url": "https://github.com/hassio-addons/addon-lutron-cert",