mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Add sensor platform to Motionblinds BLE (#32046)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
ab25861099
commit
12ce7b4785
@ -14,6 +14,7 @@ ha_platforms:
|
||||
- button
|
||||
- cover
|
||||
- select
|
||||
- sensor
|
||||
ha_integration_type: device
|
||||
---
|
||||
|
||||
@ -46,6 +47,11 @@ The following entities are available for a Motionblinds Bluetooth device:
|
||||
- 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 curtain blinds and vertical blinds.
|
||||
- [Sensor](https://www.home-assistant.io/integrations/sensor/) entities:
|
||||
- Battery sensor: shows the battery percentage. The icon also reflects whether the motor is currently charging and/or whether the motor is wired and, therefore, does not have a battery.
|
||||
Calibration sensor: shows whether the blind is still calibrated. The motor can move to an uncalibrated state when it has been moved to a different position while not powered. This sensor is available for curtain blinds and vertical blinds, as these can be moved while not powered.
|
||||
- Connection sensor: shows whether the blind is connected, disconnected, connecting, or disconnecting.
|
||||
- Signal strength sensor: shows the signal strength in dBm.
|
||||
|
||||
## Services
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user