hass-core/homeassistant/components/bluetooth
Erik Montnemery 045c327928
Move DeviceInfo from entity to device registry (#98149)
* Move DeviceInfo from entity to device registry

* Update integrations
2023-08-10 22:04:26 -04:00
..
__init__.py Restore passive bluetooth entity data at startup (#97462) 2023-08-06 20:25:18 -10:00
active_update_coordinator.py Fix lingering timers in bluetooth (part 2) (#91674) 2023-04-20 11:04:07 +02:00
active_update_processor.py Fix lingering timers in bluetooth (part 2) (#91674) 2023-04-20 11:04:07 +02:00
advertisement_tracker.py Add slots to bluetooth manager (#95881) 2023-07-09 10:06:26 -10:00
api.py Expose async_scanner_devices_by_address from the bluetooth api (#83733) 2023-01-08 14:06:32 -10:00
base_scanner.py Optimize bluetooth base scanners for python3.11+ (#96165) 2023-07-09 12:56:33 -10:00
config_flow.py Give users a hint that their bluetooth adapter has been ignored (#87727) 2023-02-09 16:41:53 -06:00
const.py Split bluetooth models into base_scanner and wrappers (#82291) 2022-11-20 08:44:28 -06:00
diagnostics.py Add diagnostics to bluetooth (#77393) 2022-08-27 16:41:49 -05:00
manager.py Add slots to bluetooth manager (#95881) 2023-07-09 10:06:26 -10:00
manifest.json Add missing transmit power to ESPHome Bluetooth scanners (#98175) 2023-08-10 21:59:37 -04:00
match.py Add slots to dataclasses in default_config (#91410) 2023-04-14 14:22:39 -04:00
models.py Add slots to dataclasses in default_config (#91410) 2023-04-14 14:22:39 -04:00
passive_update_coordinator.py Partial revert "Add TypeVar defaults for DataUpdateCoordinator (#95026)" (#95101) 2023-06-23 14:42:34 +02:00
passive_update_processor.py Move DeviceInfo from entity to device registry (#98149) 2023-08-10 22:04:26 -04:00
scanner.py Improve chances of recovering stuck down bluetooth adapters (#96382) 2023-07-12 06:39:32 -10:00
storage.py Improve remote bluetooth scanner diagnostics and add missing test cover (#83796) 2022-12-11 21:33:30 -10:00
strings.json Add deduplicate translations script (#96384) 2023-07-13 11:52:50 -04:00
update_coordinator.py Ruff: isort don't split imports based on trailing comma (#98162) 2023-08-10 14:27:03 +02:00
usage.py Fix missing bluetooth client wrapper in bleak_retry_connector (#90885) 2023-04-06 10:33:00 +02:00
util.py Code styling tweaks to Bluetooth (#85448) 2023-01-08 11:20:02 -10:00
wrappers.py Add support for bleak 0.21 (#97212) 2023-07-25 19:30:54 +02:00