From 1ff3f2749f221f4c842efd9d671c5dcbf4c507bc Mon Sep 17 00:00:00 2001 From: Amit Finkelstein Date: Thu, 6 Nov 2025 14:27:36 +0200 Subject: [PATCH 1/2] Document binary sensor for HassOS share mount status --- source/_integrations/hassio.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/hassio.markdown b/source/_integrations/hassio.markdown index e26eea74290f..1dba0b0bedf9 100644 --- a/source/_integrations/hassio.markdown +++ b/source/_integrations/hassio.markdown @@ -80,6 +80,14 @@ For each installed add-on Supervisor provides following binary sensors: | Update Available | no | Whether there is an update available for this add-on (This is deprecated, use the Update entities instead.) | Running | no | Whether the add-on is running or not. +For each network storage Supervisor provides following binary sensors: + +(These entities are disabled by default and must be re-enabled to appear) + +| Sensor | Enabled by default | Description | +| ------- | ------------------ | ----------- | +| Connected | no | Whether the network storage is connected and working properly. + For Home Assistant OS Supervisor provides following binary sensors: | Sensor | Enabled by default | Description | From 6ca5295562797a8e56f977dad989bbf8e8dde276 Mon Sep 17 00:00:00 2001 From: Amit Finkelstein Date: Thu, 6 Nov 2025 14:30:42 +0200 Subject: [PATCH 2/2] Typo --- source/_integrations/hassio.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_integrations/hassio.markdown b/source/_integrations/hassio.markdown index 1dba0b0bedf9..21f2625cf54b 100644 --- a/source/_integrations/hassio.markdown +++ b/source/_integrations/hassio.markdown @@ -82,8 +82,6 @@ For each installed add-on Supervisor provides following binary sensors: For each network storage Supervisor provides following binary sensors: -(These entities are disabled by default and must be re-enabled to appear) - | Sensor | Enabled by default | Description | | ------- | ------------------ | ----------- | | Connected | no | Whether the network storage is connected and working properly.