ha-core/homeassistant/util
Michael Hansen b4bd3b97f8
Use order in preferred regions list (#91959)
* Use order in preferred regions list

* Use float for score (inf = exact match)
2023-04-24 14:12:38 -04:00
..
yaml Make dataclasses in HA core slotted (#91208) 2023-04-11 07:58:28 -10:00
__init__.py Stricter pylint message control (#86154) 2023-01-20 13:47:55 +01:00
aiohttp.py Inverse json import logic (#88099) 2023-02-16 11:37:57 +01:00
async_.py Replace fire_coroutine_threadsafe with asyncio.run_coroutine_threadsafe (#88572) 2023-02-21 21:16:18 -05:00
color.py Code styling tweaks to core utils & YAML loader (#85433) 2023-01-08 22:01:55 -08:00
decorator.py Improve typing [util.decorator] (#67087) 2022-02-23 20:58:42 +01:00
distance.py String formatting and max line length - Part 7 (#84532) 2022-12-27 11:18:56 +01:00
dt.py Update django github references to main instead of master branch. (#89951) 2023-03-20 10:27:55 +01:00
enum.py Cache try_parse_enum (#87911) 2023-02-12 03:57:36 -06:00
executor.py Remove ThreadPoolExecutor `shutdown` backport (#66735) 2022-02-17 10:39:33 -06:00
file.py Use os.path.dirname() for getting the directory name of a path (#81504) 2022-11-14 15:21:35 +01:00
json.py Add typed helpers and improve type hints in util/json (#88534) 2023-02-22 10:09:28 +01:00
language.py Use order in preferred regions list (#91959) 2023-04-24 14:12:38 -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 Enable Ruff D212 (#87347) 2023-02-03 23:08:48 +01:00
logging.py Enable Ruff D212 (#87347) 2023-02-03 23:08:48 +01:00
network.py Add is_host_valid util (#76589) 2022-09-11 11:12:04 -05:00
package.py Fix checking if a package is installed on py3.11 (#88768) 2023-02-25 22:47:18 -05:00
percentage.py Fix an extra quote typo in the percentage util (#87161) 2023-02-02 19:59:08 -06:00
pil.py Code styling tweaks to core utils & YAML loader (#85433) 2023-01-08 22:01:55 -08:00
pressure.py Add unitless unit converter (#85694) 2023-01-12 09:20:00 +01:00
process.py Move `disallow-any-generics` to mypy.ini (#63917) 2022-01-11 13:33:25 -08:00
read_only_dict.py Make TypeVars private (1) (#68205) 2022-03-17 18:52:38 +01:00
speed.py Add unitless unit converter (#85694) 2023-01-12 09:20:00 +01:00
ssl.py Add option to select list of accepted ssl ciphers in httpx client (#91389) 2023-04-15 09:32:30 -10:00
temperature.py String formatting and max line length - Part 7 (#84532) 2022-12-27 11:18:56 +01:00
thread.py Ensure shutdown does not deadlock (#49282) 2021-04-18 08:55:51 -10:00
timeout.py Fix danglin task for util.timeout (#88366) 2023-02-18 00:11:35 -05:00
ulid.py Reduce overhead to store context ids in the database (#88942) 2023-03-08 14:51:45 -10:00
unit_conversion.py Add Mega Joule as valid unit of energy (#86055) 2023-01-25 14:13:42 +01:00
unit_system.py Add preferred wind speed unit to unit systems (#90504) 2023-03-30 12:54:12 +02:00
uuid.py Improve performance of generating non-cryptographically secure uuids (#41314) 2020-10-07 16:37:01 +02:00
variance.py Import `ParamSpec` from typing [Py310] (#86413) 2023-01-23 07:28:43 +01:00
volume.py String formatting and max line length - Part 7 (#84532) 2022-12-27 11:18:56 +01:00