Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.weather.CoordinatorWeatherEntity Member List

This is the complete list of members for homeassistant.components.weather.CoordinatorWeatherEntity, including all inherited members.

__async_calculate_state(self)homeassistant.helpers.entity.Entityprivate
__async_remove_impl(self, bool force_remove)homeassistant.helpers.entity.Entityprivate
__call__(cls, *Any args, **Any kwargs)homeassistant.components.weather.PostInitMeta
__capabilities_updated_athomeassistant.helpers.entity.Entityprivate
__capabilities_updated_at_reportedhomeassistant.helpers.entity.Entityprivate
__combined_unrecorded_attributeshomeassistant.helpers.entity.Entityprivate
__init__(self, _ObservationUpdateCoordinatorT observation_coordinator, *Any context=None, _DailyForecastUpdateCoordinatorT|None daily_coordinator=None, _HourlyForecastUpdateCoordinatorT|None hourly_coordinator=None, _TwiceDailyForecastUpdateCoordinatorT|None twice_daily_coordinator=None, timedelta|None daily_forecast_valid=None, timedelta|None hourly_forecast_valid=None, timedelta|None twice_daily_forecast_valid=None)homeassistant.components.weather.CoordinatorWeatherEntity
homeassistant::helpers::update_coordinator::CoordinatorEntity.__init__(self, _DataUpdateCoordinatorT coordinator, Any context=None)homeassistant.helpers.update_coordinator.CoordinatorEntity
homeassistant::components::weather::WeatherEntity.__init__(cls, str name, tuple[type,...] bases, dict[Any, Any] namespace, **Any kwargs)homeassistant.helpers.entity.CachedProperties
homeassistant::components::weather::WeatherEntity.__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
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
homeassistant::components::weather::PostInit.__new__(mcs, str name, tuple[type,...] bases, dict[Any, Any] namespace, set[str]|None cached_properties=None, **Any kwargs)homeassistant.helpers.entity.CachedProperties
__post_init__(self, *Any args, **Any kwargs)homeassistant.components.weather.WeatherEntity
__remove_futurehomeassistant.helpers.entity.Entityprivate
__repr__(self)homeassistant.helpers.entity.Entity
_async_calculate_state(self)homeassistant.helpers.entity.Entityprivate
_async_device_registry_updated(self, Event[EventDeviceRegistryUpdatedData] event)homeassistant.helpers.entity.Entityprivate
_async_forecast(self, Literal["daily", "hourly", "twice_daily"] forecast_type)homeassistant.components.weather.CoordinatorWeatherEntityprivate
_async_forecast_daily(self)homeassistant.components.weather.CoordinatorWeatherEntityprivate
_async_forecast_hourly(self)homeassistant.components.weather.CoordinatorWeatherEntityprivate
_async_forecast_twice_daily(self)homeassistant.components.weather.CoordinatorWeatherEntityprivate
_async_process_registry_update_or_remove(self, Event[er.EventEntityRegistryUpdatedData] event)homeassistant.helpers.entity.Entityprivate
_async_refresh_forecast(self, TimestampDataUpdateCoordinator[Any] coordinator, timedelta|None forecast_valid_time)homeassistant.components.weather.CoordinatorWeatherEntityprivate
_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_subscription_ended(self, Literal["daily", "hourly", "twice_daily"] forecast_type)homeassistant.components.weather.CoordinatorWeatherEntityprivate
_async_subscription_started(self, Literal["daily", "hourly", "twice_daily"] forecast_type)homeassistant.components.weather.CoordinatorWeatherEntityprivate
_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
_convert_forecast(self, list[Forecast] native_forecast_list)homeassistant.components.weather.WeatherEntityprivate
_default_precipitation_unit(self)homeassistant.components.weather.WeatherEntityprivate
_default_pressure_unit(self)homeassistant.components.weather.WeatherEntityprivate
_default_temperature_unit(self)homeassistant.components.weather.WeatherEntityprivate
_default_to_device_class_name(self)homeassistant.helpers.entity.Entityprivate
_default_visibility_unit(self)homeassistant.components.weather.WeatherEntityprivate
_default_wind_speed_unit(self)homeassistant.components.weather.WeatherEntityprivate
_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
_forecast_listenershomeassistant.components.weather.WeatherEntityprivate
_friendly_name_internal(self)homeassistant.helpers.entity.Entityprivate
_handle_daily_forecast_coordinator_update(self)homeassistant.components.weather.CoordinatorWeatherEntityprivate
_handle_forecast_update(self, Literal["daily", "hourly", "twice_daily"] forecast_type)homeassistant.components.weather.CoordinatorWeatherEntityprivate
_handle_hourly_forecast_coordinator_update(self)homeassistant.components.weather.CoordinatorWeatherEntityprivate
_handle_twice_daily_forecast_coordinator_update(self)homeassistant.components.weather.CoordinatorWeatherEntityprivate
_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
_precipitation_unit(self)homeassistant.components.weather.WeatherEntityprivate
_pressure_unit(self)homeassistant.components.weather.WeatherEntityprivate
_remove_forecast_listener(self, Literal["daily", "hourly", "twice_daily"] forecast_type)homeassistant.components.weather.CoordinatorWeatherEntityprivate
_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
_temperature_unithomeassistant.components.weather.WeatherEntityprivate
_temperature_unit(self)homeassistant.components.weather.WeatherEntityprivate
_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
_verified_state_writablehomeassistant.helpers.entity.Entityprivatestatic
_verified_state_writablehomeassistant.helpers.entity.Entityprivate
_visibility_unit(self)homeassistant.components.weather.WeatherEntityprivate
_weather_option_precipitation_unithomeassistant.components.weather.WeatherEntityprivate
_weather_option_pressure_unithomeassistant.components.weather.WeatherEntityprivate
_weather_option_temperature_unithomeassistant.components.weather.WeatherEntityprivate
_weather_option_visibility_unithomeassistant.components.weather.WeatherEntityprivate
_weather_option_wind_speed_unithomeassistant.components.weather.WeatherEntityprivate
_wind_speed_unit(self)homeassistant.components.weather.WeatherEntityprivate
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.weather.CoordinatorWeatherEntity
async_device_update(self, bool warning=True)homeassistant.helpers.entity.Entity
async_forecast_daily(self)homeassistant.components.weather.CoordinatorWeatherEntity
async_forecast_hourly(self)homeassistant.components.weather.CoordinatorWeatherEntity
async_forecast_twice_daily(self)homeassistant.components.weather.CoordinatorWeatherEntity
async_internal_added_to_hass(self)homeassistant.components.weather.WeatherEntity
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.weather.WeatherEntity
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_subscribe_forecast(self, Literal["daily", "hourly", "twice_daily"] forecast_type, Callable[[list[JsonValueType]|None], None] forecast_listener)homeassistant.components.weather.WeatherEntity
async_update(self)homeassistant.helpers.update_coordinator.CoordinatorEntity
async_update_ha_state(self, bool force_refresh=False)homeassistant.helpers.entity.Entity
async_update_listeners(self, Iterable[Literal["daily", "hourly", "twice_daily"]]|None forecast_types)homeassistant.components.weather.WeatherEntity
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::helpers::update_coordinator::CoordinatorEntity.available(self)homeassistant.helpers.update_coordinator.CoordinatorEntity
homeassistant::components::weather::WeatherEntity.available(self)homeassistant.helpers.entity.Entity
boolhomeassistant.helpers.entity.Entitystatic
capability_attributes(self)homeassistant.helpers.entity.Entity
cloud_coverage(self)homeassistant.components.weather.WeatherEntity
condition(self)homeassistant.components.weather.WeatherEntity
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
force_update(self)homeassistant.helpers.entity.Entity
forecast_coordinatorshomeassistant.components.weather.CoordinatorWeatherEntity
forecast_validhomeassistant.components.weather.CoordinatorWeatherEntity
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
humidity(self)homeassistant.components.weather.WeatherEntity
icon(self)homeassistant.helpers.entity.Entity
name(self)homeassistant.helpers.entity.Entity
native_apparent_temperature(self)homeassistant.components.weather.WeatherEntity
native_dew_point(self)homeassistant.components.weather.WeatherEntity
native_precipitation_unit(self)homeassistant.components.weather.WeatherEntity
native_pressure(self)homeassistant.components.weather.WeatherEntity
native_pressure_unit(self)homeassistant.components.weather.WeatherEntity
native_temperature(self)homeassistant.components.weather.WeatherEntity
native_temperature_unit(self)homeassistant.components.weather.WeatherEntity
native_visibility(self)homeassistant.components.weather.WeatherEntity
native_visibility_unit(self)homeassistant.components.weather.WeatherEntity
native_wind_gust_speed(self)homeassistant.components.weather.WeatherEntity
native_wind_speed(self)homeassistant.components.weather.WeatherEntity
native_wind_speed_unit(self)homeassistant.components.weather.WeatherEntity
Nonehomeassistant.components.weather.WeatherEntitystatic
ozone(self)homeassistant.components.weather.WeatherEntity
parallel_updateshomeassistant.helpers.entity.Entity
platformhomeassistant.helpers.entity.Entity
precision(self)homeassistant.components.weather.WeatherEntity
registry_entryhomeassistant.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.components.weather.WeatherEntity
state_attributes(self)homeassistant.components.weather.WeatherEntity
StateInfohomeassistant.helpers.entity.Entitystatic
StateTypehomeassistant.helpers.entity.Entitystatic
strhomeassistant.helpers.entity.Entitystatic
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
uv_index(self)homeassistant.components.weather.WeatherEntity
wind_bearing(self)homeassistant.components.weather.WeatherEntity