mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Bump home-assistant-bluetooth to 1.10.2 (#97193)
This commit is contained in:
parent
5e40fe97fd
commit
bb0727ab8a
@ -3,7 +3,6 @@ from __future__ import annotations
|
|||||||
|
|
||||||
from abc import ABC, abstractmethod
|
from abc import ABC, abstractmethod
|
||||||
import logging
|
import logging
|
||||||
from typing import cast
|
|
||||||
|
|
||||||
from homeassistant.core import CALLBACK_TYPE, HomeAssistant, callback
|
from homeassistant.core import CALLBACK_TYPE, HomeAssistant, callback
|
||||||
|
|
||||||
@ -70,7 +69,7 @@ class BasePassiveBluetoothCoordinator(ABC):
|
|||||||
if service_info := async_last_service_info(
|
if service_info := async_last_service_info(
|
||||||
self.hass, self.address, self.connectable
|
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
|
return self._last_name
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
@ -21,7 +21,7 @@ fnv-hash-fast==0.4.0
|
|||||||
ha-av==10.1.0
|
ha-av==10.1.0
|
||||||
hass-nabucasa==0.69.0
|
hass-nabucasa==0.69.0
|
||||||
hassil==1.2.0
|
hassil==1.2.0
|
||||||
home-assistant-bluetooth==1.10.1
|
home-assistant-bluetooth==1.10.2
|
||||||
home-assistant-frontend==20230705.1
|
home-assistant-frontend==20230705.1
|
||||||
home-assistant-intents==2023.7.24
|
home-assistant-intents==2023.7.24
|
||||||
httpx==0.24.1
|
httpx==0.24.1
|
||||||
|
@ -35,7 +35,7 @@ dependencies = [
|
|||||||
# When bumping httpx, please check the version pins of
|
# When bumping httpx, please check the version pins of
|
||||||
# httpcore, anyio, and h11 in gen_requirements_all
|
# httpcore, anyio, and h11 in gen_requirements_all
|
||||||
"httpx==0.24.1",
|
"httpx==0.24.1",
|
||||||
"home-assistant-bluetooth==1.10.1",
|
"home-assistant-bluetooth==1.10.2",
|
||||||
"ifaddr==0.2.0",
|
"ifaddr==0.2.0",
|
||||||
"Jinja2==3.1.2",
|
"Jinja2==3.1.2",
|
||||||
"lru-dict==1.2.0",
|
"lru-dict==1.2.0",
|
||||||
|
@ -11,7 +11,7 @@ bcrypt==4.0.1
|
|||||||
certifi>=2021.5.30
|
certifi>=2021.5.30
|
||||||
ciso8601==2.3.0
|
ciso8601==2.3.0
|
||||||
httpx==0.24.1
|
httpx==0.24.1
|
||||||
home-assistant-bluetooth==1.10.1
|
home-assistant-bluetooth==1.10.2
|
||||||
ifaddr==0.2.0
|
ifaddr==0.2.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
lru-dict==1.2.0
|
lru-dict==1.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user