core/homeassistant/helpers
Ville Skyttä c9c707e368
Start type annotating/testing helpers (#17858)
* Add type hints to helpers.intent and location

* Test typing for helpers.icon, json, and typing

* Add type hints to helpers.state

* Add type hints to helpers.translation
2018-10-28 21:12:52 +02:00
..
__init__.py Isort preparations (#16555) 2018-09-11 11:21:48 +02:00
aiohttp_client.py Don't pass use_env=True (#16896) 2018-09-26 17:20:34 +02:00
condition.py Pylint cleanups (#15626) 2018-07-23 10:16:05 +02:00
config_entry_flow.py Migrate Mailgun to use the webhook component (#17464) 2018-10-23 11:14:46 +02:00
config_validation.py Disallow list/dict for string configuration (#17202) 2018-10-07 12:35:44 +02:00
data_entry_flow.py Refactor data entry flow (#15883) 2018-08-09 13:24:14 +02:00
deprecation.py Pylint cleanups (#15626) 2018-07-23 10:16:05 +02:00
device_registry.py Fix device reg considered changed (#17764) 2018-10-25 16:43:11 +02:00
discovery.py Grammar and spelling fixes (#16065) 2018-08-19 22:29:08 +02:00
dispatcher.py Rename homeassistant.util.async to .async_ (#13088) 2018-03-11 10:01:12 -07:00
entity.py Fix unloading an entry can leave states around (#17786) 2018-10-25 19:57:36 +02:00
entity_component.py Manual updates (#17278) 2018-10-09 16:54:38 +02:00
entity_platform.py Fix unloading an entry can leave states around (#17786) 2018-10-25 19:57:36 +02:00
entity_registry.py Fixed an incorrect reference in the entity registry (#17775) 2018-10-24 21:53:18 -06:00
entity_values.py Add disallow_untyped_calls to mypy check. (#15661) 2018-07-31 15:00:17 +01:00
entityfilter.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
event.py Make async_track_time_change smarter (#17199) 2018-10-09 10:14:18 +02:00
icon.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
intent.py Start type annotating/testing helpers (#17858) 2018-10-28 21:12:52 +02:00
json.py Isort preparations (#16555) 2018-09-11 11:21:48 +02:00
location.py Start type annotating/testing helpers (#17858) 2018-10-28 21:12:52 +02:00
restore_state.py Python 3.5 async with (#13283) 2018-03-17 12:27:21 +01:00
script.py Remove warning on script delay (#17264) 2018-10-09 10:06:42 +02:00
service.py Upgrade flake8 to 3.6.0 (#17770) 2018-10-25 23:15:20 +03:00
signal.py Fix Windows loop (#16737) 2018-09-22 09:54:37 +02:00
state.py Start type annotating/testing helpers (#17858) 2018-10-28 21:12:52 +02:00
storage.py Make it easier for auth to consume newer formats (#17127) 2018-10-04 10:41:13 +02:00
sun.py RFC: Use bind_hass for helpers (#9745) 2017-10-08 08:17:54 -07:00
temperature.py Round humidity for display purposes (#12766) 2018-02-28 10:59:47 -08:00
template.py Added resolve_state to template distance function (#17290) 2018-10-10 11:49:24 +02:00
translation.py Start type annotating/testing helpers (#17858) 2018-10-28 21:12:52 +02:00
typing.py MQTT Static Typing (#12433) 2018-02-28 22:59:14 +01:00