diff --git a/esp32-ble-example.yaml b/esp32-ble-example.yaml index 3984753..f87fa97 100644 --- a/esp32-ble-example.yaml +++ b/esp32-ble-example.yaml @@ -7,6 +7,7 @@ substitutions: esphome: name: ${name} comment: ${device_description} + min_version: 2024.6.0 project: name: "syssi.esphome-votronic" version: 3.0.0 diff --git a/esp32-ble-scanner.yaml b/esp32-ble-scanner.yaml index 00af654..aafe879 100644 --- a/esp32-ble-scanner.yaml +++ b/esp32-ble-scanner.yaml @@ -5,6 +5,7 @@ substitutions: esphome: name: ${name} comment: ${device_description} + min_version: 2024.6.0 project: name: "syssi.esphome-votronic" version: 3.0.0 diff --git a/esp8266-charger-example.yaml b/esp8266-charger-example.yaml index 2c05304..17c9a85 100644 --- a/esp8266-charger-example.yaml +++ b/esp8266-charger-example.yaml @@ -9,6 +9,7 @@ substitutions: esphome: name: ${name} comment: ${device_description} + min_version: 2024.6.0 project: name: "syssi.esphome-votronic" version: 3.0.0 diff --git a/esp8266-charging-converter-example.yaml b/esp8266-charging-converter-example.yaml index 2c05304..17c9a85 100644 --- a/esp8266-charging-converter-example.yaml +++ b/esp8266-charging-converter-example.yaml @@ -9,6 +9,7 @@ substitutions: esphome: name: ${name} comment: ${device_description} + min_version: 2024.6.0 project: name: "syssi.esphome-votronic" version: 3.0.0 diff --git a/esp8266-smart-shunt-example.yaml b/esp8266-smart-shunt-example.yaml index 7db3395..196d35a 100644 --- a/esp8266-smart-shunt-example.yaml +++ b/esp8266-smart-shunt-example.yaml @@ -9,6 +9,7 @@ substitutions: esphome: name: ${name} comment: ${device_description} + min_version: 2024.6.0 project: name: "syssi.esphome-votronic" version: 3.0.0 diff --git a/esp8266-solar-charger-example.yaml b/esp8266-solar-charger-example.yaml index d294411..40f89a6 100644 --- a/esp8266-solar-charger-example.yaml +++ b/esp8266-solar-charger-example.yaml @@ -9,6 +9,7 @@ substitutions: esphome: name: ${name} comment: ${device_description} + min_version: 2024.6.0 project: name: "syssi.esphome-votronic" version: 3.0.0 diff --git a/esp8266-triple-charger-example.yaml b/esp8266-triple-charger-example.yaml index 7461c56..9105857 100644 --- a/esp8266-triple-charger-example.yaml +++ b/esp8266-triple-charger-example.yaml @@ -9,6 +9,7 @@ substitutions: esphome: name: ${name} comment: ${device_description} + min_version: 2024.6.0 project: name: "syssi.esphome-votronic" version: 3.0.0 diff --git a/tests/esp8266-fake-charger-vbcs-triple.yaml b/tests/esp8266-fake-charger-vbcs-triple.yaml index d0d151a..d2f1dc0 100644 --- a/tests/esp8266-fake-charger-vbcs-triple.yaml +++ b/tests/esp8266-fake-charger-vbcs-triple.yaml @@ -10,6 +10,7 @@ substitutions: esphome: name: ${name} comment: ${device_description} + min_version: 2024.6.0 project: name: "syssi.esphome-votronic" version: 3.0.0 diff --git a/tests/esp8266-fake-charger.yaml b/tests/esp8266-fake-charger.yaml index d67ae02..2d6bb00 100644 --- a/tests/esp8266-fake-charger.yaml +++ b/tests/esp8266-fake-charger.yaml @@ -7,6 +7,7 @@ substitutions: esphome: name: ${name} comment: ${device_description} + min_version: 2024.6.0 project: name: "syssi.esphome-votronic" version: 3.0.0 diff --git a/tests/esp8266-fake-charging-converter.yaml b/tests/esp8266-fake-charging-converter.yaml index dd52de1..800ac50 100644 --- a/tests/esp8266-fake-charging-converter.yaml +++ b/tests/esp8266-fake-charging-converter.yaml @@ -7,6 +7,7 @@ substitutions: esphome: name: ${name} comment: ${device_description} + min_version: 2024.6.0 project: name: "syssi.esphome-votronic" version: 3.0.0 diff --git a/tests/esp8266-fake-solar-charger.yaml b/tests/esp8266-fake-solar-charger.yaml index 04a55aa..5eba5c7 100644 --- a/tests/esp8266-fake-solar-charger.yaml +++ b/tests/esp8266-fake-solar-charger.yaml @@ -7,6 +7,7 @@ substitutions: esphome: name: ${name} comment: ${device_description} + min_version: 2024.6.0 project: name: "syssi.esphome-votronic" version: 3.0.0 diff --git a/votronic_bluetooth.md b/votronic_bluetooth.md index 30957ae..03a9865 100644 --- a/votronic_bluetooth.md +++ b/votronic_bluetooth.md @@ -23,7 +23,7 @@ ESPHome component to monitor votronic devices via BLE or Display Link ## Requirements -* [ESPHome 2023.7.0 or higher](https://github.com/esphome/esphome/releases). +* [ESPHome 2024.6.0 or higher](https://github.com/esphome/esphome/releases). * Generic ESP32 board ## Installation diff --git a/votronic_display_link.md b/votronic_display_link.md index 2c2295a..b3c2ad9 100644 --- a/votronic_display_link.md +++ b/votronic_display_link.md @@ -22,7 +22,7 @@ ESPHome component to monitor votronic devices via Display Link ## Requirements -* [ESPHome 2023.7.0 or higher](https://github.com/esphome/esphome/releases). +* [ESPHome 2024.6.0 or higher](https://github.com/esphome/esphome/releases). * A wire with RJ11 western connector * Generic ESP32 or ESP8266 board