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:
J. Nick Koston 2023-01-21 12:05:06 -10:00 committed by Franck Nijhof
parent 9669b286c4
commit 71d54da673
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

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