core/homeassistant
J. Nick Koston 54a69a2687
Remove async_get_device_class_lookup from entity_registry (#114212)
This function was only ever used in homekit, and since there is
now an index of devices in the entity registry, homekit no longer
uses it.

I searched github code for all references to async_get_device_class_lookup
and the only think I could find using it were forks of core. It seems
unlikely that any custom components are affected by removing this
function
2024-03-26 09:22:53 +01:00
..
auth Migrate auth to use async_import_module to avoid blocking I/O in the event loop (#113387) 2024-03-14 10:44:36 +01:00
backports Bump ruff to 0.3.4 (#112690) 2024-03-26 00:02:16 +01:00
brands Add tapo virtual integration (#109765) 2024-02-07 06:29:26 +01:00
components Rework Axis entity loader to have a better internal storage structure (#114114) 2024-03-26 07:55:07 +01:00
generated Add Bluetooth support to La Marzocco integration (#108287) 2024-03-21 13:08:11 +01:00
helpers Remove async_get_device_class_lookup from entity_registry (#114212) 2024-03-26 09:22:53 +01:00
scripts Avoid creating unneeded Context and Event objects when firing events (#113798) 2024-03-20 09:40:06 +01:00
util Bump ruff to 0.3.4 (#112690) 2024-03-26 00:02:16 +01:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py Preload storage for integrations we know we are going to setup (#114192) 2024-03-25 15:49:54 -10:00
config.py Bump ruff to 0.3.4 (#112690) 2024-03-26 00:02:16 +01:00
config_entries.py Revert "Update typing-extensions to 4.11.0rc1 (#114116)" (#114216) 2024-03-25 20:44:57 -10:00
const.py Add State.last_reported (#113511) 2024-03-20 21:05:07 +01:00
core.py Preload storage for integrations we know we are going to setup (#114192) 2024-03-25 15:49:54 -10:00
data_entry_flow.py
exceptions.py Bump ruff to 0.3.4 (#112690) 2024-03-26 00:02:16 +01:00
loader.py Bump ruff to 0.3.4 (#112690) 2024-03-26 00:02:16 +01:00
package_constraints.txt Revert "Update typing-extensions to 4.11.0rc1 (#114116)" (#114216) 2024-03-25 20:44:57 -10:00
requirements.py
runner.py
setup.py Bump ruff to 0.3.4 (#112690) 2024-03-26 00:02:16 +01:00
strings.json Smhi add reconfigure step to config flow (#114044) 2024-03-23 11:01:59 +01:00