core/homeassistant/helpers
Erik Montnemery 59f5b8f2d6
Remove unneeded checks for Entity.platform (#94321)
* Remove unneeded checks for Entity.platform

* Update tests

* Prevent breaking integrations without an EntityComponent

* Warn when entity has no platform
2023-06-09 15:17:41 +02:00
..
service_info
__init__.py
aiohttp_client.py
aiohttp_compat.py
area_registry.py
check_config.py
collection.py
condition.py
config_entry_flow.py
config_entry_oauth2_flow.py
config_validation.py Fix repair issue about no yaml for config entries (#94271) 2023-06-08 18:22:34 +02:00
data_entry_flow.py
debounce.py
deprecation.py
device_registry.py
discovery.py
discovery_flow.py
dispatcher.py
entity.py Remove unneeded checks for Entity.platform (#94321) 2023-06-09 15:17:41 +02:00
entity_component.py
entity_platform.py Raise issue "does not support platform setup" (#93585) 2023-05-28 21:53:32 +02:00
entity_registry.py Use ReadOnlyDict for entity registry options (#93824) 2023-05-30 20:11:39 -04:00
entity_values.py
entityfilter.py Reduce overhead to filter entities in the recorder (#93656) 2023-05-27 19:52:42 -04:00
event.py Fix event typing (#93859) 2023-05-31 12:33:56 +02:00
frame.py
httpx_client.py
icon.py
instance_id.py
integration_platform.py
intent.py Add reload support to intent_script (#93404) 2023-06-03 14:02:23 -04:00
issue_registry.py
json.py Improve performance when serializing small bits of JSON (#93653) 2023-05-27 19:53:52 -04:00
location.py
network.py
ratelimit.py
recorder.py
reload.py
restore_state.py Make RestoreStateData.async_get_instance backwards compatible (#93924) 2023-06-01 19:31:17 +02:00
schema_config_entry_flow.py
script.py
script_variables.py
selector.py
sensor.py
service.py
signal.py
significant_change.py
singleton.py
start.py
state.py
storage.py
sun.py
system_info.py
temperature.py
template.py
template_entity.py Revert "Allow setting an entity's name by its device class" (#93539) 2023-05-25 17:20:54 +02:00
trace.py
translation.py
trigger.py
typing.py
update_coordinator.py