mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on Network UPS Tools 0.6.1
This commit is contained in:
parent
8a80f731a1
commit
b821be4252
5 changed files with 13 additions and 35 deletions
|
@ -918,10 +918,10 @@ SOFTWARE.
|
|||
[matrix-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[matrix-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[matrix-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.6.0
|
||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.6.0/README.md
|
||||
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.6.1
|
||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.6.1/README.md
|
||||
[nut-issue]: https://github.com/hassio-addons/addon-nut/issues
|
||||
[nut-version-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg
|
||||
[nut-version-shield]: https://img.shields.io/badge/version-v0.6.1-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,14 +1,7 @@
|
|||
Hopefully fixes all the issues with Eaton UPS devices, in case of issues, please report them.
|
||||
|
||||
Thanks to @pvizeli for the assistance.
|
||||
|
||||
Many thanks for all the testers @Maste89 @marvinroger @romain3w @mrtmsgh, and if I missed anyone I apologise :)
|
||||
|
||||
## What’s changed
|
||||
|
||||
- 🔨 Change base image to Debian @sinclairpaul (#88)
|
||||
Minor release to update references to the HA integration
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 🔨 Enable udev in config @sinclairpaul (#83)
|
||||
## 📚 Documentation
|
||||
|
||||
- 📚 Doc tweaks @sinclairpaul (#90)
|
||||
|
|
|
@ -32,7 +32,7 @@ comparison to installing any other Home Assistant add-on.
|
|||
1. Configure the `users` and `devices` options.
|
||||
1. Start the "Network UPS Tools" add-on.
|
||||
1. Check the logs of the "Network UPS Tools" add-on to see if everything went well.
|
||||
1. Configure [NUT Sensor][nut-sensor-docs] in your `configuration.yaml` file.
|
||||
1. Configure the [NUT Integration][nut-ha-docs].
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
|
@ -24,25 +24,10 @@ are [compatible][nut-compatible].
|
|||
The Network UPS Tools (NUT) project is the combined effort of
|
||||
many [individuals and companies][nut-acknowledgements].
|
||||
|
||||
Be sure to add a NUT Sensor to your `configuration.yaml` after starting the
|
||||
add-on:
|
||||
|
||||
```yaml
|
||||
sensor:
|
||||
- platform: nut
|
||||
name: "CyberPower 1500"
|
||||
host: UNKNOWN-nut
|
||||
username: nutty
|
||||
password: changeme
|
||||
resources:
|
||||
- battery.charge
|
||||
- battery.runtime
|
||||
- ups.load
|
||||
- ups.status
|
||||
```
|
||||
Be sure to add the NUT integration after starting the add-on.
|
||||
|
||||
For more information on how to configure the NUT Sensor in Home Assistant
|
||||
see the [NUT Sensor documentation][nut-sensor-docs].
|
||||
see the [NUT integration documentation][nut-ha-docs].
|
||||
|
||||
## WARNING! THIS IS A BETA VERSION!
|
||||
|
||||
|
@ -71,7 +56,7 @@ If you are more interested in stable releases of our add-ons:
|
|||
[nut-acknowledgements]: https://networkupstools.org/acknowledgements.html
|
||||
[nut-compatible]: https://networkupstools.org/stable-hcl.html
|
||||
[nut-features]: https://networkupstools.org/features.html
|
||||
[nut-sensor-docs]: https://www.home-assistant.io/components/sensor.nut/
|
||||
[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-v0.6.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nut/tree/v0.6.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.6.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nut/tree/v0.6.1
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Network UPS Tools",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"slug": "nut",
|
||||
"description": "Manage battery backup (UPS) devices",
|
||||
"url": "https://github.com/hassio-addons/addon-nut",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue