| __async_calculate_state(self) | homeassistant.helpers.entity.Entity | private |
| __async_remove_impl(self, bool force_remove) | homeassistant.helpers.entity.Entity | private |
| __capabilities_updated_at | homeassistant.helpers.entity.Entity | private |
| __capabilities_updated_at_reported | homeassistant.helpers.entity.Entity | private |
| __combined_unrecorded_attributes | homeassistant.helpers.entity.Entity | private |
| __init__(self, HomeAssistant hass, dict[str, Any] config, str|None unique_id) | homeassistant.components.template.image.StateImageEntity | |
| homeassistant::components::template::template_entity::TemplateEntity.__init__(self, HomeAssistant hass, *Template|None availability_template=None, Template|None icon_template=None, Template|None entity_picture_template=None, dict[str, Template]|None attribute_templates=None, ConfigType|None config=None, str|None fallback_name=None, str|None unique_id=None) | homeassistant.components.template.template_entity.TemplateEntity | |
| homeassistant::helpers::entity::Entity.__init__(cls, str name, tuple[type,...] bases, dict[Any, Any] namespace, **Any kwargs) | homeassistant.helpers.entity.CachedProperties | |
| __init_subclass__(cls, **Any kwargs) | homeassistant.helpers.entity.Entity | |
| __new__(mcs, str name, tuple[type,...] bases, dict[Any, Any] namespace, set[str]|None cached_properties=None, **Any kwargs) | homeassistant.helpers.entity.CachedProperties | |
| __remove_future | homeassistant.helpers.entity.Entity | private |
| __repr__(self) | homeassistant.helpers.entity.Entity | |
| _add_attribute_template(self, str attribute_key, Template attribute_template) | homeassistant.components.template.template_entity.TemplateEntity | private |
| _async_calculate_state(self) | homeassistant.helpers.entity.Entity | private |
| _async_device_registry_updated(self, Event[EventDeviceRegistryUpdatedData] event) | homeassistant.helpers.entity.Entity | private |
| _async_process_registry_update_or_remove(self, Event[er.EventEntityRegistryUpdatedData] event) | homeassistant.helpers.entity.Entity | private |
| _async_registry_updated(self, Event[er.EventEntityRegistryUpdatedData] event) | homeassistant.helpers.entity.Entity | private |
| _async_setup_templates(self) | homeassistant.components.template.image.StateImageEntity | private |
| _async_slow_update_warning(self) | homeassistant.helpers.entity.Entity | private |
| _async_subscribe_device_updates(self) | homeassistant.helpers.entity.Entity | private |
| _async_template_startup(self, HomeAssistant|None _hass, Callable[[int, str], None]|None log_fn=None) | homeassistant.components.template.template_entity.TemplateEntity | private |
| _async_unsubscribe_device_updates(self) | homeassistant.helpers.entity.Entity | private |
| _async_update_ha_state_reported | homeassistant.helpers.entity.Entity | privatestatic |
| _async_update_ha_state_reported | homeassistant.helpers.entity.Entity | private |
| _async_verify_state_writable(self) | homeassistant.helpers.entity.Entity | private |
| _async_write_ha_state(self) | homeassistant.helpers.entity.Entity | private |
| _async_write_ha_state_from_call_soon_threadsafe(self) | homeassistant.helpers.entity.Entity | private |
| _attr_available | homeassistant.components.template.template_entity.TemplateEntity | privatestatic |
| _attr_available | homeassistant.components.template.template_entity.TemplateEntity | private |
| _attr_device_info | homeassistant.components.template.image.StateImageEntity | private |
| _attr_entity_picture | homeassistant.components.template.template_entity.TemplateEntity | privatestatic |
| _attr_extra_state_attributes | homeassistant.components.template.template_entity.TemplateEntity | private |
| _attr_icon | homeassistant.components.template.template_entity.TemplateEntity | privatestatic |
| _attr_image_last_updated | homeassistant.components.template.image.StateImageEntity | private |
| _attr_image_url | homeassistant.components.template.image.StateImageEntity | private |
| _attr_name | homeassistant.components.template.template_entity.TemplateEntity | private |
| _attr_should_poll | homeassistant.components.template.image.StateImageEntity | privatestatic |
| _attr_unique_id | homeassistant.components.template.template_entity.TemplateEntity | private |
| _attribute_templates | homeassistant.components.template.template_entity.TemplateEntity | private |
| _availability_template | homeassistant.components.template.template_entity.TemplateEntity | private |
| _blueprint_inputs | homeassistant.components.template.template_entity.TemplateEntity | private |
| _cached_image | homeassistant.components.template.image.StateImageEntity | private |
| _call_on_remove_callbacks(self) | homeassistant.helpers.entity.Entity | private |
| _context | homeassistant.helpers.entity.Entity | private |
| _context_set | homeassistant.helpers.entity.Entity | private |
| _default_to_device_class_name(self) | homeassistant.helpers.entity.Entity | private |
| _deprecated_supported_features_reported | homeassistant.helpers.entity.Entity | privatestatic |
| _deprecated_supported_features_reported | homeassistant.helpers.entity.Entity | private |
| _device_class_name(self) | homeassistant.helpers.entity.Entity | private |
| _device_class_name_helper(self, dict[str, str] component_translations) | homeassistant.helpers.entity.Entity | private |
| _disabled_reported | homeassistant.helpers.entity.Entity | privatestatic |
| _disabled_reported | homeassistant.helpers.entity.Entity | private |
| _entity_picture_template | homeassistant.components.template.template_entity.TemplateEntity | private |
| _friendly_name_internal(self) | homeassistant.helpers.entity.Entity | private |
| _friendly_name_template | homeassistant.components.template.template_entity.TemplateEntity | private |
| _handle_results(self, Event[EventStateChangedData]|None event, list[TrackTemplateResult] updates) | homeassistant.components.template.template_entity.TemplateEntity | private |
| _icon_template | homeassistant.components.template.template_entity.TemplateEntity | private |
| _job_types | homeassistant.helpers.entity.Entity | private |
| _name_internal(self, str|None device_class_name, dict[str, str] platform_translations) | homeassistant.helpers.entity.Entity | private |
| _name_translation_key(self) | homeassistant.helpers.entity.Entity | private |
| _name_translation_placeholders_reported | homeassistant.helpers.entity.Entity | privatestatic |
| _name_translation_placeholders_reported | homeassistant.helpers.entity.Entity | private |
| _no_platform_reported | homeassistant.helpers.entity.Entity | privatestatic |
| _no_platform_reported | homeassistant.helpers.entity.Entity | private |
| _object_id_device_class_name(self) | homeassistant.helpers.entity.Entity | private |
| _on_remove | homeassistant.helpers.entity.Entity | private |
| _platform_state | homeassistant.helpers.entity.Entity | privatestatic |
| _preview_callback | homeassistant.components.template.template_entity.TemplateEntity | private |
| _removed_from_registry | homeassistant.helpers.entity.Entity | private |
| _render_variables(self) | homeassistant.components.template.template_entity.TemplateEntity | private |
| _report_deprecated_supported_features_values(self, IntFlag replacement) | homeassistant.helpers.entity.Entity | private |
| _run_variables | homeassistant.components.template.template_entity.TemplateEntity | private |
| _self_ref_update_count | homeassistant.components.template.template_entity.TemplateEntity | private |
| _slow_reported | homeassistant.helpers.entity.Entity | privatestatic |
| _slow_reported | homeassistant.helpers.entity.Entity | private |
| _state_info | homeassistant.helpers.entity.Entity | private |
| _stringify_state(self, bool available) | homeassistant.helpers.entity.Entity | private |
| _substitute_name_placeholders(self, str name) | homeassistant.helpers.entity.Entity | private |
| _suggest_report_issue(self) | homeassistant.helpers.entity.Entity | private |
| _T(self, Coroutine[Any, Any, _T] coro) | homeassistant.helpers.entity.Entity | private |
| _template_result_info | homeassistant.components.template.template_entity.TemplateEntity | private |
| _unit_of_measurement_translation_key(self) | homeassistant.helpers.entity.Entity | private |
| _unsub_device_updates | homeassistant.helpers.entity.Entity | private |
| _update_available(self, str|TemplateError result) | homeassistant.components.template.template_entity.TemplateEntity | private |
| _update_staged | homeassistant.helpers.entity.Entity | privatestatic |
| _update_staged | homeassistant.helpers.entity.Entity | private |
| _update_state(self, str|TemplateError result) | homeassistant.components.template.template_entity.TemplateEntity | private |
| _update_url(self, result) | homeassistant.components.template.image.StateImageEntity | private |
| _url_template | homeassistant.components.template.image.StateImageEntity | private |
| _verified_state_writable | homeassistant.helpers.entity.Entity | privatestatic |
| _verified_state_writable | homeassistant.helpers.entity.Entity | private |
| add_template_attribute(self, str attribute, Template template, Callable[[Any], Any]|None validator=None, Callable[[Any], None]|None on_update=None, bool none_on_template_error=False) | homeassistant.components.template.template_entity.TemplateEntity | |
| add_to_platform_abort(self) | homeassistant.helpers.entity.Entity | |
| add_to_platform_finish(self) | homeassistant.helpers.entity.Entity | |
| add_to_platform_start(self, HomeAssistant hass, EntityPlatform platform, asyncio.Semaphore|None parallel_updates) | homeassistant.helpers.entity.Entity | |
| assumed_state(self) | homeassistant.helpers.entity.Entity | |
| async_added_to_hass(self) | homeassistant.components.template.template_entity.TemplateEntity | |
| async_device_update(self, bool warning=True) | homeassistant.helpers.entity.Entity | |
| async_internal_added_to_hass(self) | homeassistant.helpers.entity.Entity | |
| async_internal_will_remove_from_hass(self) | homeassistant.helpers.entity.Entity | |
| async_on_remove(self, CALLBACK_TYPE func) | homeassistant.helpers.entity.Entity | |
| async_registry_entry_updated(self) | homeassistant.helpers.entity.Entity | |
| async_remove(self, *bool force_remove=False) | homeassistant.helpers.entity.Entity | |
| async_removed_from_registry(self) | homeassistant.helpers.entity.Entity | |
| async_run_script(self, Script script, *_VarsType|None run_variables=None, Context|None context=None) | homeassistant.components.template.template_entity.TemplateEntity | |
| async_schedule_update_ha_state(self, bool force_refresh=False) | homeassistant.helpers.entity.Entity | |
| async_set_context(self, Context context) | homeassistant.helpers.entity.Entity | |
| async_start_preview(self, Callable[[str|None, Mapping[str, Any]|None, dict[str, bool|set[str]]|None, str|None,], None,] preview_callback) | homeassistant.components.template.template_entity.TemplateEntity | |
| async_update(self) | homeassistant.components.template.template_entity.TemplateEntity | |
| async_update_ha_state(self, bool force_refresh=False) | homeassistant.helpers.entity.Entity | |
| async_will_remove_from_hass(self) | homeassistant.helpers.entity.Entity | |
| async_write_ha_state(self) | homeassistant.helpers.entity.Entity | |
| attribution(self) | homeassistant.helpers.entity.Entity | |
| available(self) | homeassistant.helpers.entity.Entity | |
| bool | homeassistant.helpers.entity.Entity | static |
| capability_attributes(self) | homeassistant.helpers.entity.Entity | |
| device_class(self) | homeassistant.helpers.entity.Entity | |
| device_entry | homeassistant.helpers.entity.Entity | |
| device_info(self) | homeassistant.helpers.entity.Entity | |
| enabled(self) | homeassistant.helpers.entity.Entity | |
| entity_category(self) | homeassistant.helpers.entity.Entity | |
| entity_id | homeassistant.components.template.template_entity.TemplateEntity | |
| entity_picture(self) | homeassistant.components.template.image.StateImageEntity | |
| entity_registry_enabled_default(self) | homeassistant.helpers.entity.Entity | |
| entity_registry_visible_default(self) | homeassistant.helpers.entity.Entity | |
| EntityPlatform | homeassistant.helpers.entity.Entity | static |
| extra_state_attributes(self) | homeassistant.helpers.entity.Entity | |
| force_update(self) | homeassistant.helpers.entity.Entity | |
| get_hassjob_type(self, str function_name) | homeassistant.helpers.entity.Entity | |
| get_initial_entity_options(self) | homeassistant.helpers.entity.Entity | |
| has_entity_name(self) | homeassistant.helpers.entity.Entity | |
| hass | homeassistant.helpers.entity.Entity | |
| HomeAssistant | homeassistant.helpers.entity.Entity | static |
| icon(self) | homeassistant.helpers.entity.Entity | |
| name(self) | homeassistant.helpers.entity.Entity | |
| None | homeassistant.components.template.image.StateImageEntity | static |
| parallel_updates | homeassistant.helpers.entity.Entity | |
| platform | homeassistant.helpers.entity.Entity | |
| referenced_blueprint(self) | homeassistant.components.template.template_entity.TemplateEntity | |
| registry_entry | homeassistant.helpers.entity.Entity | |
| schedule_update_ha_state(self, bool force_refresh=False) | homeassistant.helpers.entity.Entity | |
| should_poll(self) | homeassistant.helpers.entity.Entity | |
| state(self) | homeassistant.helpers.entity.Entity | |
| state_attributes(self) | homeassistant.helpers.entity.Entity | |
| StateInfo | homeassistant.helpers.entity.Entity | static |
| StateType | homeassistant.helpers.entity.Entity | static |
| str | homeassistant.helpers.entity.Entity | static |
| suggested_object_id(self) | homeassistant.helpers.entity.Entity | |
| supported_features(self) | homeassistant.helpers.entity.Entity | |
| translation_key(self) | homeassistant.helpers.entity.Entity | |
| translation_placeholders(self) | homeassistant.helpers.entity.Entity | |
| unique_id(self) | homeassistant.helpers.entity.Entity | |
| unit_of_measurement(self) | homeassistant.helpers.entity.Entity | |
| use_device_name(self) | homeassistant.helpers.entity.Entity | |