Skip to content

Commit 492f0a7

Browse files
committed
🎉 Release of add-on Network UPS Tools 0.16.1
1 parent 95121b6 commit 492f0a7

File tree

5 files changed

+15
-20
lines changed

5 files changed

+15
-20
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -940,10 +940,10 @@ SOFTWARE.
940940
[mqtt-io-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
941941
[mqtt-io-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
942942
[mqtt-io-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
943-
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.16.0
944-
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.16.0/README.md
943+
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.16.1
944+
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.16.1/README.md
945945
[nut-issue]: https://github.com/hassio-addons/addon-nut/issues
946-
[nut-version-shield]: https://img.shields.io/badge/version-v0.16.0-blue.svg
946+
[nut-version-shield]: https://img.shields.io/badge/version-v0.16.1-blue.svg
947947
[nut-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
948948
[nut-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
949949
[nut-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

nut/CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
## What’s changed
22

3-
## ✨ New features
3+
## 📚 Documentation
44

5-
- Add support for apc_modbus @PaulSD ([#449](https://github.com/hassio-addons/addon-nut/pull/449))
5+
- Included required Integration settings in the step-by-step instructions @PaulSD ([#450](https://github.com/hassio-addons/addon-nut/pull/450))
66

77
## ⬆️ Dependency updates
88

9-
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v8.1.0 @[renovate[bot]](https://github.com/apps/renovate) ([#446](https://github.com/hassio-addons/addon-nut/pull/446))
10-
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v8.1.1 @[renovate[bot]](https://github.com/apps/renovate) ([#448](https://github.com/hassio-addons/addon-nut/pull/448))
9+
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v8.1.3 @[renovate[bot]](https://github.com/apps/renovate) ([#454](https://github.com/hassio-addons/addon-nut/pull/454))

nut/DOCS.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ are [compatible][nut-compatible].
1313
The Network UPS Tools (NUT) project is the combined effort of
1414
many [individuals and companies][nut-acknowledgements].
1515

16-
Be sure to add the NUT integration after starting the add-on.
17-
18-
**Note**: _The host `a0d7b954-nut` can be used to allow Home Assistant to
19-
communicate directly with the addon_
20-
21-
For more information on how to configure the NUT integration in Home Assistant
22-
see the [NUT integration documentation][nut-ha-docs].
23-
2416
## Installation
2517

2618
The installation of this add-on is pretty straightforward and not different in
@@ -32,10 +24,14 @@ comparison to installing any other Home Assistant add-on.
3224
[![Open this add-on in your Home Assistant instance.][addon-badge]][addon]
3325

3426
1. Click the "Install" button to install the add-on.
35-
1. Configure the `users` and `devices` options.
27+
1. Configure the `users` and `devices` options, as described below.
3628
1. Start the "Network UPS Tools" add-on.
3729
1. Check the logs of the "Network UPS Tools" add-on to see if everything went well.
38-
1. Configure the [NUT Integration][nut-ha-docs].
30+
1. Note the `Hostname` listed on the "Info" tab of the "Network UPS Tools" add-on.
31+
1. Configure the [NUT Integration][nut-ha-docs] using add-on Hostname (identified
32+
above), Port `3493`, and the Username/Password configured in the add-on.
33+
1. For more information on configuring the NUT Integration in Home Assistant see
34+
the [NUT integration documentation][nut-ha-docs].
3935

4036
## Configuration
4137

nut/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ see the [NUT integration documentation][nut-ha-docs].
4242
[nut-features]: https://networkupstools.org/features.html
4343
[nut-ha-docs]: https://www.home-assistant.io/integrations/nut/
4444
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
45-
[release-shield]: https://img.shields.io/badge/version-v0.16.0-blue.svg
46-
[release]: https://github.com/hassio-addons/addon-nut/tree/v0.16.0
45+
[release-shield]: https://img.shields.io/badge/version-v0.16.1-blue.svg
46+
[release]: https://github.com/hassio-addons/addon-nut/tree/v0.16.1

nut/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Network UPS Tools
2-
version: 0.16.0
2+
version: 0.16.1
33
slug: nut
44
description: Manage battery backup (UPS) devices
55
url: https://github.com/hassio-addons/addon-nut

0 commit comments

Comments
 (0)