mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
Add: Seeed Studio mr60fda2 mmwave sensor (#7576)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Spencer Yan <spencer@spenyan.com>
This commit is contained in:
34
tests/components/seeed_mr60fda2/common.yaml
Normal file
34
tests/components/seeed_mr60fda2/common.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
uart:
|
||||
- id: seeed_mr60fda2_uart
|
||||
tx_pin: ${uart_tx_pin}
|
||||
rx_pin: ${uart_rx_pin}
|
||||
baud_rate: 115200
|
||||
parity: NONE
|
||||
stop_bits: 1
|
||||
|
||||
seeed_mr60fda2:
|
||||
id: my_seeed_mr60fda2
|
||||
uart_id: seeed_mr60fda2_uart
|
||||
|
||||
binary_sensor:
|
||||
- platform: seeed_mr60fda2
|
||||
people_exist:
|
||||
name: "Person Information"
|
||||
fall_detected:
|
||||
name: "Falling Information"
|
||||
|
||||
button:
|
||||
- platform: seeed_mr60fda2
|
||||
get_radar_parameters:
|
||||
name: "Get Radar Parameters"
|
||||
factory_reset:
|
||||
name: "Reset"
|
||||
|
||||
select:
|
||||
- platform: seeed_mr60fda2
|
||||
install_height:
|
||||
name: "Set Install Height"
|
||||
height_threshold:
|
||||
name: "Set Height Threshold"
|
||||
sensitivity:
|
||||
name: "Set Sensitivity"
|
5
tests/components/seeed_mr60fda2/test.esp32-c3-ard.yaml
Normal file
5
tests/components/seeed_mr60fda2/test.esp32-c3-ard.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
substitutions:
|
||||
uart_tx_pin: GPIO5
|
||||
uart_rx_pin: GPIO4
|
||||
|
||||
<<: !include common.yaml
|
5
tests/components/seeed_mr60fda2/test.esp32-c3-idf.yaml
Normal file
5
tests/components/seeed_mr60fda2/test.esp32-c3-idf.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
substitutions:
|
||||
uart_tx_pin: GPIO5
|
||||
uart_rx_pin: GPIO4
|
||||
|
||||
<<: !include common.yaml
|
Reference in New Issue
Block a user