From bc35b79fd0f5232d348dd20a97fd7765d16f596d Mon Sep 17 00:00:00 2001 From: sen Date: Thu, 15 Jan 2026 20:24:50 +0800 Subject: [PATCH] make l13 support esphome 2025.12 --- l13/yaml/human-sensor-l13-github.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/l13/yaml/human-sensor-l13-github.yaml b/l13/yaml/human-sensor-l13-github.yaml index 5953088..69dfca4 100644 --- a/l13/yaml/human-sensor-l13-github.yaml +++ b/l13/yaml/human-sensor-l13-github.yaml @@ -33,14 +33,14 @@ external_components: type: git url: https://github.com/screekworkshop/custom_components_support_for_screek_l12 ref: main - components: [uart, ld2412] + components: [ld2412] esp32: board: lolin_c3_mini framework: type: arduino - version: 2.0.9 - platform_version: 6.3.0 + # version: 2.0.9 + # platform_version: 6.3.0 globals: - id: cpu_speed @@ -79,9 +79,7 @@ safe_mode: disabled: true wifi: - # output_power: 15dB - power_save_mode: LIGHT - # power_save_mode: NONE + # power_save_mode: LIGHT reboot_timeout: 10min ap: ssid: "HUMAN-SENSOR L13"