core/homeassistant/helpers
Ville Skyttä 0c5ca3084e
Add and fix type hints (#36501)
* Fix exceptions.Unauthorized.permission type

* Use auth.permission consts more

* Auth typing improvements

* Helpers typing improvements

* Calculate self.state only once
2020-06-06 20:34:56 +02:00
..
__init__.py
aiohttp_client.py Patch aiohttp client session close (#34769) 2020-05-13 09:58:33 +02:00
area_registry.py
check_config.py
collection.py
condition.py
config_entry_flow.py
config_entry_oauth2_flow.py async_get_url -> get_url (#35382) 2020-05-08 21:53:28 +02:00
config_validation.py Prevent possible secret values to show up in deprecation logs (#36368) 2020-06-02 17:29:59 +02:00
data_entry_flow.py More data entry flow and HTTP related type hints (#34430) 2020-05-26 09:28:22 -05:00
debounce.py Clean up device registry if entity registry updates (#35106) 2020-05-05 10:53:46 -07:00
deprecation.py
device_registry.py Stable device id when a deleted device is restored (#36309) 2020-06-02 21:22:08 +02:00
discovery.py
dispatcher.py
entity.py Add and fix type hints (#36501) 2020-06-06 20:34:56 +02:00
entity_component.py Do async_setup_platform in background (#36244) 2020-05-31 22:18:30 -07:00
entity_platform.py Add and fix type hints (#36501) 2020-06-06 20:34:56 +02:00
entity_registry.py Guard bad entity ID in entity registry (#35271) 2020-05-05 15:07:54 -07:00
entity_values.py
entityfilter.py Config flow for homekit (#34560) 2020-04-30 23:05:06 -05:00
event.py
frame.py Patch aiohttp client session close (#34769) 2020-05-13 09:58:33 +02:00
icon.py
instance_id.py Extract instance ID helper from updater (#35043) 2020-05-04 11:23:12 -07:00
integration_platform.py
intent.py
json.py
location.py
logging.py
network.py async_get_url -> get_url (#35382) 2020-05-08 21:53:28 +02:00
restore_state.py
script.py Add support for simultaneous runs of Script helper - Part 3 (#36202) 2020-05-27 15:10:28 -07:00
service.py Add and fix type hints (#36501) 2020-06-06 20:34:56 +02:00
signal.py
singleton.py Extract instance ID helper from updater (#35043) 2020-05-04 11:23:12 -07:00
state.py
storage.py Ensure storage write consume the data under the lock (#35889) 2020-05-21 10:27:40 +02:00
sun.py
system_info.py Correct inst method names in system info, add Docker version (#36360) 2020-06-02 10:50:34 +02:00
temperature.py
template.py Listen for group member state changes when using `expand` in templates (#35398) 2020-05-10 10:48:56 -05:00
translation.py Fix translation merging for custom components without translations (#35032) 2020-05-01 11:34:09 -07:00
typing.py
update_coordinator.py