dhnsilva

Results 5 comments of dhnsilva

@descipher using esp8266 Using de code until: ``` text_sensor: - platform: ld2420 fw_version: name: LD2420 Firmware sensor: - platform: ld2420 moving_distance: name : Moving Distance binary_sensor: - platform: ld2420 has_target:...

> @dhnsilva you need to add the following for now. > > ``` > number: > - platform: ld2420 > presence_timeout: > name: Detection Presence Timeout > min_gate_distance: > name:...

It Is incredible! when I put only text_sensor, sensor, binary_sensor, switch, like this: ![image](https://github.com/esphome/feature-requests/assets/16030426/38ee03f0-508b-4e7b-ab1f-4bc943ef9f76) It starts to compiling, but obviously don't finishes. ![image](https://github.com/esphome/feature-requests/assets/16030426/3e2a9e85-42fd-464f-9406-5f93f75094fa) If I put the complete code like...

yes... is with select entry also! Identic with ``` select: - platform: ld2420 operating_mode: name: Operating Mode ``` Or ``` select: - platform: ld2420 operating_mode: name: (s) Operating Mode ```...