mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 11:11:25 +00:00
⬆️ Updating add-on Network UPS Tools to 6436e4d
This commit is contained in:
parent
6d580a9e03
commit
8037925a61
5 changed files with 11 additions and 19 deletions
|
@ -872,10 +872,10 @@ SOFTWARE.
|
|||
[mopidy-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[mopidy-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
||||
[mopidy-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/05be885
|
||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/05be885/README.md
|
||||
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/6436e4d
|
||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/6436e4d/README.md
|
||||
[nut-issue]: https://github.com/hassio-addons/addon-nut/issues
|
||||
[nut-version-shield]: https://img.shields.io/badge/version-05be885-blue.svg
|
||||
[nut-version-shield]: https://img.shields.io/badge/version-6436e4d-blue.svg
|
||||
[nut-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[nut-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[nut-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Changelog since v0.9.1
|
||||
- 📚 Add My buttons to documentation (#220)
|
||||
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#219)
|
||||
- ⬆️ Upgrades add-on base image to 5.3.0 (#218)
|
||||
# Changelog since v0.10.0
|
||||
- 📚 Use new My Home Assistant link format (#232)
|
||||
- ⬆️ Upgrades add-on base image to 6.0.0 (#231)
|
||||
|
|
10
nut/DOCS.md
10
nut/DOCS.md
|
@ -37,12 +37,6 @@ comparison to installing any other Home Assistant add-on.
|
|||
1. Check the logs of the "Network UPS Tools" add-on to see if everything went well.
|
||||
1. Configure the [NUT Integration][nut-ha-docs].
|
||||
|
||||
Home Assistant, by default, ships with the Community Add-ons store installed.
|
||||
However, if it is missing (for any reason), you can add it by clicking the
|
||||
button My button below.
|
||||
|
||||
[![Add repository to your Home Assitant instance.][repository-badge]][repository]
|
||||
|
||||
## Configuration
|
||||
|
||||
The add-on can be used with the basic configuration, with other options for more
|
||||
|
@ -361,7 +355,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|||
SOFTWARE.
|
||||
|
||||
[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg
|
||||
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_nut
|
||||
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_nut&repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
|
||||
[contributors]: https://github.com/hassio-addons/addon-nut/graphs/contributors
|
||||
[critical-notif]: https://companion.home-assistant.io/docs/notifications/critical-notifications
|
||||
[dale3h]: https://github.com/dale3h
|
||||
|
@ -380,8 +374,6 @@ SOFTWARE.
|
|||
[nutupsdrv]: https://networkupstools.org/docs/man/nutupsdrv.html
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-nut/releases
|
||||
[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
|
||||
[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
|
||||
[semver]: https://semver.org/spec/v2.0.0
|
||||
[sleep]: https://linux.die.net/man/1/sleep
|
||||
[ups-conf]: https://networkupstools.org/docs/man/ups.conf.html
|
||||
|
|
|
@ -61,5 +61,5 @@ If you are more interested in stable releases of our add-ons:
|
|||
[nut-features]: https://networkupstools.org/features.html
|
||||
[nut-ha-docs]: https://www.home-assistant.io/integrations/nut/
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-05be885-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nut/tree/05be885
|
||||
[release-shield]: https://img.shields.io/badge/version-6436e4d-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nut/tree/6436e4d
|
|
@ -10,6 +10,7 @@ hassio_api: true
|
|||
hassio_role: manager
|
||||
homeassistant_api: true
|
||||
image: ghcr.io/hassio-addons/nut/{arch}
|
||||
init: false
|
||||
name: Network UPS Tools
|
||||
options:
|
||||
devices:
|
||||
|
@ -62,4 +63,4 @@ uart: true
|
|||
udev: true
|
||||
url: https://github.com/hassio-addons/addon-nut
|
||||
usb: true
|
||||
version: 05be885
|
||||
version: 6436e4d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue