mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-28 10:18:26 +00:00
feat: add ESPHome
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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')}"
|
||||
|
||||
Reference in New Issue
Block a user