mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Add LD2410 BLE integration (#25264)
This commit is contained in:
parent
1d24f5b336
commit
e51630d079
@ -351,6 +351,7 @@ source/_integrations/landisgyr_heat_meter.markdown @vpathuis
|
|||||||
source/_integrations/launch_library.markdown @ludeeus @DurgNomis-drol
|
source/_integrations/launch_library.markdown @ludeeus @DurgNomis-drol
|
||||||
source/_integrations/laundrify.markdown @xLarry
|
source/_integrations/laundrify.markdown @xLarry
|
||||||
source/_integrations/lcn.markdown @alengwenus
|
source/_integrations/lcn.markdown @alengwenus
|
||||||
|
source/_integrations/ld2410_ble.markdown @930913
|
||||||
source/_integrations/led_ble.markdown @bdraco
|
source/_integrations/led_ble.markdown @bdraco
|
||||||
source/_integrations/legrand.markdown @cgtobi
|
source/_integrations/legrand.markdown @cgtobi
|
||||||
source/_integrations/leviton_z_wave.markdown @home-assistant/z-wave
|
source/_integrations/leviton_z_wave.markdown @home-assistant/z-wave
|
||||||
|
33
source/_integrations/ld2410_ble.markdown
Normal file
33
source/_integrations/ld2410_ble.markdown
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
---
|
||||||
|
title: LD2410 BLE
|
||||||
|
description: Instructions on how to integrate LD2410 BLE devices into Home Assistant.
|
||||||
|
ha_category:
|
||||||
|
- Sensor
|
||||||
|
- Presence Detection
|
||||||
|
ha_bluetooth: true
|
||||||
|
ha_release: 2023.2
|
||||||
|
ha_iot_class: Local Push
|
||||||
|
ha_codeowners:
|
||||||
|
- '@930913'
|
||||||
|
ha_domain: ld2410_ble
|
||||||
|
ha_config_flow: true
|
||||||
|
ha_platforms:
|
||||||
|
- sensor
|
||||||
|
ha_integration_type: integration
|
||||||
|
---
|
||||||
|
|
||||||
|
Integrates LD2410B sensors from [Hi-Link](http://www.hlktech.net/) into Home Assistant using Bluetooth.
|
||||||
|
|
||||||
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
|
It currently provides the motion and static value.
|
||||||
|
|
||||||
|
You can currently configure the settings for motion/static triggers by USB with either the [desktop software](https://drive.google.com/drive/folders/1p4dhbEJA3YubyIjIIC7wwVsSo8x29Fq-?usp=sharing) or the Bluetooth [mobile app](https://www.pgyer.com/Lq8p).
|
||||||
|
|
||||||
|
## Purchasing
|
||||||
|
|
||||||
|
<div class='note'>
|
||||||
|
There are multiple similar versions of the board. Make sure to buy the -B versions as these are the ones with Bluetooth and have been tested.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
You can buy this module bareboard or in a devkit from [AliExpress](https://www.aliexpress.com/item/1005004351593073.html).
|
Loading…
x
Reference in New Issue
Block a user