hass-core/homeassistant
J. Nick Koston b1d0c6a4f1
Refactor User attribute caching to be safer and more efficient (#96723)
* Cache construction of is_admin

This has to be checked for a lot of api calls and the websocket
every time the call is made

* Cache construction of is_admin

This has to be checked for a lot of api calls and the websocket
every time the call is made

* Cache construction of is_admin

This has to be checked for a lot of api calls and the websocket
every time the call is made

* modernize

* coverage

* coverage

* verify caching

* verify caching

* fix type

* fix mocking
2024-01-13 15:10:50 -05:00
..
auth Refactor User attribute caching to be safer and more efficient (#96723) 2024-01-13 15:10:50 -05:00
backports
brands Add Rainforest RAVEn integration (#80061) 2024-01-05 14:00:54 +01:00
components Don't load entities for docker virtual ethernet interfaces in System Monitor (#107966) 2024-01-13 20:39:34 +01:00
generated Add myUplink integration (#86522) 2024-01-12 12:17:07 +01:00
helpers Add an index for devices and config entries to the entity registry (#107516) 2024-01-13 14:49:41 -05:00
scripts
util Enable strict typing for ios (#107382) 2024-01-12 14:43:17 +01:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py Signficantly reduce executor contention during bootstrap (#107312) 2024-01-07 22:55:40 -05:00
config.py
config_entries.py Use identity checks for CoreState (#107846) 2024-01-12 10:21:26 +01:00
const.py Include deprecated constants in wildcard imports (#107114) 2024-01-05 11:46:45 +01:00
core.py Use identity checks for CoreState (#107846) 2024-01-12 10:21:26 +01:00
data_entry_flow.py Warn if integrations call async_show_progress without passing a task (#107796) 2024-01-13 11:56:05 +01:00
exceptions.py
loader.py Reduce zeroconf matcher complexity (#105880) 2023-12-23 11:04:05 +01:00
package_constraints.txt Bump orjson to 3.9.10 (#107898) 2024-01-12 11:06:44 -10:00
requirements.py Signficantly reduce executor contention during bootstrap (#107312) 2024-01-07 22:55:40 -05:00
runner.py
setup.py
strings.json