mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Bump recommended esphome version for bluetooth to 2023.6.0 (#94773)
2023.6.0 is needed for #94138 to work
This commit is contained in:
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…
x
Reference in New Issue
Block a user