Bump home-assistant-bluetooth to 1.10.2 (#97193)

This commit is contained in:
J. Nick Koston 2023-07-25 05:20:03 -05:00 committed by GitHub
parent 5e40fe97fd
commit bb0727ab8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,6 @@ from __future__ import annotations
from abc import ABC, abstractmethod
import logging
from typing import cast
from homeassistant.core import CALLBACK_TYPE, HomeAssistant, callback
@ -70,7 +69,7 @@ class BasePassiveBluetoothCoordinator(ABC):
if service_info := async_last_service_info(
self.hass, self.address, self.connectable
):
return cast(str, service_info.name) # for compat this can be a pyobjc
return service_info.name
return self._last_name
@property

View File

@ -21,7 +21,7 @@ fnv-hash-fast==0.4.0
ha-av==10.1.0
hass-nabucasa==0.69.0
hassil==1.2.0
home-assistant-bluetooth==1.10.1
home-assistant-bluetooth==1.10.2
home-assistant-frontend==20230705.1
home-assistant-intents==2023.7.24
httpx==0.24.1

View File

@ -35,7 +35,7 @@ dependencies = [
# When bumping httpx, please check the version pins of
# httpcore, anyio, and h11 in gen_requirements_all
"httpx==0.24.1",
"home-assistant-bluetooth==1.10.1",
"home-assistant-bluetooth==1.10.2",
"ifaddr==0.2.0",
"Jinja2==3.1.2",
"lru-dict==1.2.0",

View File

@ -11,7 +11,7 @@ bcrypt==4.0.1
certifi>=2021.5.30
ciso8601==2.3.0
httpx==0.24.1
home-assistant-bluetooth==1.10.1
home-assistant-bluetooth==1.10.2
ifaddr==0.2.0
Jinja2==3.1.2
lru-dict==1.2.0