| __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, SwitchbotDataUpdateCoordinator coordinator, str sensor) | homeassistant.components.switchbot.sensor.SwitchBotSensor | |
| homeassistant::components::switchbot::entity::SwitchbotEntity.__init__(self, SwitchbotDataUpdateCoordinator coordinator) | homeassistant.components.switchbot.entity.SwitchbotEntity | |
| homeassistant::components::switchbot::entity::SwitchbotEntity.homeassistant::components::switchbot::coordinator::SwitchbotDataUpdateCoordinator.__init__(self, HomeAssistant hass, logging.Logger logger, BLEDevice ble_device, switchbot.SwitchbotDevice device, str base_unique_id, str device_name, bool connectable, SwitchbotModel model) | homeassistant.components.switchbot.coordinator.SwitchbotDataUpdateCoordinator | |
| homeassistant::components::switchbot::entity::SwitchbotEntity.homeassistant::components::bluetooth::active_update_coordinator::ActiveBluetoothDataUpdateCoordinator.__init__(self, HomeAssistant hass, logging.Logger logger, *str address, BluetoothScanningMode mode, Callable[[BluetoothServiceInfoBleak, float|None], bool] needs_poll_method, Callable[[BluetoothServiceInfoBleak], Coroutine[Any, Any, _T],]|None poll_method=None, Debouncer[Coroutine[Any, Any, None]]|None poll_debouncer=None, bool connectable=True) | homeassistant.components.bluetooth.active_update_coordinator.ActiveBluetoothDataUpdateCoordinator | |
| homeassistant::components::switchbot::entity::SwitchbotEntity.homeassistant::components::bluetooth::passive_update_coordinator::PassiveBluetoothDataUpdateCoordinator.__init__(self, HomeAssistant hass, logging.Logger logger, str address, BluetoothScanningMode mode, bool connectable=False) | homeassistant.components.bluetooth.passive_update_coordinator.PassiveBluetoothDataUpdateCoordinator | |
| homeassistant::components::sensor::SensorEntity.__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 | |
| _address | homeassistant.components.switchbot.entity.SwitchbotEntity | private |
| _async_calculate_state(self) | homeassistant.helpers.entity.Entity | private |
| _async_device_registry_updated(self, Event[EventDeviceRegistryUpdatedData] event) | homeassistant.helpers.entity.Entity | private |
| _async_handle_bluetooth_event(self, bluetooth.BluetoothServiceInfoBleak service_info, bluetooth.BluetoothChange change) | homeassistant.components.switchbot.coordinator.SwitchbotDataUpdateCoordinator | private |
| _async_handle_bluetooth_poll(self) | homeassistant.components.bluetooth.active_update_coordinator.ActiveBluetoothDataUpdateCoordinator | private |
| _async_handle_unavailable(self, bluetooth.BluetoothServiceInfoBleak service_info) | homeassistant.components.switchbot.coordinator.SwitchbotDataUpdateCoordinator | private |
| _async_poll(self) | homeassistant.components.bluetooth.active_update_coordinator.ActiveBluetoothDataUpdateCoordinator | private |
| _async_poll_data(self, BluetoothServiceInfoBleak last_service_info) | homeassistant.components.bluetooth.active_update_coordinator.ActiveBluetoothDataUpdateCoordinator | private |
| _async_process_registry_update_or_remove(self, Event[er.EventEntityRegistryUpdatedData] event) | homeassistant.helpers.entity.Entity | private |
| _async_read_entity_options(self) | homeassistant.components.sensor.SensorEntity | private |
| _async_registry_updated(self, Event[er.EventEntityRegistryUpdatedData] event) | homeassistant.helpers.entity.Entity | private |
| _async_slow_update_warning(self) | homeassistant.helpers.entity.Entity | private |
| _async_start(self) | homeassistant.components.bluetooth.update_coordinator.BasePassiveBluetoothCoordinator | private |
| _async_stop(self) | homeassistant.components.bluetooth.active_update_coordinator.ActiveBluetoothDataUpdateCoordinator | private |
| _async_subscribe_device_updates(self) | homeassistant.helpers.entity.Entity | private |
| _async_unsubscribe_device_updates(self) | homeassistant.helpers.entity.Entity | private |
| _async_update(self, bluetooth.BluetoothServiceInfoBleak service_info) | homeassistant.components.switchbot.coordinator.SwitchbotDataUpdateCoordinator | private |
| _async_update_attrs(self) | homeassistant.components.switchbot.entity.SwitchbotEntity | 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_device_info | homeassistant.components.switchbot.entity.SwitchbotEntity | private |
| _attr_has_entity_name | homeassistant.components.switchbot.entity.SwitchbotEntity | privatestatic |
| _attr_unique_id | homeassistant.components.switchbot.sensor.SwitchBotSensor | private |
| _available | homeassistant.components.bluetooth.passive_update_coordinator.PassiveBluetoothDataUpdateCoordinator | private |
| _call_on_remove_callbacks(self) | homeassistant.helpers.entity.Entity | private |
| _context | homeassistant.helpers.entity.Entity | private |
| _context_set | homeassistant.helpers.entity.Entity | private |
| _custom_unit_or_undef(self, str primary_key, str secondary_key) | homeassistant.components.sensor.SensorEntity | private |
| _debounced_poll | homeassistant.components.bluetooth.active_update_coordinator.ActiveBluetoothDataUpdateCoordinator | private |
| _default_to_device_class_name(self) | homeassistant.components.sensor.SensorEntity | private |
| _deprecated_supported_features_reported | homeassistant.helpers.entity.Entity | privatestatic |
| _deprecated_supported_features_reported | homeassistant.helpers.entity.Entity | private |
| _device | homeassistant.components.switchbot.entity.SwitchbotEntity | 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 |
| _display_precision_or_none(self) | homeassistant.components.sensor.SensorEntity | private |
| _entity_component_unrecorded_attributes | homeassistant.components.sensor.SensorEntity | privatestatic |
| _friendly_name_internal(self) | homeassistant.helpers.entity.Entity | private |
| _get_initial_suggested_unit(self) | homeassistant.components.sensor.SensorEntity | private |
| _handle_coordinator_update(self) | homeassistant.components.switchbot.entity.SwitchbotEntity | private |
| _invalid_state_class_reported | homeassistant.components.sensor.SensorEntity | privatestatic |
| _invalid_suggested_unit_of_measurement_reported | homeassistant.components.sensor.SensorEntity | privatestatic |
| _invalid_unit_of_measurement_reported | homeassistant.components.sensor.SensorEntity | privatestatic |
| _is_valid_suggested_unit(self, str suggested_unit_of_measurement) | homeassistant.components.sensor.SensorEntity | private |
| _job_types | homeassistant.helpers.entity.Entity | private |
| _last_name | homeassistant.components.bluetooth.update_coordinator.BasePassiveBluetoothCoordinator | private |
| _last_poll | homeassistant.components.bluetooth.active_update_coordinator.ActiveBluetoothDataUpdateCoordinator | private |
| _last_reset_reported | homeassistant.components.sensor.SensorEntity | privatestatic |
| _last_service_info | homeassistant.components.bluetooth.active_update_coordinator.ActiveBluetoothDataUpdateCoordinator | private |
| _last_unavailable_time | homeassistant.components.bluetooth.update_coordinator.BasePassiveBluetoothCoordinator | 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 |
| _needs_poll(self, bluetooth.BluetoothServiceInfoBleak service_info, float|None seconds_since_last_poll) | homeassistant.components.switchbot.coordinator.SwitchbotDataUpdateCoordinator | private |
| _needs_poll_method | homeassistant.components.bluetooth.active_update_coordinator.ActiveBluetoothDataUpdateCoordinator | private |
| _no_platform_reported | homeassistant.helpers.entity.Entity | privatestatic |
| _no_platform_reported | homeassistant.helpers.entity.Entity | private |
| _numeric_state_expected(self) | homeassistant.components.sensor.SensorEntity | 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 |
| _poll_method | homeassistant.components.bluetooth.active_update_coordinator.ActiveBluetoothDataUpdateCoordinator | private |
| _ready_event | homeassistant.components.switchbot.coordinator.SwitchbotDataUpdateCoordinator | private |
| _removed_from_registry | homeassistant.helpers.entity.Entity | private |
| _report_deprecated_supported_features_values(self, IntFlag replacement) | homeassistant.helpers.entity.Entity | private |
| _sensor | homeassistant.components.switchbot.sensor.SwitchBotSensor | private |
| _sensor_option_display_precision | homeassistant.components.sensor.SensorEntity | private |
| _sensor_option_unit_of_measurement | homeassistant.components.sensor.SensorEntity | 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 |
| _unit_of_measurement_translation_key(self) | homeassistant.helpers.entity.Entity | private |
| _unsub_device_updates | homeassistant.helpers.entity.Entity | private |
| _update_staged | homeassistant.helpers.entity.Entity | privatestatic |
| _update_staged | homeassistant.helpers.entity.Entity | private |
| _update_suggested_precision(self) | homeassistant.components.sensor.SensorEntity | private |
| _verified_state_writable | homeassistant.helpers.entity.Entity | privatestatic |
| _verified_state_writable | homeassistant.helpers.entity.Entity | private |
| _was_unavailable | homeassistant.components.switchbot.coordinator.SwitchbotDataUpdateCoordinator | private |
| 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.sensor.SensorEntity | |
| address | homeassistant.components.bluetooth.update_coordinator.BasePassiveBluetoothCoordinator | |
| assumed_state(self) | homeassistant.helpers.entity.Entity | |
| async_add_listener(self, CALLBACK_TYPE update_callback, Any context=None) | homeassistant.components.bluetooth.passive_update_coordinator.PassiveBluetoothDataUpdateCoordinator | |
| homeassistant::components::switchbot::entity::SwitchbotEntity.async_added_to_hass(self) | homeassistant.components.switchbot.entity.SwitchbotEntity | |
| homeassistant::components::sensor::SensorEntity.async_added_to_hass(self) | homeassistant.helpers.entity.Entity | |
| async_contexts(self) | homeassistant.components.bluetooth.passive_update_coordinator.PassiveBluetoothDataUpdateCoordinator | |
| async_device_update(self, bool warning=True) | homeassistant.helpers.entity.Entity | |
| async_internal_added_to_hass(self) | homeassistant.components.sensor.SensorEntity | |
| 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.components.sensor.SensorEntity | |
| 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_start(self) | homeassistant.components.bluetooth.update_coordinator.BasePassiveBluetoothCoordinator | |
| async_update(self) | homeassistant.components.switchbot.entity.SwitchbotEntity | |
| async_update_ha_state(self, bool force_refresh=False) | homeassistant.helpers.entity.Entity | |
| async_update_listeners(self) | homeassistant.components.bluetooth.passive_update_coordinator.PassiveBluetoothDataUpdateCoordinator | |
| async_wait_ready(self) | homeassistant.components.switchbot.coordinator.SwitchbotDataUpdateCoordinator | |
| 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 | |
| homeassistant::components::switchbot::entity::SwitchbotEntity.available(self) | homeassistant.components.bluetooth.passive_update_coordinator.PassiveBluetoothDataUpdateCoordinator | |
| homeassistant::components::sensor::SensorEntity.available(self) | homeassistant.helpers.entity.Entity | |
| base_unique_id | homeassistant.components.switchbot.coordinator.SwitchbotDataUpdateCoordinator | |
| ble_device | homeassistant.components.switchbot.coordinator.SwitchbotDataUpdateCoordinator | |
| bool | homeassistant.helpers.entity.Entity | static |
| capability_attributes(self) | homeassistant.components.sensor.SensorEntity | |
| connectable | homeassistant.components.bluetooth.update_coordinator.BasePassiveBluetoothCoordinator | |
| data | homeassistant.components.bluetooth.active_update_coordinator.ActiveBluetoothDataUpdateCoordinator | |
| Decimal | homeassistant.components.sensor.SensorEntity | static |
| device | homeassistant.components.switchbot.coordinator.SwitchbotDataUpdateCoordinator | |
| device_class(self) | homeassistant.components.sensor.SensorEntity | |
| device_entry | homeassistant.helpers.entity.Entity | |
| device_info(self) | homeassistant.helpers.entity.Entity | |
| device_name | homeassistant.components.switchbot.coordinator.SwitchbotDataUpdateCoordinator | |
| enabled(self) | homeassistant.helpers.entity.Entity | |
| entity_category | homeassistant.components.sensor.SensorEntity | |
| homeassistant::helpers::entity::Entity.entity_category(self) | homeassistant.helpers.entity.Entity | |
| entity_description | homeassistant.components.switchbot.sensor.SwitchBotSensor | |
| entity_id | homeassistant.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 | |
| EntityPlatform | homeassistant.helpers.entity.Entity | static |
| homeassistant::components::switchbot::entity::SwitchbotEntity.extra_state_attributes(self) | homeassistant.components.switchbot.entity.SwitchbotEntity | |
| homeassistant::components::sensor::SensorEntity.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.components.sensor.SensorEntity | |
| has_entity_name(self) | homeassistant.helpers.entity.Entity | |
| homeassistant::components::switchbot::entity::SwitchbotEntity.hass | homeassistant.components.bluetooth.update_coordinator.BasePassiveBluetoothCoordinator | |
| homeassistant::components::sensor::SensorEntity.hass | homeassistant.helpers.entity.Entity | |
| HomeAssistant | homeassistant.helpers.entity.Entity | static |
| icon(self) | homeassistant.helpers.entity.Entity | |
| last_poll_successful | homeassistant.components.bluetooth.active_update_coordinator.ActiveBluetoothDataUpdateCoordinator | |
| last_reset(self) | homeassistant.components.sensor.SensorEntity | |
| last_seen(self) | homeassistant.components.bluetooth.update_coordinator.BasePassiveBluetoothCoordinator | |
| logger | homeassistant.components.bluetooth.update_coordinator.BasePassiveBluetoothCoordinator | |
| mode | homeassistant.components.bluetooth.update_coordinator.BasePassiveBluetoothCoordinator | |
| model | homeassistant.components.switchbot.coordinator.SwitchbotDataUpdateCoordinator | |
| homeassistant::components::switchbot::entity::SwitchbotEntity.name(self) | homeassistant.components.bluetooth.update_coordinator.BasePassiveBluetoothCoordinator | |
| homeassistant::components::sensor::SensorEntity.name(self) | homeassistant.helpers.entity.Entity | |
| native_unit_of_measurement(self) | homeassistant.components.sensor.SensorEntity | |
| native_value(self) | homeassistant.components.switchbot.sensor.SwitchBotSensor | |
| needs_poll(self, BluetoothServiceInfoBleak service_info) | homeassistant.components.bluetooth.active_update_coordinator.ActiveBluetoothDataUpdateCoordinator | |
| None | homeassistant.components.sensor.SensorEntity | static |
| options(self) | homeassistant.components.sensor.SensorEntity | |
| parallel_updates | homeassistant.helpers.entity.Entity | |
| parsed_data(self) | homeassistant.components.switchbot.entity.SwitchbotEntity | |
| platform | homeassistant.helpers.entity.Entity | |
| registry_entry | homeassistant.components.sensor.SensorEntity | |
| schedule_update_ha_state(self, bool force_refresh=False) | homeassistant.helpers.entity.Entity | |
| should_poll(self) | homeassistant.helpers.entity.Entity | |
| state(self) | homeassistant.components.sensor.SensorEntity | |
| state_attributes(self) | homeassistant.components.sensor.SensorEntity | |
| state_class(self) | homeassistant.components.sensor.SensorEntity | |
| StateInfo | homeassistant.helpers.entity.Entity | static |
| StateType | homeassistant.helpers.entity.Entity | static |
| str | homeassistant.helpers.entity.Entity | static |
| suggested_display_precision(self) | homeassistant.components.sensor.SensorEntity | |
| suggested_object_id(self) | homeassistant.helpers.entity.Entity | |
| suggested_unit_of_measurement(self) | homeassistant.components.sensor.SensorEntity | |
| supported_features(self) | homeassistant.helpers.entity.Entity | |
| translation_key(self) | homeassistant.helpers.entity.Entity | |
| translation_placeholders(self) | homeassistant.helpers.entity.Entity | |
| UndefinedType | homeassistant.components.sensor.SensorEntity | static |
| unique_id(self) | homeassistant.helpers.entity.Entity | |
| unit_of_measurement | homeassistant.components.sensor.SensorEntity | |
| unit_of_measurement(self) | homeassistant.components.sensor.SensorEntity | |
| use_device_name(self) | homeassistant.helpers.entity.Entity | |