core/homeassistant
J. Nick Koston f96f4d31f7
Convert referenced registry functions to use cached_property (#108895)
* Convert referenced registry functions to use cached_property

These already implemented caching, but now that we can use cached_property
because the lock problem is solved, we can make the code simplier and faster

* missed one

* make them the same
2024-01-26 23:02:42 -05:00
..
auth Address late review on auth (#108852) 2024-01-25 18:15:35 +01:00
backports
brands
components Convert referenced registry functions to use cached_property (#108895) 2024-01-26 23:02:42 -05:00
generated Add ConfigFlow for Lupusec (#108740) 2024-01-25 18:52:30 +01:00
helpers Convert referenced registry functions to use cached_property (#108895) 2024-01-26 23:02:42 -05:00
scripts Always load auth storage at startup (#108543) 2024-01-20 16:16:43 -10:00
util Fix empty files included by !include_dir_named (#108489) 2024-01-20 15:12:32 +01:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py Move core fundamental components into bootstrap (#105560) 2024-01-22 20:09:48 +01:00
config.py Remove unused TypeVar from config.py (#108495) 2024-01-20 14:39:12 -05:00
config_entries.py Small speed up to listing config entries in the websocket api (#108892) 2024-01-25 20:20:19 -10:00
const.py Add set_conversation_response script action (#108233) 2024-01-23 09:13:42 -05:00
core.py Refactor service enumeration methods to better match existing use cases (#108671) 2024-01-22 14:21:17 -10:00
data_entry_flow.py Fix FlowHandler show progress (#108586) 2024-01-21 22:40:48 +01:00
exceptions.py
loader.py
package_constraints.txt Fix intent loading and incorporate unmatched entities more (#108423) 2024-01-23 20:31:57 -05:00
requirements.py
runner.py
setup.py
strings.json