Add missing hassio entities (#20005)

This commit is contained in:
Joakim Sørensen 2021-10-27 13:50:53 +02:00 committed by GitHub
parent 9a938e87a0
commit 7d6e9ad820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ ha_category:
- Binary Sensor
- Sensor
ha_iot_class: Local Polling
ha_release: 2021.4
ha_release: 0.42
ha_domain: hassio
ha_platforms:
- binary_sensor
@ -23,6 +23,8 @@ For each installed add-on Supervisor provides following sensors:
| ------- | ------------------ | ----------- |
| Version | no | Current version of the add-on
| Newest Version | no | Latest version of the add-on currently available
| CPU Percent| no | The CPU Percent usage of the add-on
| Memory Percent| no | The Memory (RAM) Percent usage of the add-on
For Home Assistant OS Supervisor provides following sensors:
@ -38,6 +40,7 @@ For each installed add-on Supervisor provides following binary sensors:
| Sensor | Enabled by default | Description |
| ------- | ------------------ | ----------- |
| Update Available | no | Whether there is an update available for this add-on
| Running | no | Whether the add-on is running or not.
For Home Assistant OS Supervisor provides following binary sensors: