Rename Motionblinds BLE integration to Motionblinds Bluetooth (#32117)

This commit is contained in:
Lenn 2024-04-03 12:11:58 +02:00 committed by Franck Nijhof
parent a0e97c941d
commit a75b480deb
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -1,5 +1,5 @@
--- ---
title: Motionblinds BLE title: Motionblinds Bluetooth
description: Instructions on how to integrate Motionblinds Bluetooth motors into Home Assistant. description: Instructions on how to integrate Motionblinds Bluetooth motors into Home Assistant.
ha_category: ha_category:
- Cover - Cover
@ -37,7 +37,7 @@ During the setup of a Motionblinds Bluetooth motor, you will be asked what kind
## Entities ## Entities
The following entities are available for a Motionblinds BLE device: The following entities are available for a Motionblinds Bluetooth 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. - [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: - [Button](https://www.home-assistant.io/integrations/button/) entities:
@ -54,7 +54,7 @@ Since Motionblinds Bluetooth motors require a Bluetooth connection to control th
This can also be automated using a YAML automation. For instance, the following automation connects to your Motionblind every 24 hours to update its state in Home Assistant: This can also be automated using a YAML automation. For instance, the following automation connects to your Motionblind every 24 hours to update its state in Home Assistant:
```yaml ```yaml
alias: Motionblinds BLE polling automation alias: Motionblinds Bluetooth polling automation
mode: single mode: single
trigger: trigger:
- platform: time_pattern - platform: time_pattern