Bump recommended esphome version for bluetooth proxies to 2022.12.4 (#86308)
This will fix an MTU issue reported with airthings and other devices. needs https://github.com/esphome/esphome/pull/4323
This commit is contained in:
parent
53b931e21a
commit
aac89a3493
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ CONF_NOISE_PSK = "noise_psk"
|
|||
_LOGGER = logging.getLogger(__name__)
|
||||
_R = TypeVar("_R")
|
||||
|
||||
STABLE_BLE_VERSION_STR = "2022.12.0"
|
||||
STABLE_BLE_VERSION_STR = "2022.12.4"
|
||||
STABLE_BLE_VERSION = AwesomeVersion(STABLE_BLE_VERSION_STR)
|
||||
PROJECT_URLS = {
|
||||
"esphome.bluetooth-proxy": "https://esphome.github.io/bluetooth-proxies/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue