core/homeassistant/util
Erik Montnemery b0d4b73874
Add unitless unit converter (#85694)
* Add unitless unit converter

* Adjust type hints

* Adjust tests

* Rename to UnitlessRatioConverter
2023-01-12 09:20:00 +01:00
..
yaml Code styling tweaks to core utils & YAML loader (#85433) 2023-01-08 22:01:55 -08:00
__init__.py Code styling tweaks to core utils & YAML loader (#85433) 2023-01-08 22:01:55 -08:00
aiohttp.py Make aiohttp mockers aware of the json loads kwarg (#73939) 2022-06-24 08:44:35 +02:00
async_.py String formatting and max line length - Part 7 (#84532) 2022-12-27 11:18:56 +01: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 Code styling tweaks to core utils & YAML loader (#85433) 2023-01-08 22:01:55 -08: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 Code styling tweaks to core utils & YAML loader (#85433) 2023-01-08 22:01:55 -08:00
location.py Code styling tweaks to core utils & YAML loader (#85433) 2023-01-08 22:01:55 -08:00
logging.py Correct return typing for `catch_log_exception` (#78399) 2022-09-17 17:27:22 +02:00
network.py Add is_host_valid util (#76589) 2022-09-11 11:12:04 -05:00
package.py Code styling tweaks to core utils & YAML loader (#85433) 2023-01-08 22:01:55 -08:00
percentage.py Make TypeVars private (1) (#68205) 2022-03-17 18:52:38 +01: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 Code styling tweaks to core utils & YAML loader (#85433) 2023-01-08 22:01:55 -08: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 Rewrite of not a == b occurances (#48132) 2021-03-20 01:27:04 +01:00
ulid.py Sync event timed_fired and the context ulid time (#71854) 2022-05-14 12:12:08 -07:00
unit_conversion.py Add unitless unit converter (#85694) 2023-01-12 09:20:00 +01:00
unit_system.py Code styling tweaks to core utils & YAML loader (#85433) 2023-01-08 22:01:55 -08:00
uuid.py
variance.py Improve ignore_variance typing (#83927) 2022-12-13 15:22:23 +01:00
volume.py String formatting and max line length - Part 7 (#84532) 2022-12-27 11:18:56 +01:00