mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on Example to 8d11fee
This commit is contained in:
parent
dc97c1dc39
commit
42bf93017c
4 changed files with 16 additions and 34 deletions
|
@ -1,23 +1,5 @@
|
|||
# Changelog since v3.1.0
|
||||
|
||||
2020/01/02 22:11 UTC - [7def140](https://github.com/hassio-addons/addon-example/commit/7def1409e81a9426d94ef0de172dfd902e95b218) by [@frenck](https://github.com/frenck)
|
||||
> :pencil2: Fixes some spelling and grammar
|
||||
|
||||
2020/01/02 22:11 UTC - [8d33137](https://github.com/hassio-addons/addon-example/commit/8d33137226a17184c1b6e0e00e34b9a2193ab685) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades add-on base image to v6.0.1
|
||||
|
||||
2020/01/02 22:11 UTC - [2efa344](https://github.com/hassio-addons/addon-example/commit/2efa34414ff6043476502c35c0122bc41febafa0) by [@frenck](https://github.com/frenck)
|
||||
> :pencil2: Funding adjustments
|
||||
|
||||
2020/01/02 22:11 UTC - [cceae4c](https://github.com/hassio-addons/addon-example/commit/cceae4c6ee1dddbf365797e97e391aef7fbaef6c) by [@frenck](https://github.com/frenck)
|
||||
> :pencil2: Fixes some spelling and grammar
|
||||
|
||||
2020/01/02 22:11 UTC - [8824edd](https://github.com/hassio-addons/addon-example/commit/8824eddf8dec733f68c0082f0e2ae6bf3b9cbff3) by [@frenck](https://github.com/frenck)
|
||||
> :books: Adjust add-on installation instructions
|
||||
|
||||
2020/01/02 22:11 UTC - [91433c9](https://github.com/hassio-addons/addon-example/commit/91433c95e8b83a6ea34bb7b5ae0748ee750e30ff) by [@frenck](https://github.com/frenck)
|
||||
> :fireworks: Updates maintenance/license year to 2020
|
||||
|
||||
2020/01/02 22:11 UTC - [a3c1702](https://github.com/hassio-addons/addon-example/commit/a3c17023dad97e38c3440dbea9a04ecd0c97a52d) by [@sinclairpaul](https://github.com/sinclairpaul)
|
||||
> 🚑Fix permissions on shell scripts (#16)
|
||||
|
||||
# Changelog since v3.2.0
|
||||
- :hammer: Update add-on config with new password & list features
|
||||
- :hammer: Re-branding
|
||||
- :books: Update add-on documentation to use new YAML configuration format
|
||||
- :arrow_up: Upgrades add-on base image to v7.0.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Community Hass.io Add-ons: Example
|
||||
# Community Home Assistant Add-on: Example
|
||||
|
||||
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
||||
|
||||
|
@ -31,8 +31,8 @@ It shows off several features and structures like:
|
|||
|
||||
## WARNING! THIS IS AN EDGE VERSION!
|
||||
|
||||
This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds
|
||||
add-ons are based upon the latest development version.
|
||||
This Home Assistant Add-ons repository contains edge builds of add-ons.
|
||||
Edge builds add-ons are based upon the latest development version.
|
||||
|
||||
- They may not work at all.
|
||||
- They might stop working at any time.
|
||||
|
@ -50,7 +50,7 @@ If you are more interested in stable releases of our add-ons:
|
|||
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-example/blob/7def140/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-example/blob/8d11fee/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io?u=frenck
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
|
@ -59,5 +59,5 @@ If you are more interested in stable releases of our add-ons:
|
|||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-7def140-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-example/tree/7def140
|
||||
[release-shield]: https://img.shields.io/badge/version-8d11fee-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-example/tree/8d11fee
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Example",
|
||||
"version": "7def140",
|
||||
"version": "8d11fee",
|
||||
"slug": "example",
|
||||
"description": "Example add-on by Community Hass.io Add-ons",
|
||||
"url": "https://github.com/hassio-addons/addon-example",
|
||||
|
@ -20,7 +20,7 @@
|
|||
"seconds_between_quotes": 5
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)",
|
||||
"seconds_between_quotes": "int(1,120)"
|
||||
},
|
||||
"image": "hassioaddons/example-{arch}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue