core/homeassistant/util
fwestenberg 385b29bdf5
Add Beaufort to wind_speed (#105795)
* Add Beaufort to wind_speed

* Add Bft to UnitOfSpeed

* Update tests with Bft

* Remove check for unit

* Fix test_deprecated_constants

* Test depricated constant Beaufort

* Fix test_unit_system.py for Beaufort

* Remove _DEPRECATED_SPEED_FEET_BEAUFORT

* Remove maxsize from lru_cache

* Update test_deprecated_constants

* Update comment

* Add missing docstring

* Apply suggestions from code review

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-03-05 14:55:59 +01:00
..
yaml YAML loader performance improvements (#111199) 2024-02-23 13:37:09 -05:00
__init__.py Stricter pylint message control (#86154) 2023-01-20 13:47:55 +01:00
aiohttp.py Add body_exists to MockRequest in aiohttp util (#100932) 2023-09-26 17:52:29 +02:00
async_.py Fix util create_eager_task typing (#111976) 2024-03-01 21:04:45 +01:00
color.py Add scaling utils for brightness and fanspeed (#104753) 2023-12-04 12:10:58 +01:00
decorator.py
dt.py Avoid many replace calls in find_next_time_expression_time (#108273) 2024-01-18 08:44:40 +01:00
enum.py Cache try_parse_enum (#87911) 2023-02-12 03:57:36 -06:00
executor.py
file.py Avoid de/recode of bytes to string to bytes when writing json files (#109348) 2024-02-02 09:02:26 +01:00
frozen_dataclass_compat.py Freeze integration entity descriptions (#105984) 2023-12-18 16:28:13 -10:00
json.py Include filename in exception when loading a json file fails (#111802) 2024-02-29 10:30:29 -05:00
language.py Use aliases when listing pipeline languages (#99672) 2023-09-08 08:22:08 -04:00
limited_size_dict.py Add WS API for debugging previous assist_pipeline runs (#91541) 2023-04-17 11:48:02 -04:00
location.py Use builtin TimeoutError [core + helpers] (#109684) 2024-02-05 12:09:54 +01:00
logging.py Update Ruff to 0.1.8, avoid linter/formatter conflicts (#106080) 2023-12-20 23:55:09 +01:00
network.py Use stdlib ip_address method in the network helper when compatible (#102019) 2023-10-15 21:24:49 -04:00
package.py Restore support for packages being installed from urls with fragments (#109267) 2024-02-01 08:56:57 +01:00
percentage.py Add scaling utils for brightness and fanspeed (#104753) 2023-12-04 12:10:58 +01:00
pil.py Add types-Pillow dependency (#98266) 2023-08-13 11:57:46 -05:00
process.py
read_only_dict.py
scaling.py Add scaling utils for brightness and fanspeed (#104753) 2023-12-04 12:10:58 +01:00
ssl.py Prevent duplicate default SSLContext instances (#105348) 2023-12-09 11:30:12 -10:00
thread.py
timeout.py Use builtin TimeoutError [core + helpers] (#109684) 2024-02-05 12:09:54 +01:00
ulid.py Use ulid_now instead of ulid_at_timestamp if no timestamp is passed (#104226) 2023-11-19 22:27:24 -05:00
unit_conversion.py Add Beaufort to wind_speed (#105795) 2024-03-05 14:55:59 +01:00
unit_system.py Add preferred wind speed unit to unit systems (#90504) 2023-03-30 12:54:12 +02:00
uuid.py
variance.py Import `ParamSpec` from typing [Py310] (#86413) 2023-01-23 07:28:43 +01:00