Skip to content

Commit

Permalink
Update BLE params for Linkind switch template
Browse files Browse the repository at this point in the history
  • Loading branch information
untergeek committed Oct 30, 2024
1 parent b3f2cf3 commit 74df9b0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion template/linkind-switch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ esp32:
framework:
type: esp-idf
sdkconfig_options:
CONFIG_FREERTOS_UNICORE: y
CONFIG_FREERTOS_UNICORE: y
CONFIG_ESP_TASK_WDT_TIMEOUT_S: "10"

switch:
- platform: gpio
Expand Down Expand Up @@ -66,6 +67,11 @@ binary_sensor:
- switch.turn_off: relay

esp32_ble_tracker:
scan_parameters:
# Adjust timing if the defaults do not work in your environment
# interval: 1100ms
# window: 1100ms
active: true

bluetooth_proxy:
active: true

0 comments on commit 74df9b0

Please sign in to comment.