Bump recommended esphome version for bluetooth to 2023.6.0 (#94773)

2023.6.0 is needed for #94138 to work
pull/94791/head
J. Nick Koston 2023-06-17 15:23:33 -05:00 committed by GitHub
parent b5e1d35e18
commit be638d3772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/",