mirror of
https://github.com/esphome/esphome.git
synced 2026-05-29 23:07:16 +08:00
[ld24xx] add id to support extending (#13183)
CI / Create common environment (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Run pytest (macOS-latest, 3.11) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.11) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.13) (push) Has been cancelled
CI / Run pytest (windows-latest, 3.11) (push) Has been cancelled
CI / Determine which jobs to run (push) Has been cancelled
CI / Run integration tests (push) Has been cancelled
CI / Run C++ unit tests (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / Run script/clang-tidy for ZEPHYR (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Test components batch (${{ matrix.components }}) (push) Has been cancelled
CI / pre-commit.ci lite (push) Has been cancelled
CI / Build target branch for memory impact (push) Has been cancelled
CI / Build PR branch for memory impact (push) Has been cancelled
CI / Comment memory impact (push) Has been cancelled
CI / CI Status (push) Has been cancelled
CI / Create common environment (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Run pytest (macOS-latest, 3.11) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.11) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.13) (push) Has been cancelled
CI / Run pytest (windows-latest, 3.11) (push) Has been cancelled
CI / Determine which jobs to run (push) Has been cancelled
CI / Run integration tests (push) Has been cancelled
CI / Run C++ unit tests (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / Run script/clang-tidy for ZEPHYR (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Test components batch (${{ matrix.components }}) (push) Has been cancelled
CI / pre-commit.ci lite (push) Has been cancelled
CI / Build target branch for memory impact (push) Has been cancelled
CI / Build PR branch for memory impact (push) Has been cancelled
CI / Comment memory impact (push) Has been cancelled
CI / CI Status (push) Has been cancelled
Co-authored-by: Samuel Sieb <samuel@sieb.net>
This commit is contained in:
@@ -3,6 +3,7 @@ ld2410:
|
||||
|
||||
binary_sensor:
|
||||
- platform: ld2410
|
||||
id: ld2410_binary
|
||||
has_target:
|
||||
name: presence
|
||||
has_moving_target:
|
||||
@@ -14,6 +15,7 @@ binary_sensor:
|
||||
|
||||
button:
|
||||
- platform: ld2410
|
||||
id: ld2410_button
|
||||
factory_reset:
|
||||
name: factory reset
|
||||
restart:
|
||||
@@ -23,6 +25,7 @@ button:
|
||||
|
||||
number:
|
||||
- platform: ld2410
|
||||
id: ld2410_number
|
||||
light_threshold:
|
||||
name: light threshold
|
||||
timeout:
|
||||
@@ -79,6 +82,7 @@ number:
|
||||
|
||||
select:
|
||||
- platform: ld2410
|
||||
id: ld2410_select
|
||||
distance_resolution:
|
||||
name: distance resolution
|
||||
baud_rate:
|
||||
@@ -90,6 +94,7 @@ select:
|
||||
|
||||
sensor:
|
||||
- platform: ld2410
|
||||
id: ld2410_sensor
|
||||
light:
|
||||
name: light
|
||||
moving_distance:
|
||||
@@ -150,6 +155,7 @@ sensor:
|
||||
|
||||
switch:
|
||||
- platform: ld2410
|
||||
id: ld2410_switch
|
||||
engineering_mode:
|
||||
name: control ld2410 engineering mode
|
||||
bluetooth:
|
||||
@@ -157,6 +163,7 @@ switch:
|
||||
|
||||
text_sensor:
|
||||
- platform: ld2410
|
||||
id: ld2410_textsensor
|
||||
version:
|
||||
name: presenece sensor version
|
||||
mac_address:
|
||||
|
||||
Reference in New Issue
Block a user