mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on Glances to 4b8a016
This commit is contained in:
parent
909e8cdb69
commit
3d9612c80b
5 changed files with 11 additions and 34 deletions
|
@ -777,10 +777,10 @@ SOFTWARE.
|
|||
[foldingathome-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[foldingathome-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
||||
[foldingathome-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/e94fa5e
|
||||
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/e94fa5e/README.md
|
||||
[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/4b8a016
|
||||
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/4b8a016/README.md
|
||||
[glances-issue]: https://github.com/hassio-addons/addon-glances/issues
|
||||
[glances-version-shield]: https://img.shields.io/badge/version-e94fa5e-blue.svg
|
||||
[glances-version-shield]: https://img.shields.io/badge/version-4b8a016-blue.svg
|
||||
[glances-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[glances-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[glances-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,25 +1,2 @@
|
|||
# Changelog since v0.18.0
|
||||
- 🚑 Attempt to fix Influx Issues (#329)
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.4 (#331)
|
||||
|
||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||
- Add Renovate for dependency management (#330)
|
||||
- Bump zeroconf to 0.47.4 (#327)
|
||||
|
||||
Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.47.3 to 0.47.4.
|
||||
- [Release notes](https://github.com/python-zeroconf/python-zeroconf/releases)
|
||||
- [Changelog](https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md)
|
||||
- [Commits](https://github.com/python-zeroconf/python-zeroconf/compare/0.47.3...0.47.4)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: zeroconf
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- Bump influxdb-client from 1.21.0 to 1.36.1 in /glances (#326)
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
# Changelog since v0.18.1
|
||||
- Fix broken URLs (#335)
|
||||
|
|
|
@ -201,7 +201,7 @@ provided by the Glances API.
|
|||
This enables one to track and display their stats in Home Assistant,
|
||||
and even build automations based on that data.
|
||||
|
||||
Set up the integration through **Configuration -> Integrations -> Glances**.
|
||||
Set up the integration through **Settings -> Devices & Services -> Integrations -> Add integration -> Glances**.
|
||||
|
||||
**Note**: _Once the add-on is running, add the integration with all
|
||||
defaults, except for port, which should be 61209_
|
||||
|
@ -209,7 +209,7 @@ defaults, except for port, which should be 61209_
|
|||
More information about the Glances sensor platform can be found in the
|
||||
Home Assistant documentation:
|
||||
|
||||
<https://www.home-assistant.io/components/sensor.glances/>
|
||||
<https://www.home-assistant.io/integrations/glances/>
|
||||
|
||||
## Changelog & Releases
|
||||
|
||||
|
@ -281,4 +281,4 @@ SOFTWARE.
|
|||
[issue]: https://github.com/hassio-addons/addon-glances/issues
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-glances/releases
|
||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||
[semver]: https://semver.org/spec/v2.0.0.html
|
||||
|
|
|
@ -49,6 +49,6 @@ If you are more interested in stable releases of our add-ons:
|
|||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-e94fa5e-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-glances/tree/e94fa5e
|
||||
[release-shield]: https://img.shields.io/badge/version-4b8a016-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-glances/tree/4b8a016
|
||||
[screenshot]: https://github.com/hassio-addons/addon-glances/raw/main/images/screenshot.png
|
|
@ -1,5 +1,5 @@
|
|||
name: Glances
|
||||
version: e94fa5e
|
||||
version: 4b8a016
|
||||
slug: glances
|
||||
description: A cross-platform system monitoring tool
|
||||
url: https://github.com/hassio-addons/addon-glances
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue