Skip to content

Commit

Permalink
Bump recommended esphome version for bluetooth proxies to 2022.12.4 (#…
Browse files Browse the repository at this point in the history
…86308)

This will fix an MTU issue reported with airthings and
other devices.

needs esphome/esphome#4323
  • Loading branch information
bdraco authored and frenck committed Jan 22, 2023
1 parent 9669b28 commit 71d54da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/esphome/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
_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/",
Expand Down

0 comments on commit 71d54da

Please sign in to comment.