core/homeassistant/helpers
J. Nick Koston 4b7a313ece
Use identity checks for CoreState (#107846)
Some of the checks used ==, and some used is. Switch
everything to is as its faster
2024-01-12 10:21:26 +01:00
..
service_info
__init__.py
aiohttp_client.py
area_registry.py Improve conversation typing (#106905) 2024-01-05 18:40:34 +01:00
check_config.py Add domain key config validation (#104242) 2023-12-05 15:07:32 +01:00
collection.py
condition.py
config_entry_flow.py
config_entry_oauth2_flow.py
config_validation.py Add domain key config validation (#104242) 2023-12-05 15:07:32 +01:00
data_entry_flow.py
debounce.py
deprecation.py Avoid fetching logger in check_if_deprecated_constant if there is nothing to log (#107341) 2024-01-06 10:20:30 +01:00
device_registry.py Include deprecated constants in wildcard imports (#107114) 2024-01-05 11:46:45 +01:00
discovery.py
discovery_flow.py Use identity checks for CoreState (#107846) 2024-01-12 10:21:26 +01:00
dispatcher.py Improve dispatcher typing (#106872) 2024-01-08 09:45:37 +01:00
entity.py Prevent overriding cached attribute as property (#107657) 2024-01-09 19:16:45 +01:00
entity_component.py Reduce overhead to call entity services (#106908) 2024-01-08 09:30:52 +01:00
entity_platform.py Use identity checks for CoreState (#107846) 2024-01-12 10:21:26 +01:00
entity_registry.py
entity_values.py
entityfilter.py Update Ruff to 0.1.8, avoid linter/formatter conflicts (#106080) 2023-12-20 23:55:09 +01:00
event.py Update Ruff to 0.1.8, avoid linter/formatter conflicts (#106080) 2023-12-20 23:55:09 +01:00
frame.py
group.py Move group helpers into their own module (#106924) 2024-01-04 17:34:56 +01:00
httpx_client.py
icon.py
instance_id.py
integration_platform.py
intent.py Specific Assist errors for domain/device class (#107302) 2024-01-08 12:23:06 -06:00
issue_registry.py
json.py Add support for JSON fragments (#107213) 2024-01-07 17:36:31 -10:00
location.py
network.py
ratelimit.py Add first TypeVarTuple annotations (#105379) 2023-12-18 00:38:07 +01:00
recorder.py
reload.py
restore_state.py Add support for JSON fragments (#107213) 2024-01-07 17:36:31 -10:00
schema_config_entry_flow.py
script.py Fix changed_variables in automation traces (#106665) 2023-12-30 08:34:21 +01:00
script_variables.py
selector.py Add Valve integration (#102184) 2023-12-18 19:48:00 +01:00
sensor.py
service.py Fully type homeassistant integration (#107380) 2024-01-08 10:07:30 +01:00
signal.py
significant_change.py Add significant change helper check_valid_float (#106005) 2023-12-18 21:59:30 +01:00
singleton.py
start.py Use identity checks for CoreState (#107846) 2024-01-12 10:21:26 +01:00
state.py
storage.py Use identity checks for CoreState (#107846) 2024-01-12 10:21:26 +01:00
sun.py
system_info.py
temperature.py Small cleanups to temperature helper (#107625) 2024-01-08 21:51:35 -10:00
template.py Add jinja_pass_arg to reserved template names (#107822) 2024-01-12 09:34:49 +01:00
trace.py Fix changed_variables in automation traces (#106665) 2023-12-30 08:34:21 +01:00
translation.py Refactor translations to reduce dict lookups (#107425) 2024-01-07 22:29:27 -05:00
trigger.py
trigger_template_entity.py
typing.py
update_coordinator.py