Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
substitutions:
version: "25.7.8.1"
version: "25.8.12.1"

esp32:
board: esp32-s3-devkitc-1
Expand All @@ -8,10 +8,6 @@ esp32:
framework:
type: esp-idf

external_components:
- source: github://pr#9075
components: [ld2412]

api:
services:
- service: play_buzzer
Expand Down Expand Up @@ -89,12 +85,10 @@ output:
ld2412:
id: ld2412_radar
uart_id: uart_ld2412
throttle: 500ms

ld2450:
id: ld2450_radar
uart_id: uart_ld2450
throttle: 500ms

button:
- platform: restart
Expand Down
Loading