hass-core/homeassistant/helpers
Ville Skyttä a19f757120
Allow str 1..n-tuples in device registry identifier type hints (#49864)
This reflects current practice, but the intent has been to have them as
2-tuples, and a future change is likely to start enforcing that (again).

Refs https://github.com/home-assistant/core/pull/49670#discussion_r622344872
2021-04-30 08:56:55 +02:00
..
__init__.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
aiohttp_client.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02: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 Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
condition.py Enable mccabe complexity checks in flake8 (#49616) 2021-04-25 12:38:40 +02:00
config_entry_flow.py Cleanup of unused connection_class logic (#49865) 2021-04-29 23:12:58 +02:00
config_entry_oauth2_flow.py Rename FlowResultDict to FlowResult (#49847) 2021-04-29 13:40:51 +02:00
config_validation.py Update pylint to 2.8.0 (#49637) 2021-04-24 14:39:24 -10:00
data_entry_flow.py Rename FlowResultDict to FlowResult (#49847) 2021-04-29 13:40:51 +02:00
debounce.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
deprecation.py Don't get code_context when calling inspect.stack (#48849) 2021-04-09 07:26:09 +02:00
device_registry.py Allow str 1..n-tuples in device registry identifier type hints (#49864) 2021-04-30 08:56:55 +02: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 Limit precision when stringifying float states (#48822) 2021-04-27 21:48:24 +02:00
entity_component.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
entity_platform.py Define AddEntitiesCallback type (#49812) 2021-04-29 12:28:14 +02:00
entity_registry.py Update typing syntax (#49480) 2021-04-20 17:40:41 +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 Update typing syntax (#49480) 2021-04-20 17:40:41 +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 Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
intent.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02: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 Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
recorder.py Prevent calling stop or restart services during db upgrade (#49098) 2021-04-12 17:18:38 -07:00
reload.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
restore_state.py Ensure restore state is not written after the stop event (#49329) 2021-04-17 09:03:18 +02:00
script.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
script_variables.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
selector.py Update pylint to 2.8.0 (#49637) 2021-04-24 14:39:24 -10:00
service.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02: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
state.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
storage.py Type hint improvements (#49320) 2021-04-17 08:35:21 +02:00
sun.py Upgrade Astral to 2.2 (#48573) 2021-04-02 00:29:08 +02:00
system_info.py Remove HomeAssistantType alias from helpers (#48400) 2021-03-27 12:55:24 +01:00
temperature.py Update typing 02 (#48014) 2021-03-17 18:34:19 +01:00
template.py Update pylint to 2.8.0 (#49637) 2021-04-24 14:39:24 -10:00
trace.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
translation.py Remove HomeAssistantType alias from helpers (#48400) 2021-03-27 12:55:24 +01:00
trigger.py Add id to automation triggers (#48464) 2021-03-31 14:56:04 +02:00
typing.py Revert "Remove HomeAssistantType from typing.py as it is no...2 (#49617) 2021-04-24 09:10:07 -10:00
update_coordinator.py Relax type annotation for DataUpdateCoordinator data (#49827) 2021-04-28 18:31:08 -10:00