Bump recommended esphome version for bluetooth to 2023.6.0 (#94773)
2023.6.0 is needed for #94138 to workpull/94791/head
parent
b5e1d35e18
commit
be638d3772
|
@ -73,7 +73,7 @@ CONF_NOISE_PSK = "noise_psk"
|
|||
_LOGGER = logging.getLogger(__name__)
|
||||
_R = TypeVar("_R")
|
||||
|
||||
STABLE_BLE_VERSION_STR = "2023.4.0"
|
||||
STABLE_BLE_VERSION_STR = "2023.6.0"
|
||||
STABLE_BLE_VERSION = AwesomeVersion(STABLE_BLE_VERSION_STR)
|
||||
PROJECT_URLS = {
|
||||
"esphome.bluetooth-proxy": "https://esphome.github.io/bluetooth-proxies/",
|
||||
|
|
Loading…
Reference in New Issue