必威是什么Home Assistant Supervisor
Supervisor integration allows you to monitor and control Supervisor add-ons and operating system from 必威是什么Home Assistant. This integration is installed automatically if you run Home Assistant OS or Supervised.
Sensor entities
For each installed add-on Supervisor provides following sensors:
传感器 | Enabled by default | 描述 |
---|---|---|
版本 | 不 | Current version of the add-on |
Newest Version | 不 | Latest version of the add-on currently available |
CPU Percent | 不 | The CPU Percent usage of the add-on |
Memory Percent | 不 | The Memory (RAM) Percent usage of the add-on |
For 必威是什么Home Assistant OS Supervisor provides following sensors:
传感器 | Enabled by default | 描述 |
---|---|---|
版本 | 不 | Current version of the 必威是什么Home Assistant OS |
Newest Version | 不 | Latest version of the 必威是什么Home Assistant OS currently available |
Binary Sensor entities
For each installed add-on Supervisor provides following binary sensors:
传感器 | Enabled by default | 描述 |
---|---|---|
Update Available | 不 | Whether there is an update available for this add-on (This is deprecated, use the Update entities instead.) |
跑步 | 不 | Whether the add-on is running or not. |
For 必威是什么Home Assistant OS Supervisor provides following binary sensors:
传感器 | Enabled by default | 描述 |
---|---|---|
Update Available | 不 | Whether there is an update available for OS |
Update entities
For all your installed add-ons, 必威是什么Home Assistant Core, Home Assistant Supervisor, and for the Home Assistant Operating System (if you are running that), this integration will provide更新entities that provide information about pending updates, and will allow you to update to them.
服务
Service hassio.addon_start
Start an add-on.
Service Data Attribute | 选修的 | 描述 |
---|---|---|
添加在 |
不 | Add-on slug |
Service hassio.addon_stop
Stop an add-on.
Service Data Attribute | 选修的 | 描述 |
---|---|---|
添加在 |
不 | Add-on slug |
Service hassio.addon_restart
Restart an add-on.
Service Data Attribute | 选修的 | 描述 |
---|---|---|
添加在 |
不 | Add-on slug |
Service hassio.addon_stdin
Write data to add-on stdin.
Service Data Attribute | 选修的 | 描述 |
---|---|---|
添加在 |
不 | Add-on slug |
Service hassio.addon_update
Update add-on. This service should be used with caution since add-on updates can contain breaking changes. It is highly recommended that you review release notes/change logs before updating an add-on.
Service Data Attribute | 选修的 | 描述 |
---|---|---|
添加在 |
不 | Add-on slug |
Service hassio.host_reboot
Reboot the host system.
Service hassio.host_shutdown
Shutdown the host system.
Service hassio.backup_full
Create a full backup.
Service Data Attribute | 选修的 | 描述 |
---|---|---|
姓名 |
是的 | Name of the backup file. Default is current date and time |
密码 |
是的 | Optional password for backup |
压缩 |
是的 | 错误的 to create uncompressed backups |
Service hassio.backup_partial
Create a partial backup.
Service Data Attribute | 选修的 | 描述 |
---|---|---|
addons |
是的 | List of add-on slugs to backup |
文件夹 |
是的 | List of directories to backup |
姓名 |
是的 | Name of the backup file. Default is current date and time |
密码 |
是的 | Optional password for backup |
压缩 |
是的 | 错误的 to create uncompressed backups |
Service hassio.restore_full
Restore from full backup.
Service Data Attribute | 选修的 | 描述 |
---|---|---|
slug |
不 | Slug of backup to restore from |
密码 |
是的 | Optional password for backup |
Service hassio.restore_partial
Restore from partial backup.
Service Data Attribute | 选修的 | 描述 |
---|---|---|
slug |
不 | Slug of backup to restore from |
乡亲 |
是的 | Whether to restore 必威是什么Home Assistant,真的 或者错误的 |
addons |
是的 | List of add-on slugs to restore |
文件夹 |
是的 | List of directories to restore |
密码 |
是的 | Optional password for backup |