Bump recommended esphome version to 2023.4.0 for bluetooth (#91509)
parent
5080654776
commit
c407fb0861
|
@ -72,7 +72,7 @@ CONF_NOISE_PSK = "noise_psk"
|
|||
_LOGGER = logging.getLogger(__name__)
|
||||
_R = TypeVar("_R")
|
||||
|
||||
STABLE_BLE_VERSION_STR = "2022.12.4"
|
||||
STABLE_BLE_VERSION_STR = "2023.4.0"
|
||||
STABLE_BLE_VERSION = AwesomeVersion(STABLE_BLE_VERSION_STR)
|
||||
PROJECT_URLS = {
|
||||
"esphome.bluetooth-proxy": "https://esphome.github.io/bluetooth-proxies/",
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
"issues": {
|
||||
"ble_firmware_outdated": {
|
||||
"title": "Update {name} with ESPHome {version} or later",
|
||||
"description": "To improve Bluetooth reliability and performance, we highly recommend updating {name} with ESPHome {version} or later. When updating the device to ESPHome {version}, it is recommended to use a serial cable instead of an over-the-air update to take advantage of the new partition scheme."
|
||||
"description": "To improve Bluetooth reliability and performance, we highly recommend updating {name} with ESPHome {version} or later. When updating the device from ESPHome earlier than 2022.12.0, it is recommended to use a serial cable instead of an over-the-air update to take advantage of the new partition scheme."
|
||||
},
|
||||
"api_password_deprecated": {
|
||||
"title": "API Password deprecated on {name}",
|
||||
|
|
Loading…
Reference in New Issue