From 5b72c211701e2cc4d389782b4b1cc7267aeeb314 Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Mon, 7 Jul 2025 13:49:00 +0200 Subject: [PATCH] Use main per default --- esp32-ble-example.yaml | 2 +- esp8266-triple-charger-example.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esp32-ble-example.yaml b/esp32-ble-example.yaml index e6e5717..6fe6ddd 100644 --- a/esp32-ble-example.yaml +++ b/esp32-ble-example.yaml @@ -1,7 +1,7 @@ substitutions: name: votronic device_description: "Monitor a votronic device via BLE" - external_components_source: github://syssi/esphome-votronic@drop-patched-ble-stack + external_components_source: github://syssi/esphome-votronic@main mac_address: 60:A4:23:91:8F:55 esphome: diff --git a/esp8266-triple-charger-example.yaml b/esp8266-triple-charger-example.yaml index a3bfe3b..3b2bc90 100644 --- a/esp8266-triple-charger-example.yaml +++ b/esp8266-triple-charger-example.yaml @@ -1,7 +1,7 @@ substitutions: name: votronic-solar-charger device_description: "Monitor a Votronic Solar Charger via the display link port (UART)" - external_components_source: github://syssi/esphome-votronic@verify-triple-charger-controller + external_components_source: github://syssi/esphome-votronic@main tx_pin: GPIO4 rx_pin: GPIO5 rx_timeout: 600ms