From 95e541f85e9a90208baa5dbe1fd394101a283c49 Mon Sep 17 00:00:00 2001 From: Lenn <78048721+LennP@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:19:34 +0100 Subject: [PATCH] Add button to documentation (#32045) --- source/_integrations/motionblinds_ble.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/motionblinds_ble.markdown b/source/_integrations/motionblinds_ble.markdown index f0b86e5a73b..7ac3045015e 100644 --- a/source/_integrations/motionblinds_ble.markdown +++ b/source/_integrations/motionblinds_ble.markdown @@ -11,6 +11,7 @@ ha_codeowners: - '@jerrybboy' ha_config_flow: true ha_platforms: + - button - cover - select ha_integration_type: integration @@ -38,6 +39,10 @@ During the setup of a Motionblinds BLE device, you will be asked what kind of bl The following entities are available for a Motionblinds BLE device: - [Cover](https://www.home-assistant.io/integrations/cover/) entity: depending on the blind that was chosen during the setup, this entity has a slider that makes it possible to change position and tilt, and buttons that allow you to open the blind, close the blind, tilt it open, tilt it closed and stop it. +- [Button](https://www.home-assistant.io/integrations/button/) entities: + - Connect button: allows you to connect to the blind. + - Disconnect button: allows you to disconnect the blind. + - Favorite button: allows you to move the blind to the favorite position. - [Select](https://www.home-assistant.io/integrations/select/) entities: - Speed select: allows you to change the speed of the motor to low, medium, or high. Available for all blinds except a curtain blind and a vertical blind.