hass-core/homeassistant
J. Nick Koston 034fabe188
Use loop time to set context (#99701)
* Use loop time to set context

loop time is faster than utcnow, and since its only used internally it can
be switched without a breaking change

* fix mocking
2023-09-06 11:04:49 +02:00
..
auth
backports Remove unnnecessary pylint configs from core (#98704) 2023-08-22 23:12:12 +02:00
brands Revert "Remove the virtual integration for ultraloq" (#99302) 2023-08-30 14:58:57 -04:00
components Yellow LED controls: rename LEDs (#99710) 2023-09-06 10:46:52 +02:00
generated Use shorthand attributes in Trend (#99695) 2023-09-06 09:55:25 +02:00
helpers Use loop time to set context (#99701) 2023-09-06 11:04:49 +02:00
scripts Make the check_config script open issue_registry read only (#98545) 2023-08-18 20:15:00 +02:00
util Remove unnnecessary pylint configs from core (#98704) 2023-08-22 23:12:12 +02:00
__init__.py
__main__.py Remove dead code from __main__.py (#98694) 2023-08-20 10:17:28 +02:00
block_async_io.py
bootstrap.py Don't allow hass.config.config_dir to be None (#98442) 2023-08-16 13:00:14 +02:00
config.py Remove unnnecessary pylint configs from core (#98704) 2023-08-22 23:12:12 +02:00
config_entries.py Fix module check in _async_get_flow_handler (#99509) 2023-09-04 14:19:10 -04:00
const.py Bump version to 2023.10.0dev0 (#99349) 2023-08-30 19:32:10 +02:00
core.py Add loader.async_get_loaded_integration (#99440) 2023-09-04 14:12:33 +02:00
data_entry_flow.py Use a single WS command for group preview (#98903) 2023-08-24 11:59:24 +02:00
exceptions.py
loader.py Fix module check in _async_get_flow_handler (#99509) 2023-09-04 14:19:10 -04:00
package_constraints.txt Update frontend to 20230906.0 (#99715) 2023-09-06 10:40:05 +02:00
requirements.py Replace deprecated pkg_resources with importlib.metadata (#97628) 2023-08-03 09:14:00 +02:00
runner.py Decrease event loop latency by binding time.monotonic to loop.time directly (#98288) 2023-08-13 20:37:45 -04:00
setup.py
strings.json