core/homeassistant/util
Artur Pragacz b36b591ccf
Improve error message for global timeout (#141563)
* Improve error message for global timeout

* Add test

* Message works with zone too
2025-05-27 07:49:18 +02:00
..
yaml Bump annotatedyaml to 0.4.4 (#140861) 2025-03-18 22:26:23 -10:00
__init__.py Enable B009 (#144192) 2025-05-21 16:37:51 +01:00
aiohttp.py Fix aiohttp MockPayloadWriter (#145579) 2025-05-25 14:38:08 +02:00
async_.py Finish migration from report to report_usage (#130412) 2024-11-15 12:35:50 +01:00
collection.py
color.py Improve precision of HSV color conversion (#130880) 2024-11-19 22:06:57 +01:00
decorator.py
dt.py Improve parse_time_expression list comprehension to get interval values (#143488) 2025-04-29 22:20:05 +01:00
enum.py
event_type.py Use new syntax for TypeVar defaults (#135780) 2025-01-17 09:12:52 +01:00
event_type.pyi Use new syntax for TypeVar defaults (#135780) 2025-01-17 09:12:52 +01:00
executor.py
file.py
frozen_dataclass_compat.py Bump ruff to 0.10.0 (#140541) 2025-03-14 12:32:50 +00:00
hass_dict.py
hass_dict.pyi
json.py Remove unused noqas (#135583) 2025-01-15 10:02:18 +01:00
language.py
limited_size_dict.py
location.py
logging.py Allow excluding modules from noisy logs check (#142020) 2025-04-02 15:07:00 +02:00
loop.py Enable RUF101 (#135835) 2025-01-17 13:01:07 +01:00
network.py Use remove-prefix/suffix introduced in Python 3.9 (#135206) 2025-01-09 21:15:22 +01:00
package.py Improve is docker env checks (#132404) 2025-01-02 17:21:49 +01:00
percentage.py
pil.py
process.py
read_only_dict.py Mark ReadOnlyDict with @final (#142059) 2025-04-02 14:06:01 +02:00
scaling.py
signal_type.py
signal_type.pyi
ssl.py Add non-shared ssl client_context (#142653) 2025-04-11 10:55:05 -10:00
system_info.py Improve is docker env checks (#132404) 2025-01-02 17:21:49 +01:00
thread.py
timeout.py Improve error message for global timeout (#141563) 2025-05-27 07:49:18 +02:00
ulid.py Enable RUF022 (#135767) 2025-01-16 13:48:24 +01:00
unit_conversion.py Add concentration conversion support for mg/m³ (#145325) 2025-05-23 14:24:18 +01:00
unit_system.py Allow liter for gas sensor device class (#141518) 2025-05-06 10:59:09 +02:00
uuid.py
variance.py