From 341bd88d7c15cf268e03c4c60ce169352f70be69 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 26 Nov 2023 18:18:06 +0100 Subject: [PATCH] modif config finale --- .../config-finale.txt | 16 +++++++++++++++- .../index.gmi | 14 ++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/tech/2023-11-15_capteurs-millimetriques-esphome/config-finale.txt b/tech/2023-11-15_capteurs-millimetriques-esphome/config-finale.txt index 5ccb774..aa58e68 100644 --- a/tech/2023-11-15_capteurs-millimetriques-esphome/config-finale.txt +++ b/tech/2023-11-15_capteurs-millimetriques-esphome/config-finale.txt @@ -120,4 +120,18 @@ number: move_threshold: name: g8 move threshold still_threshold: - name: g8 still threshold \ No newline at end of file + name: g8 still threshold + +switch: + - platform: ld2410 + engineering_mode: + name: "engineering mode" + bluetooth: + name: "control bluetooth" + +select: + - platform: ld2410 + distance_resolution: + name: "distance resolution" + light_function: + name: light function \ No newline at end of file diff --git a/tech/2023-11-15_capteurs-millimetriques-esphome/index.gmi b/tech/2023-11-15_capteurs-millimetriques-esphome/index.gmi index 973b970..f32ba38 100644 --- a/tech/2023-11-15_capteurs-millimetriques-esphome/index.gmi +++ b/tech/2023-11-15_capteurs-millimetriques-esphome/index.gmi @@ -139,6 +139,20 @@ number: name: g4 move threshold still_threshold: name: g4 still threshold + +switch: + - platform: ld2410 + engineering_mode: + name: "engineering mode" + bluetooth: + name: "control bluetooth" + +select: + - platform: ld2410 + distance_resolution: + name: "distance resolution" + light_function: + name: light function ``` => config-finale.txt Votre fichier de configuration devrait ressembler à celui-ci !