core/homeassistant/components/config
J. Nick Koston 1608e05be6
Speed up registry config websocket api calls with list comps (#110693)
* Speed up registry config websocket api calls with list comps

list comps are faster than generator expressions, even more so in
python 3.12 since https://peps.python.org/pep-0709/

https://stackoverflow.com/questions/47789/generator-expressions-vs-list-comprehensions/62709748#62709748

* more readable
2024-02-16 07:41:55 +01:00
..
__init__.py
area_registry.py Add icon to areas (#108650) 2024-01-24 19:11:03 +01:00
auth.py
auth_provider_homeassistant.py
automation.py Fix race when deleting an automation (#108772) 2024-01-24 15:27:09 +01:00
config_entries.py Small speed up to listing config entries in the websocket api (#108892) 2024-01-25 20:20:19 -10:00
core.py
device_registry.py Speed up registry config websocket api calls with list comps (#110693) 2024-02-16 07:41:55 +01:00
entity_registry.py Speed up registry config websocket api calls with list comps (#110693) 2024-02-16 07:41:55 +01:00
manifest.json
scene.py
script.py
services.yaml