Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.fan.FanEntity Member List

This is the complete list of members for homeassistant.components.fan.FanEntity, including all inherited members.

__async_calculate_state(self)homeassistant.helpers.entity.Entityprivate
__async_remove_impl(self, bool force_remove)homeassistant.helpers.entity.Entityprivate
__capabilities_updated_athomeassistant.helpers.entity.Entityprivate
__capabilities_updated_at_reportedhomeassistant.helpers.entity.Entityprivate
__combined_unrecorded_attributeshomeassistant.helpers.entity.Entityprivate
__getattribute__(self, str name)homeassistant.components.fan.FanEntity
__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_futurehomeassistant.helpers.entity.Entityprivate
__repr__(self)homeassistant.helpers.entity.Entity
_async_adjust_speed(self, int modifier, int|None percentage_step)homeassistant.components.fan.FanEntityprivate
_async_calculate_state(self)homeassistant.helpers.entity.Entityprivate
_async_device_registry_updated(self, Event[EventDeviceRegistryUpdatedData] event)homeassistant.helpers.entity.Entityprivate
_async_process_registry_update_or_remove(self, Event[er.EventEntityRegistryUpdatedData] event)homeassistant.helpers.entity.Entityprivate
_async_registry_updated(self, Event[er.EventEntityRegistryUpdatedData] event)homeassistant.helpers.entity.Entityprivate
_async_slow_update_warning(self)homeassistant.helpers.entity.Entityprivate
_async_subscribe_device_updates(self)homeassistant.helpers.entity.Entityprivate
_async_unsubscribe_device_updates(self)homeassistant.helpers.entity.Entityprivate
_async_update_ha_state_reportedhomeassistant.helpers.entity.Entityprivatestatic
_async_update_ha_state_reportedhomeassistant.helpers.entity.Entityprivate
_async_verify_state_writable(self)homeassistant.helpers.entity.Entityprivate
_async_write_ha_state(self)homeassistant.helpers.entity.Entityprivate
_async_write_ha_state_from_call_soon_threadsafe(self)homeassistant.helpers.entity.Entityprivate
_call_on_remove_callbacks(self)homeassistant.helpers.entity.Entityprivate
_contexthomeassistant.helpers.entity.Entityprivate
_context_sethomeassistant.helpers.entity.Entityprivate
_default_to_device_class_name(self)homeassistant.helpers.entity.Entityprivate
_deprecated_supported_features_reportedhomeassistant.helpers.entity.Entityprivatestatic
_deprecated_supported_features_reportedhomeassistant.helpers.entity.Entityprivate
_device_class_name(self)homeassistant.helpers.entity.Entityprivate
_device_class_name_helper(self, dict[str, str] component_translations)homeassistant.helpers.entity.Entityprivate
_disabled_reportedhomeassistant.helpers.entity.Entityprivatestatic
_disabled_reportedhomeassistant.helpers.entity.Entityprivate
_entity_component_unrecorded_attributeshomeassistant.components.fan.FanEntityprivatestatic
_friendly_name_internal(self)homeassistant.helpers.entity.Entityprivate
_job_typeshomeassistant.helpers.entity.Entityprivate
_name_internal(self, str|None device_class_name, dict[str, str] platform_translations)homeassistant.helpers.entity.Entityprivate
_name_translation_key(self)homeassistant.helpers.entity.Entityprivate
_name_translation_placeholders_reportedhomeassistant.helpers.entity.Entityprivatestatic
_name_translation_placeholders_reportedhomeassistant.helpers.entity.Entityprivate
_no_platform_reportedhomeassistant.helpers.entity.Entityprivatestatic
_no_platform_reportedhomeassistant.helpers.entity.Entityprivate
_object_id_device_class_name(self)homeassistant.helpers.entity.Entityprivate
_on_removehomeassistant.helpers.entity.Entityprivate
_platform_statehomeassistant.helpers.entity.Entityprivatestatic
_removed_from_registryhomeassistant.helpers.entity.Entityprivate
_report_deprecated_supported_features_values(self, IntFlag replacement)homeassistant.helpers.entity.Entityprivate
_slow_reportedhomeassistant.helpers.entity.Entityprivatestatic
_slow_reportedhomeassistant.helpers.entity.Entityprivate
_state_infohomeassistant.helpers.entity.Entityprivate
_stringify_state(self, bool available)homeassistant.helpers.entity.Entityprivate
_substitute_name_placeholders(self, str name)homeassistant.helpers.entity.Entityprivate
_suggest_report_issue(self)homeassistant.helpers.entity.Entityprivate
_T(self, Coroutine[Any, Any, _T] coro)homeassistant.helpers.entity.Entityprivate
_unit_of_measurement_translation_key(self)homeassistant.helpers.entity.Entityprivate
_unsub_device_updateshomeassistant.helpers.entity.Entityprivate
_update_stagedhomeassistant.helpers.entity.Entityprivatestatic
_update_stagedhomeassistant.helpers.entity.Entityprivate
_valid_preset_mode_or_raise(self, str preset_mode)homeassistant.components.fan.FanEntityprivate
_verified_state_writablehomeassistant.helpers.entity.Entityprivatestatic
_verified_state_writablehomeassistant.helpers.entity.Entityprivate
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.components.fan.FanEntity
assumed_state(self)homeassistant.helpers.entity.Entity
async_added_to_hass(self)homeassistant.helpers.entity.Entity
async_decrease_speed(self, int|None percentage_step=None)homeassistant.components.fan.FanEntity
async_device_update(self, bool warning=True)homeassistant.helpers.entity.Entity
async_handle_set_preset_mode_service(self, str preset_mode)homeassistant.components.fan.FanEntity
async_handle_turn_on_service(self, int|None percentage=None, str|None preset_mode=None, **Any kwargs)homeassistant.components.fan.FanEntity
async_increase_speed(self, int|None percentage_step=None)homeassistant.components.fan.FanEntity
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_oscillate(self, bool oscillating)homeassistant.components.fan.FanEntity
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_schedule_update_ha_state(self, bool force_refresh=False)homeassistant.helpers.entity.Entity
async_set_context(self, Context context)homeassistant.helpers.entity.Entity
async_set_direction(self, str direction)homeassistant.components.fan.FanEntity
async_set_percentage(self, int percentage)homeassistant.components.fan.FanEntity
async_set_preset_mode(self, str preset_mode)homeassistant.components.fan.FanEntity
async_toggle(self, **Any kwargs)homeassistant.helpers.entity.ToggleEntity
async_turn_off(self, **Any kwargs)homeassistant.helpers.entity.ToggleEntity
async_turn_on(self, int|None percentage=None, str|None preset_mode=None, **Any kwargs)homeassistant.components.fan.FanEntity
homeassistant::helpers::entity::ToggleEntity.async_turn_on(self, **Any kwargs)homeassistant.helpers.entity.ToggleEntity
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
boolhomeassistant.components.fan.FanEntitystatic
capability_attributes(self)homeassistant.components.fan.FanEntity
current_direction(self)homeassistant.components.fan.FanEntity
device_class(self)homeassistant.helpers.entity.Entity
device_entryhomeassistant.helpers.entity.Entity
device_info(self)homeassistant.helpers.entity.Entity
enabled(self)homeassistant.helpers.entity.Entity
entity_category(self)homeassistant.helpers.entity.Entity
entity_idhomeassistant.helpers.entity.Entity
entity_picture(self)homeassistant.helpers.entity.Entity
entity_registry_enabled_default(self)homeassistant.helpers.entity.Entity
entity_registry_visible_default(self)homeassistant.helpers.entity.Entity
EntityPlatformhomeassistant.helpers.entity.Entitystatic
extra_state_attributes(self)homeassistant.helpers.entity.Entity
FanEntityFeaturehomeassistant.components.fan.FanEntitystatic
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
hasshomeassistant.helpers.entity.Entity
HomeAssistanthomeassistant.helpers.entity.Entitystatic
icon(self)homeassistant.helpers.entity.Entity
inthomeassistant.components.fan.FanEntitystatic
is_on(self)homeassistant.components.fan.FanEntity
name(self)homeassistant.helpers.entity.Entity
Nonehomeassistant.components.fan.FanEntitystatic
oscillate(self, bool oscillating)homeassistant.components.fan.FanEntity
oscillating(self)homeassistant.components.fan.FanEntity
parallel_updateshomeassistant.helpers.entity.Entity
percentage(self)homeassistant.components.fan.FanEntity
percentage_step(self)homeassistant.components.fan.FanEntity
platformhomeassistant.helpers.entity.Entity
preset_mode(self)homeassistant.components.fan.FanEntity
preset_modes(self)homeassistant.components.fan.FanEntity
registry_entryhomeassistant.helpers.entity.Entity
schedule_update_ha_state(self, bool force_refresh=False)homeassistant.helpers.entity.Entity
set_direction(self, str direction)homeassistant.components.fan.FanEntity
set_percentage(self, int percentage)homeassistant.components.fan.FanEntity
set_preset_mode(self, str preset_mode)homeassistant.components.fan.FanEntity
should_poll(self)homeassistant.helpers.entity.Entity
speed_count(self)homeassistant.components.fan.FanEntity
state(self)homeassistant.helpers.entity.ToggleEntity
state_attributes(self)homeassistant.components.fan.FanEntity
StateInfohomeassistant.helpers.entity.Entitystatic
StateTypehomeassistant.helpers.entity.Entitystatic
strhomeassistant.helpers.entity.Entitystatic
suggested_object_id(self)homeassistant.helpers.entity.Entity
supported_features(self)homeassistant.components.fan.FanEntity
toggle(self, **Any kwargs)homeassistant.helpers.entity.ToggleEntity
translation_key(self)homeassistant.helpers.entity.Entity
translation_placeholders(self)homeassistant.helpers.entity.Entity
turn_off(self, **Any kwargs)homeassistant.helpers.entity.ToggleEntity
turn_on(self, int|None percentage=None, str|None preset_mode=None, **Any kwargs)homeassistant.components.fan.FanEntity
homeassistant::helpers::entity::ToggleEntity.turn_on(self, **Any kwargs)homeassistant.helpers.entity.ToggleEntity
unique_id(self)homeassistant.helpers.entity.Entity
unit_of_measurement(self)homeassistant.helpers.entity.Entity
use_device_name(self)homeassistant.helpers.entity.Entity