mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on Network UPS Tools to 009fe29
This commit is contained in:
parent
c0661e4029
commit
2e8a88414a
5 changed files with 12 additions and 26 deletions
|
@ -964,10 +964,10 @@ SOFTWARE.
|
||||||
[mopidy-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
||||||
[mopidy-i386-shield]: https://img.shields.io/badge/i386-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/f71d9ca
|
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/009fe29
|
||||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/f71d9ca/README.md
|
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/009fe29/README.md
|
||||||
[nut-issue]: https://github.com/hassio-addons/addon-nut/issues
|
[nut-issue]: https://github.com/hassio-addons/addon-nut/issues
|
||||||
[nut-version-shield]: https://img.shields.io/badge/version-f71d9ca-blue.svg
|
[nut-version-shield]: https://img.shields.io/badge/version-009fe29-blue.svg
|
||||||
[nut-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[nut-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[nut-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Changelog since v0.4.0
|
# Changelog since v0.4.0
|
||||||
|
- 📚 Update docs to reflect integration (#72)
|
||||||
- Bump frenck/action-yamllint from v1.0.2 to v1.1 (#71)
|
- Bump frenck/action-yamllint from v1.0.2 to v1.1 (#71)
|
||||||
|
|
||||||
Bumps [frenck/action-yamllint](https://github.com/frenck/action-yamllint) from v1.0.2 to v1.1.
|
Bumps [frenck/action-yamllint](https://github.com/frenck/action-yamllint) from v1.0.2 to v1.1.
|
||||||
|
|
25
nut/DOCS.md
25
nut/DOCS.md
|
@ -13,28 +13,13 @@ are [compatible][nut-compatible].
|
||||||
The Network UPS Tools (NUT) project is the combined effort of
|
The Network UPS Tools (NUT) project is the combined effort of
|
||||||
many [individuals and companies][nut-acknowledgements].
|
many [individuals and companies][nut-acknowledgements].
|
||||||
|
|
||||||
Be sure to add a NUT Sensor to your `configuration.yaml` after starting the
|
Be sure to add the NUT integration after starting the add-on.
|
||||||
add-on:
|
|
||||||
|
|
||||||
```yaml
|
**Note**: _The host `a0d7b954-nut` can be used to allow Home Assistant to
|
||||||
sensor:
|
|
||||||
- platform: nut
|
|
||||||
name: "CyberPower 1500"
|
|
||||||
host: a0d7b954-nut
|
|
||||||
username: nutty
|
|
||||||
password: changeme
|
|
||||||
resources:
|
|
||||||
- battery.charge
|
|
||||||
- battery.runtime
|
|
||||||
- ups.load
|
|
||||||
- ups.status
|
|
||||||
```
|
|
||||||
|
|
||||||
**Note**: _The host `a0d7b954-nut` is required to allow Home Assistant to
|
|
||||||
communicate directly with the addon_
|
communicate directly with the addon_
|
||||||
|
|
||||||
For more information on how to configure the NUT Sensor in Home Assistant
|
For more information on how to configure the NUT integration in Home Assistant
|
||||||
see the [NUT Sensor documentation][nut-sensor-docs].
|
see the [NUT integration documentation][nut-ha-docs].
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -381,7 +366,7 @@ SOFTWARE.
|
||||||
[nut-features]: https://networkupstools.org/features.html
|
[nut-features]: https://networkupstools.org/features.html
|
||||||
[nut-notif-doc-1]: https://networkupstools.org/docs/user-manual.chunked/ar01s07.html
|
[nut-notif-doc-1]: https://networkupstools.org/docs/user-manual.chunked/ar01s07.html
|
||||||
[nut-notif-doc-2]: https://networkupstools.org/docs/man/upsmon.conf.html
|
[nut-notif-doc-2]: https://networkupstools.org/docs/man/upsmon.conf.html
|
||||||
[nut-sensor-docs]: https://www.home-assistant.io/components/sensor.nut/
|
[nut-ha-docs]: https://www.home-assistant.io/integrations/nut/
|
||||||
[nutupsdrv]: https://networkupstools.org/docs/man/nutupsdrv.html
|
[nutupsdrv]: https://networkupstools.org/docs/man/nutupsdrv.html
|
||||||
[reddit]: https://reddit.com/r/homeassistant
|
[reddit]: https://reddit.com/r/homeassistant
|
||||||
[releases]: https://github.com/hassio-addons/addon-nut/releases
|
[releases]: https://github.com/hassio-addons/addon-nut/releases
|
||||||
|
|
|
@ -76,5 +76,5 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[nut-features]: https://networkupstools.org/features.html
|
[nut-features]: https://networkupstools.org/features.html
|
||||||
[nut-sensor-docs]: https://www.home-assistant.io/components/sensor.nut/
|
[nut-sensor-docs]: https://www.home-assistant.io/components/sensor.nut/
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-f71d9ca-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-009fe29-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-nut/tree/f71d9ca
|
[release]: https://github.com/hassio-addons/addon-nut/tree/009fe29
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Network UPS Tools",
|
"name": "Network UPS Tools",
|
||||||
"version": "f71d9ca",
|
"version": "009fe29",
|
||||||
"slug": "nut",
|
"slug": "nut",
|
||||||
"description": "Manage battery backup (UPS) devices",
|
"description": "Manage battery backup (UPS) devices",
|
||||||
"url": "https://github.com/hassio-addons/addon-nut",
|
"url": "https://github.com/hassio-addons/addon-nut",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue