core/homeassistant/helpers
J. Nick Koston aaeaed4117
Compatibility for "device_state_attributes" which was deprecated in 2021.4 has been removed (#67837)
* Small performance tweaks to _async_write_ha_state

- Only call self.available once per cycle

- Only call self.device_state_attributes once per update cycle

- Do not check for device_state_attributes if extra_state_attributes is not None

* drop backcompat

* remove prop
2022-03-09 21:39:43 +01:00
..
__init__.py
aiohttp_client.py Add type ignore error codes [helpers] (#66776) 2022-02-18 11:31:37 +01:00
area_registry.py
check_config.py
collection.py Add type ignore error codes [last ones] (#66816) 2022-02-18 18:15:57 +01:00
condition.py Rename async_resolve_entity_ids to async_validate_entity_ids (#67603) 2022-03-04 09:51:53 +01:00
config_entry_flow.py
config_entry_oauth2_flow.py Add type ignore error codes [helpers] (#66776) 2022-02-18 11:31:37 +01:00
config_validation.py Allow area, device, and entity selectors to optionally support multiple selections like target selector (#63138) 2022-03-03 10:35:06 +01:00
data_entry_flow.py Add type ignore error codes [helpers] (#66776) 2022-02-18 11:31:37 +01:00
debounce.py Add type ignore error codes [helpers] (#66776) 2022-02-18 11:31:37 +01:00
deprecation.py
device_registry.py Include changes in EVENT_DEVICE_REGISTRY_UPDATED (#66641) 2022-02-16 12:29:08 +01:00
discovery.py
discovery_flow.py
dispatcher.py
entity.py Compatibility for "device_state_attributes" which was deprecated in 2021.4 has been removed (#67837) 2022-03-09 21:39:43 +01:00
entity_component.py
entity_platform.py Add type ignore error codes [last ones] (#66816) 2022-02-18 18:15:57 +01:00
entity_registry.py Add config flow for switch.light (#67447) 2022-03-04 20:02:17 +01:00
entity_values.py
entityfilter.py
event.py Add type ignore error codes [last ones] (#66816) 2022-02-18 18:15:57 +01:00
frame.py
helper_config_entry_flow.py Refactor helper_config_entry_flow (#67895) 2022-03-09 13:18:19 +01:00
httpx_client.py Add type ignore error codes [helpers] (#66776) 2022-02-18 11:31:37 +01:00
icon.py
instance_id.py
integration_platform.py
intent.py Add type ignore error codes [helpers] (#66776) 2022-02-18 11:31:37 +01:00
json.py
location.py Add type ignore error codes [helpers] (#66776) 2022-02-18 11:31:37 +01:00
network.py Prefer internal docker URL for VLC telnet when possible (#67090) 2022-03-01 21:56:20 -08:00
ratelimit.py
recorder.py
reload.py
restore_state.py Add type ignore error codes [helpers] (#66776) 2022-02-18 11:31:37 +01:00
script.py Re-org device automations (#67064) 2022-02-22 13:15:16 -08:00
script_variables.py
selector.py Allow area, device, and entity selectors to optionally support multiple selections like target selector (#63138) 2022-03-03 10:35:06 +01:00
service.py Rename async_resolve_entity_ids to async_validate_entity_ids (#67603) 2022-03-04 09:51:53 +01:00
signal.py
significant_change.py
singleton.py
start.py
state.py Add type ignore error codes [last ones] (#66816) 2022-02-18 18:15:57 +01:00
storage.py Add list to async_delay_save typing (#66795) 2022-02-18 11:07:14 +01:00
sun.py Add type ignore error codes [last ones] (#66816) 2022-02-18 18:15:57 +01:00
system_info.py
temperature.py
template.py Add type ignore error codes [helpers] (#66776) 2022-02-18 11:31:37 +01:00
trace.py
translation.py
trigger.py Add type ignore error codes [last ones] (#66816) 2022-02-18 18:15:57 +01:00
typing.py
update_coordinator.py