..
__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
Various type hint related improvements ( #54971 )
2021-08-21 13:58:49 +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
Extract attribute names out of vol.Optional when validating entity service schema ( #55157 )
2021-08-25 13:00:11 +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
Replace *args and **kwargs type hint collections with value types ( #54955 )
2021-08-21 10:20:09 +03:00
device_registry.py
Only disable a device if all associated config entries are disabled ( #53681 )
2021-07-29 12:08:53 -07:00
discovery.py
Update typing 02 ( #48014 )
2021-03-17 18:34:19 +01:00
dispatcher.py
Remove HomeAssistantType alias from helpers ( #48400 )
2021-03-27 12:55:24 +01:00
entity.py
Update pylint to 2.10.1 ( #54963 )
2021-08-21 10:41:23 +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
Various type hint related improvements ( #54971 )
2021-08-21 13:58:49 +02:00
frame.py
Update typing 02 ( #48014 )
2021-03-17 18:34:19 +01:00
httpx_client.py
Update pylint to 2.7.3 ( #48488 )
2021-03-29 18:02:56 -10:00
icon.py
Bump pyupgrade to 2.12.0 ( #48943 )
2021-04-09 09:58:27 -07:00
instance_id.py
Update typing 02 ( #48014 )
2021-03-17 18:34:19 +01:00
integration_platform.py
Add an energy solar platform for solar forecasts ( #54576 )
2021-08-25 11:37:03 -07:00
intent.py
Update light intents to check supported_color_modes ( #50625 )
2021-05-14 14:23:29 -07:00
json.py
Add custom JSONEncoder for subscribe_trigger WS endpoint ( #48664 )
2021-04-09 20:47:10 -07:00
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
Use contextlib.suppress where possible ( #48189 )
2021-03-23 14:36:43 +01:00
ratelimit.py
Add missing return type in Core constructors ( #50884 )
2021-05-20 18:53:29 +03:00
recorder.py
Prevent calling stop or restart services during db upgrade ( #49098 )
2021-04-12 17:18:38 -07:00
reload.py
Avoid some implicit generic Anys ( #54577 )
2021-08-16 23:12:06 +02:00
restore_state.py
Add Save Persistent States service ( #53881 )
2021-08-10 00:38:56 +02:00
script.py
Update pylint to 2.9.5 ( #53496 )
2021-07-26 16:17:15 +02:00
script_variables.py
Avoid some implicit generic Anys ( #54577 )
2021-08-16 23:12:06 +02: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
Sort imports according to PEP8 for 'homeassistant' folder ( #29789 )
2019-12-09 16:42:10 +01:00
significant_change.py
Update typing 02 ( #48014 )
2021-03-17 18:34:19 +01:00
singleton.py
Update typing 02 ( #48014 )
2021-03-17 18:34:19 +01:00
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
Prevent storage loads from monopolizing the executor pool ( #55389 )
2021-08-28 18:30:20 -05:00
sun.py
Upgrade Astral to 2.2 ( #48573 )
2021-04-02 00:29:08 +02:00
system_info.py
Add user to homeassistant system health ( #53902 )
2021-08-03 11:58:27 +02:00
temperature.py
Revert new unit types ( #53226 )
2021-07-20 14:13:51 +02:00
template.py
Add template functions to get area_id and area_name ( #54248 )
2021-08-25 15:16:51 -04:00
trace.py
Various type hint related improvements ( #54971 )
2021-08-21 13:58:49 +02:00
translation.py
Various type hint related improvements ( #54971 )
2021-08-21 13:58:49 +02:00
trigger.py
Allow integrations to define trigger platforms with a subtype ( #54861 )
2021-08-19 21:43:04 -07:00
typing.py
Remove ServiceCallType alias from codebase ( #49844 )
2021-05-02 00:15:27 +02:00
update_coordinator.py
Add Rainforest Eagle tests and price ( #54887 )
2021-08-19 13:19:31 -07:00