mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Add cover platform to Tailwind integration (#30410)
* Add cover platform to Tailwind integration * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
78a5e6a42f
commit
c2645278cf
@ -13,6 +13,7 @@ ha_zeroconf: true
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- button
|
||||
- cover
|
||||
- number
|
||||
ha_integration_type: device
|
||||
---
|
||||
@ -45,7 +46,13 @@ You will need two pieces of information:
|
||||
|
||||
## Provided entities
|
||||
|
||||
This integration provides the following entities:
|
||||
The Tailwind integration provides a cover entity for each garage door that is
|
||||
connected to your Tailwind garage door controller.
|
||||
|
||||
Using the cover entity, you can open and close your garage door and see the
|
||||
current state of your garage door.
|
||||
|
||||
Additionally, the 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user