Add binary sensor platform to Tailwind integration (#30405)

This commit is contained in:
Franck Nijhof 2023-12-19 10:39:05 +01:00 committed by GitHub
parent 1531b41a8f
commit 78a5e6a42f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ ha_codeowners:
ha_domain: tailwind ha_domain: tailwind
ha_zeroconf: true ha_zeroconf: true
ha_platforms: ha_platforms:
- binary_sensor
- button - button
- number - number
ha_integration_type: device 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 - **Identify** - A button entity that allows you to identify your Tailwind
device by flashing the status LED on the device. 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 - **Status LED brightness control** - A number entity that allows you to control
the brightness of the status LED on the Tailwind device. the brightness of the status LED on the Tailwind device.