mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Bump habluetooth to 0.4.0 (#104958)
This commit is contained in:
parent
23cd66c54b
commit
c1f68c3767
@ -20,6 +20,6 @@
|
|||||||
"bluetooth-auto-recovery==1.2.3",
|
"bluetooth-auto-recovery==1.2.3",
|
||||||
"bluetooth-data-tools==1.17.0",
|
"bluetooth-data-tools==1.17.0",
|
||||||
"dbus-fast==2.14.0",
|
"dbus-fast==2.14.0",
|
||||||
"habluetooth==0.1.0"
|
"habluetooth==0.4.0"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -140,6 +140,7 @@ class HaScanner(BaseHaScanner):
|
|||||||
self._new_info_callback = new_info_callback
|
self._new_info_callback = new_info_callback
|
||||||
self.scanning = False
|
self.scanning = False
|
||||||
self.hass = hass
|
self.hass = hass
|
||||||
|
self._last_detection = 0.0
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def discovered_devices(self) -> list[BLEDevice]:
|
def discovered_devices(self) -> list[BLEDevice]:
|
||||||
|
@ -23,7 +23,7 @@ dbus-fast==2.14.0
|
|||||||
fnv-hash-fast==0.5.0
|
fnv-hash-fast==0.5.0
|
||||||
ha-av==10.1.1
|
ha-av==10.1.1
|
||||||
ha-ffmpeg==3.1.0
|
ha-ffmpeg==3.1.0
|
||||||
habluetooth==0.1.0
|
habluetooth==0.4.0
|
||||||
hass-nabucasa==0.74.0
|
hass-nabucasa==0.74.0
|
||||||
hassil==1.5.1
|
hassil==1.5.1
|
||||||
home-assistant-bluetooth==1.10.4
|
home-assistant-bluetooth==1.10.4
|
||||||
|
@ -984,7 +984,7 @@ ha-philipsjs==3.1.1
|
|||||||
habitipy==0.2.0
|
habitipy==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
habluetooth==0.1.0
|
habluetooth==0.4.0
|
||||||
|
|
||||||
# homeassistant.components.cloud
|
# homeassistant.components.cloud
|
||||||
hass-nabucasa==0.74.0
|
hass-nabucasa==0.74.0
|
||||||
|
@ -783,7 +783,7 @@ ha-philipsjs==3.1.1
|
|||||||
habitipy==0.2.0
|
habitipy==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
habluetooth==0.1.0
|
habluetooth==0.4.0
|
||||||
|
|
||||||
# homeassistant.components.cloud
|
# homeassistant.components.cloud
|
||||||
hass-nabucasa==0.74.0
|
hass-nabucasa==0.74.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user