mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on Lutron Certificate 0.2.0
This commit is contained in:
parent
55eea86024
commit
3ea71cc22c
4 changed files with 34 additions and 18 deletions
|
@ -763,10 +763,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-no-red.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.1.0
|
||||
[addon-doc-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/blob/v0.1.0/README.md
|
||||
[addon-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.2.0
|
||||
[addon-doc-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/blob/v0.2.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.1.0-blue.svg
|
||||
[lutron-cert-version-shield]: https://img.shields.io/badge/version-v0.2.0-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
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
### Changes
|
||||
|
||||
- 🚚 Moves server files to /opt
|
||||
- 🐞 Removes debug maps in config.json
|
||||
- Configure Renovate (#1)
|
||||
- :fireworks: Updates maintenance year to 2019
|
||||
- :fire: Removes BountySource links
|
||||
- :hammer: Makes log_level optional
|
||||
- :fire: Removes custom log format override
|
||||
- :arrow_up: Upgrades add-on base image to 3.0.1 + ARMv7 support
|
||||
- :books: Updates documentation for ARMv7
|
||||
- :hammer: Rewrite add-on onto Bashio
|
||||
- :hammer: Moves Python requirement into a requirements file
|
||||
- :arrow_up: Upgrades python3 to 3.6.8-r1
|
||||
- :arrow_up: Upgrades py3-cryptography to 2.4.2-r2
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-lutron-cert/compare/v0.1.0...v0.2.0
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
|
@ -45,11 +45,11 @@ the [Lutron Caseta documentation][lutron-caseta-docs].
|
|||
[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.1.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-lutron-cert/blob/v0.2.0/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/2018.svg
|
||||
[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.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.1.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.2.0
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Lutron Certificate",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"slug": "lutron-cert",
|
||||
"description": "Generate certificate to control Lutron Caseta bridge locally",
|
||||
"url": "https://github.com/hassio-addons/addon-lutron-cert",
|
||||
|
@ -10,6 +10,7 @@
|
|||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"boot": "manual",
|
||||
|
@ -20,17 +21,11 @@
|
|||
"5817/tcp": 5817
|
||||
},
|
||||
"map": [
|
||||
"ssl:rw",
|
||||
"addons"
|
||||
"ssl:rw"
|
||||
],
|
||||
"options": {
|
||||
"log_level": "info"
|
||||
},
|
||||
"options": {},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)"
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?"
|
||||
},
|
||||
"environment": {
|
||||
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
||||
},
|
||||
"image": "hassioaddons/lutron-cert"
|
||||
"image": "hassioaddons/lutron-cert-{arch}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue