Skip to content

Commit e069484

Browse files
authored
Document switch entity for add-ons (#40661)
1 parent 399be76 commit e069484

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/_integrations/hassio.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ha_category:
55
- Backup
66
- Binary sensor
77
- Sensor
8+
- Switch
89
- Update
910
ha_iot_class: Local Polling
1011
ha_release: 0.42
@@ -15,6 +16,7 @@ ha_platforms:
1516
- binary_sensor
1617
- diagnostics
1718
- sensor
19+
- switch
1820
- update
1921
ha_codeowners:
2022
- '@home-assistant/supervisor'
@@ -84,6 +86,14 @@ For Home Assistant OS Supervisor provides following binary sensors:
8486
| ------- | ------------------ | ----------- |
8587
| Update Available | no | Whether there is an update available for OS
8688

89+
## Switch entities
90+
91+
For each installed add-on, the following switch is available:
92+
93+
| Switch | Enabled by default | Description |
94+
| ------- | ------------------ | ----------- |
95+
| Running | no | Shows whether the add-on is running or not, and allows you to start or stop the add-on depending on its current state. |
96+
8797
## Update entities
8898

8999
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 [update](/integrations/update) entities that provide information about pending updates, and will allow you to update to them.

0 commit comments

Comments
 (0)