Static Public Attributes | |
| domain = WEATHER_DOMAIN | |
| tuple | extra_template_keys |
Static Public Attributes inherited from homeassistant.components.weather.WeatherEntity | |
| None | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Private Attributes | |
| _attr_native_precipitation_unit | |
| _attr_native_pressure_unit | |
| _attr_native_temperature_unit | |
| _attr_native_visibility_unit | |
| _attr_native_wind_speed_unit | |
| _attr_supported_features | |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Sensor entity based on trigger data.
Definition at line 500 of file weather.py.
| None homeassistant.components.template.weather.TriggerWeatherEntity.__init__ | ( | self, | |
| HomeAssistant | hass, | ||
| TriggerUpdateCoordinator | coordinator, | ||
| ConfigType | config | ||
| ) |
Initialize.
Definition at line 510 of file weather.py.
| None homeassistant.components.template.weather.TriggerWeatherEntity.async_added_to_hass | ( | self | ) |
Restore last state.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 550 of file weather.py.
| list[Forecast] homeassistant.components.template.weather.TriggerWeatherEntity.async_forecast_daily | ( | self | ) |
Return the daily forecast in native units.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 660 of file weather.py.
| list[Forecast] homeassistant.components.template.weather.TriggerWeatherEntity.async_forecast_hourly | ( | self | ) |
Return the daily forecast in native units.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 666 of file weather.py.
| list[Forecast] homeassistant.components.template.weather.TriggerWeatherEntity.async_forecast_twice_daily | ( | self | ) |
Return the daily forecast in native units.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 672 of file weather.py.
| WeatherExtraStoredData | None homeassistant.components.template.weather.TriggerWeatherEntity.async_get_last_weather_data | ( | self | ) |
Restore weather specific state data.
Definition at line 697 of file weather.py.
| float | None homeassistant.components.template.weather.TriggerWeatherEntity.cloud_coverage | ( | self | ) |
Return the cloud coverage.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 640 of file weather.py.
Return the current condition.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 579 of file weather.py.
| WeatherExtraStoredData homeassistant.components.template.weather.TriggerWeatherEntity.extra_restore_state_data | ( | self | ) |
Return weather specific state data to be restored.
Reimplemented from homeassistant.helpers.restore_state.RestoreEntity.
Definition at line 679 of file weather.py.
| float | None homeassistant.components.template.weather.TriggerWeatherEntity.humidity | ( | self | ) |
Return the humidity.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 591 of file weather.py.
| float | None homeassistant.components.template.weather.TriggerWeatherEntity.native_apparent_temperature | ( | self | ) |
Return the apparent temperature.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 654 of file weather.py.
| float | None homeassistant.components.template.weather.TriggerWeatherEntity.native_dew_point | ( | self | ) |
Return the dew point.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 647 of file weather.py.
| float | None homeassistant.components.template.weather.TriggerWeatherEntity.native_pressure | ( | self | ) |
Return the air pressure.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 626 of file weather.py.
| float | None homeassistant.components.template.weather.TriggerWeatherEntity.native_temperature | ( | self | ) |
Return the temperature.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 584 of file weather.py.
| float | None homeassistant.components.template.weather.TriggerWeatherEntity.native_visibility | ( | self | ) |
Return the visibility.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 619 of file weather.py.
| float | None homeassistant.components.template.weather.TriggerWeatherEntity.native_wind_gust_speed | ( | self | ) |
Return the wind gust speed.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 633 of file weather.py.
| float | None homeassistant.components.template.weather.TriggerWeatherEntity.native_wind_speed | ( | self | ) |
Return the wind speed.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 598 of file weather.py.
| float | None homeassistant.components.template.weather.TriggerWeatherEntity.ozone | ( | self | ) |
Return the ozone level.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 612 of file weather.py.
| float | str | None homeassistant.components.template.weather.TriggerWeatherEntity.wind_bearing | ( | self | ) |
Return the wind bearing.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 605 of file weather.py.
|
private |
Definition at line 518 of file weather.py.
|
private |
Definition at line 519 of file weather.py.
|
private |
Definition at line 520 of file weather.py.
|
private |
Definition at line 521 of file weather.py.
|
private |
Definition at line 522 of file weather.py.
|
private |
Definition at line 524 of file weather.py.
|
static |
Definition at line 503 of file weather.py.
|
static |
Definition at line 504 of file weather.py.