core/homeassistant/helpers
J. Nick Koston 2fabd4edb8
Prevent collecting states already referenced by domain or all (#41308)
The template engine would collect all the states in
a domain or all states while iterating even though
they were already included in all or the domain

This lead to the rate limit not being applied to
templates that iterated all states that also
accessed a collectable property because the engine
incorrectly believed they were specifically
referenced.
2020-10-06 07:25:05 +02:00
..
__init__.py
aiohttp_client.py
area_registry.py
check_config.py
collection.py
condition.py Allow any value when triggering on state attribute (#41261) 2020-10-05 12:53:12 +02:00
config_entry_flow.py Use single_instance_allowed for webhook config flows (#40965) 2020-10-01 20:44:13 +02:00
config_entry_oauth2_flow.py
config_validation.py Allow any value when triggering on state attribute (#41261) 2020-10-05 12:53:12 +02:00
data_entry_flow.py
debounce.py
deprecation.py Use core GitHub URL in all files (#41089) 2020-10-03 00:04:11 +02:00
device_registry.py
discovery.py
dispatcher.py
entity.py Switch to asyncio.wait for slow update warning implementation (#41184) 2020-10-05 15:28:15 +02:00
entity_component.py
entity_platform.py Complete helpers.service type hints (#40193) 2020-09-20 12:03:58 +03:00
entity_registry.py
entity_values.py
entityfilter.py
event.py Remove manual rate_limit control directive from templates (#41225) 2020-10-04 22:40:04 +02:00
frame.py
icon.py
instance_id.py
integration_platform.py
intent.py
json.py
location.py
logging.py
network.py Add bare hostname as valid known hostname in get_url helper (#40510) 2020-09-26 09:36:03 +02:00
ratelimit.py Implement template rate_limit directive (#40667) 2020-10-01 21:39:44 +02:00
reload.py
restore_state.py
script.py Add extended validation for script repeat/choose (#41265) 2020-10-05 14:03:48 +02:00
script_variables.py
service.py Complete helpers.service type hints (#40193) 2020-09-20 12:03:58 +03:00
signal.py
singleton.py
state.py
storage.py
sun.py
system_info.py
temperature.py
template.py Prevent collecting states already referenced by domain or all (#41308) 2020-10-06 07:25:05 +02:00
translation.py
trigger.py
typing.py
update_coordinator.py Allow processing data in CoordinatorEntity before writing state (#40926) 2020-10-02 09:16:37 +02:00