From 78a5e6a42f2b32e2f4545d1da6e9889860524ab6 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 19 Dec 2023 10:39:05 +0100 Subject: [PATCH] Add binary sensor platform to Tailwind integration (#30405) --- source/_integrations/tailwind.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/tailwind.markdown b/source/_integrations/tailwind.markdown index 74b90723380..f9dce94fb34 100644 --- a/source/_integrations/tailwind.markdown +++ b/source/_integrations/tailwind.markdown @@ -11,6 +11,7 @@ ha_codeowners: ha_domain: tailwind ha_zeroconf: true ha_platforms: + - binary_sensor - button - number ha_integration_type: device @@ -48,5 +49,7 @@ This integration provides the following entities: - **Identify** - A button entity that allows you to identify your Tailwind device by flashing the status LED on the device. +- **Operational status** - A binary sensor entity that shows the operational + status of your Tailwind device. - **Status LED brightness control** - A number entity that allows you to control the brightness of the status LED on the Tailwind device.