1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
ha-core/homeassistant/util
Erik Montnemery 5b55c7da5f
Remove logic converting empty or falsy YAML to empty dict (#103912)
* Correct logic converting empty YAML to empty dict

* Modify according to github comments

* Add load_yaml_dict helper

* Update check_config script

* Update tests
2023-12-05 18:08:11 +01:00
..
yaml Remove logic converting empty or falsy YAML to empty dict (#103912) 2023-12-05 18:08:11 +01:00
__init__.py
aiohttp.py Add body_exists to MockRequest in aiohttp util (#100932) 2023-09-26 17:52:29 +02:00
async_.py Rename gather_with_concurrency to gather_with_limited_concurrency (#102241) 2023-10-19 15:08:52 +02:00
color.py Add scaling utils for brightness and fanspeed (#104753) 2023-12-04 12:10:58 +01:00
decorator.py
dt.py Remove monotonic_time_coarse datetime helper (#104892) 2023-12-04 09:10:13 +01:00
enum.py
executor.py
file.py
json.py Switch formatting from black to ruff-format (#102893) 2023-11-27 14:38:59 +01:00
language.py Use aliases when listing pipeline languages (#99672) 2023-09-08 08:22:08 -04:00
limited_size_dict.py
location.py Switch formatting from black to ruff-format (#102893) 2023-11-27 14:38:59 +01:00
logging.py Remove unused HideSensitiveDataFilter (#101689) 2023-10-09 12:02:52 +02: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 Update base image to 2023.10.0 (#102126) 2023-10-18 19:11:41 +02: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 Fix ssl DeprecationWarnings (#97623) 2023-08-03 09:11:41 +02:00
thread.py
timeout.py Remove unnnecessary pylint configs from core (#98704) 2023-08-22 23:12:12 +02: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
unit_system.py
uuid.py
variance.py