mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 12:11:29 +00:00
🎉 Release of add-on Network UPS Tools 0.6.1
This commit is contained in:
parent
4ef09ba8ca
commit
d236635047
5 changed files with 13 additions and 35 deletions
|
@ -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: a0d7b954-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].
|
||||
|
||||
|
||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
||||
|
@ -55,7 +40,7 @@ see the [NUT Sensor documentation][nut-sensor-docs].
|
|||
[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