mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Network UPS Tools to 43631cf
This commit is contained in:
parent
958f4236f7
commit
a4ee0d7674
5 changed files with 58 additions and 56 deletions
|
@ -895,10 +895,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/aa440f8
|
||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/aa440f8/README.md
|
||||
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/43631cf
|
||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/43631cf/README.md
|
||||
[nut-issue]: https://github.com/hassio-addons/addon-nut/issues
|
||||
[nut-version-shield]: https://img.shields.io/badge/version-aa440f8-blue.svg
|
||||
[nut-version-shield]: https://img.shields.io/badge/version-43631cf-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,2 +1,4 @@
|
|||
# Changelog since v0.11.0
|
||||
- ⬆️ Upgrades add-on base image to 6.2.3 (#282)
|
||||
- 🎆 Updates maintenance/license year to 2023 (#281)
|
||||
- ⬆️ Upgrades add-on base image to 6.1.0 (#243)
|
||||
|
|
|
@ -334,7 +334,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018-2022 Dale Higgs
|
||||
Copyright (c) 2018-2023 Dale Higgs
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -55,11 +55,11 @@ If you are more interested in stable releases of our add-ons:
|
|||
[discord]: https://discord.me/hassioaddons
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-network-ups-tools/68516
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
|
||||
[nut-acknowledgements]: https://networkupstools.org/acknowledgements.html
|
||||
[nut-compatible]: https://networkupstools.org/stable-hcl.html
|
||||
[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-aa440f8-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nut/tree/aa440f8
|
||||
[release-shield]: https://img.shields.io/badge/version-43631cf-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nut/tree/43631cf
|
|
@ -1,66 +1,66 @@
|
|||
name: Network UPS Tools
|
||||
version: 43631cf
|
||||
slug: nut
|
||||
description: Manage battery backup (UPS) devices
|
||||
url: https://github.com/hassio-addons/addon-nut
|
||||
codenotary: codenotary@frenck.dev
|
||||
startup: system
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
codenotary: codenotary@frenck.dev
|
||||
description: Manage battery backup (UPS) devices
|
||||
init: false
|
||||
uart: true
|
||||
udev: true
|
||||
usb: true
|
||||
hassio_api: true
|
||||
hassio_role: manager
|
||||
homeassistant_api: true
|
||||
image: ghcr.io/hassio-addons/nut/{arch}
|
||||
init: false
|
||||
name: Network UPS Tools
|
||||
options:
|
||||
devices:
|
||||
- config: []
|
||||
driver: usbhid-ups
|
||||
name: myups
|
||||
port: auto
|
||||
mode: netserver
|
||||
shutdown_host: 'false'
|
||||
users:
|
||||
- actions: []
|
||||
instcmds:
|
||||
- all
|
||||
password: ''
|
||||
username: ''
|
||||
ports:
|
||||
3493/tcp: null
|
||||
ports_description:
|
||||
3493/tcp: Network UPS Tools
|
||||
schema:
|
||||
devices:
|
||||
- config:
|
||||
- str
|
||||
driver: str
|
||||
name: str
|
||||
port: str
|
||||
i_like_to_be_pwned: bool?
|
||||
leave_front_door_open: bool?
|
||||
list_usb_devices: bool?
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
mode: list(netserver|netclient)
|
||||
remote_ups_host: str?
|
||||
remote_ups_name: str?
|
||||
remote_ups_password: password?
|
||||
remote_ups_user: str?
|
||||
shutdown_host: bool
|
||||
upsd_maxage: int?
|
||||
upsmon_deadtime: int?
|
||||
options:
|
||||
users:
|
||||
- actions:
|
||||
- str
|
||||
- username: ''
|
||||
password: ''
|
||||
instcmds:
|
||||
- all
|
||||
actions: []
|
||||
devices:
|
||||
- name: myups
|
||||
driver: usbhid-ups
|
||||
port: auto
|
||||
config: []
|
||||
mode: netserver
|
||||
shutdown_host: 'false'
|
||||
schema:
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
users:
|
||||
- username: str
|
||||
password: password
|
||||
instcmds:
|
||||
- str
|
||||
password: password
|
||||
actions:
|
||||
- str
|
||||
upsmon: list(master|slave)?
|
||||
username: str
|
||||
slug: nut
|
||||
startup: system
|
||||
uart: true
|
||||
udev: true
|
||||
url: https://github.com/hassio-addons/addon-nut
|
||||
usb: true
|
||||
version: aa440f8
|
||||
devices:
|
||||
- name: str
|
||||
driver: str
|
||||
port: str
|
||||
config:
|
||||
- str
|
||||
mode: list(netserver|netclient)
|
||||
shutdown_host: bool
|
||||
list_usb_devices: bool?
|
||||
remote_ups_name: str?
|
||||
remote_ups_host: str?
|
||||
remote_ups_password: password?
|
||||
remote_ups_user: str?
|
||||
upsd_maxage: int?
|
||||
upsmon_deadtime: int?
|
||||
i_like_to_be_pwned: bool?
|
||||
leave_front_door_open: bool?
|
||||
image: ghcr.io/hassio-addons/nut/{arch}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue