core/homeassistant/util
Ville Skyttä d64f1e767c Type check all helpers (#25373)
* Type check all helpers, add inline exclusions for work in progress

* Remove unused Script._template_cache

* Add some missing type hints

* Remove unneeded type: ignore

* Type hint fixes

* Mypy assistance tweaks

* Don't look for None in deprecated config "at most once" check

* Avoid None name slugify attempt when generating entity id

* Avoid None state store attempt on entity remove
2019-07-21 09:59:02 -07:00
..
yaml Split up yaml loaders into multiple files (#23774) 2019-05-09 09:07:56 -07:00
__init__.py Upgrade mypy to 0.720, turn on unreachability warnings (#25157) 2019-07-16 15:11:38 -07:00
aiohttp.py Fix cloud webhook body (#20739) 2019-02-04 10:58:38 -08:00
async_.py Upgrade mypy to 0.720, turn on unreachability warnings (#25157) 2019-07-16 15:11:38 -07:00
color.py Upgrade mypy (#23586) 2019-05-02 21:18:20 +03:00
decorator.py Upgrade pylint to 2.0.1 (#15683) 2018-07-26 08:55:42 +02:00
distance.py Upgrade mypy to 0.720, turn on unreachability warnings (#25157) 2019-07-16 15:11:38 -07:00
dt.py Fix time expression parsing (#24696) 2019-06-22 13:39:33 +02:00
json.py Type check all helpers (#25373) 2019-07-21 09:59:02 -07:00
location.py Require core config detection to be triggerd manually (#24019) 2019-05-22 17:24:46 -07:00
logging.py Upgrade mypy to 0.711, drop no longer needed workarounds (#24998) 2019-07-07 03:58:33 +02:00
network.py Add webhook + IFTTT example (#16817) 2018-09-30 14:45:48 +02:00
package.py Prefere binary with wheels (#24669) 2019-06-21 08:47:56 -07:00
pressure.py Upgrade mypy to 0.720, turn on unreachability warnings (#25157) 2019-07-16 15:11:38 -07:00
ruamel_yaml.py Fix util.ruamel_yaml type errors (#25338) 2019-07-20 14:35:22 -07:00
ssl.py Switch to intermediate Mozilla cert profile (#15957) 2018-08-14 08:20:17 +02:00
temperature.py Pylint cleanups (#15626) 2018-07-23 10:16:05 +02:00
unit_system.py Upgrade mypy to 0.720, turn on unreachability warnings (#25157) 2019-07-16 15:11:38 -07:00
volume.py Upgrade mypy to 0.720, turn on unreachability warnings (#25157) 2019-07-16 15:11:38 -07:00