feat: add ESPHome

This commit is contained in:
JJGadgets
2025-07-20 16:47:16 +08:00
parent a65cd9cdfb
commit 80bded2de2
2 changed files with 13 additions and 4 deletions

View File

@@ -27,3 +27,16 @@ esp32:
CONFIG_BT_BLE_50_FEATURES_SUPPORTED: y
# Extend the watchdog timeout, so the device reboots if the device appears locked up for over 10 seconds.
CONFIG_ESP_TASK_WDT_TIMEOUT_S: "10"
# IRK
external_components:
- components: [irk_enrollment]
source:
type: git
url: https://github.com/dgrnbrg/appdaemon-configs
ref: 175ec95b46db01ef02d3ed375aac2d577a2e8007
path: custom_components
irk_enrollment:
latest_irk:
name: Latest IRK

View File

@@ -1,8 +1,4 @@
substitutions:
system_name: >
${AREA_DNS}-${NAME_DNS}
device_description: "$${description}"
friendly_name: "$${area} - $${name}"
board: "$${board | default('esp32-s3-devkitc-1')}"
framework: "$${framework | default('esp-idf')}" # This is important: the default "arduino" framework does not perform well.
log: "$${log | default('INFO')}"