core/homeassistant/helpers
Franck Nijhof d4c4263730
Adjust typing of _attr_extra_state_attributes (#53529)
2021-07-27 01:25:22 +02:00
..
__init__.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
aiohttp_client.py Protect our user agent (#51486) 2021-06-04 09:14:18 -07:00
area_registry.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
check_config.py Enable mccabe complexity checks in flake8 (#49616) 2021-04-25 12:38:40 +02:00
collection.py Upgrade pyupgrade to 2.21.2, apply its changes (#52987) 2021-07-19 10:46:09 +02:00
condition.py Support dynamic schema validation in device conditions and actions (#52007) 2021-06-28 09:23:46 +02:00
config_entry_flow.py Fix typing in config flow helper (#50994) 2021-05-23 14:08:21 +02:00
config_entry_oauth2_flow.py Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
config_validation.py Add trigger condition (#51710) 2021-06-11 15:05:57 +02:00
data_entry_flow.py Rename FlowResultDict to FlowResult (#49847) 2021-04-29 13:40:51 +02:00
debounce.py Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
deprecation.py Add deprecated backwards compatible history.LazyState (#51144) 2021-05-28 11:01:28 +02:00
device_registry.py Type hint device registry identifiers as set of str 2-tuples (#50355) 2021-05-10 12:13:45 +02:00
discovery.py
dispatcher.py
entity.py Adjust typing of _attr_extra_state_attributes (#53529) 2021-07-27 01:25:22 +02:00
entity_component.py Upgrade pyupgrade to 2.21.2, apply its changes (#52987) 2021-07-19 10:46:09 +02:00
entity_platform.py Import Protocol from typing (#52848) 2021-07-12 10:35:17 +02:00
entity_registry.py Improve docstring for async_get_device_class_lookup (#52921) 2021-07-13 10:55:18 +02:00
entity_values.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
entityfilter.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
event.py Pylint 2.9.3 (#52972) 2021-07-14 21:44:57 -07:00
frame.py
httpx_client.py
icon.py
instance_id.py
integration_platform.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
intent.py Update light intents to check supported_color_modes (#50625) 2021-05-14 14:23:29 -07:00
json.py
location.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
logging.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
network.py
ratelimit.py Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
recorder.py
reload.py Add missing type hints in entity_platform (#50453) 2021-05-12 16:28:44 +02:00
restore_state.py
script.py Update pylint to 2.9.5 (#53496) 2021-07-26 16:17:15 +02:00
script_variables.py Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
selector.py Update pylint to 2.8.0 (#49637) 2021-04-24 14:39:24 -10:00
service.py Add pylint CodeStyle extension (#53147) 2021-07-19 06:57:06 -07:00
signal.py
significant_change.py
singleton.py
start.py Set up cloud semi-dependencies at start (#51313) 2021-06-01 01:35:31 +02:00
state.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
storage.py Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
sun.py
system_info.py
temperature.py Revert new unit types (#53226) 2021-07-20 14:13:51 +02:00
template.py Add easy converting string timestamps/dates to datetime objects in templates (#51576) 2021-06-07 15:02:15 +02:00
trace.py Enable basic type checking for trace (#52468) 2021-07-03 17:52:31 +02:00
translation.py Upgrade pyupgrade to 2.21.2, apply its changes (#52987) 2021-07-19 10:46:09 +02:00
trigger.py Correct trace path for trigger with custom id (#51847) 2021-06-14 17:09:20 +02:00
typing.py Remove ServiceCallType alias from codebase (#49844) 2021-05-02 00:15:27 +02:00
update_coordinator.py Merge system options into pref properties (#51347) 2021-06-01 22:34:31 +02:00