diff --git a/templates/btproxy.yaml b/templates/btproxy.yaml index 1c894c9..7d122ab 100644 --- a/templates/btproxy.yaml +++ b/templates/btproxy.yaml @@ -26,7 +26,6 @@ esp32_ble_tracker: - sensor.template.publish: id: ble_scans_finished state: !lambda 'return ++id(ble_scans);' - - script.execute: restart_after_delay bluetooth_proxy: id: btproxy @@ -36,16 +35,6 @@ bluetooth_proxy: esp32_ble: max_connections: 4 -script: - - id: restart_after_delay - mode: restart - then: - - delay: 15min - - logger.log: - level: ERROR - format: "No recent successful Bluetooth scan, restarting ESP chip" - - button.press: restart_button - sensor: - platform: template name: "BLE scans finished"