Private Member Functions | |
| list[Forecast]|None | _async_forecast_daily (self) |
Static Private Attributes | |
| bool | _attr_has_entity_name = True |
| _attr_name = None | |
Additional Inherited Members | |
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 | |
Static Public Attributes inherited from homeassistant.helpers.update_coordinator.TimestampDataUpdateCoordinator | |
| None | |
Define an AccuWeather entity.
Definition at line 63 of file weather.py.
| None homeassistant.components.accuweather.weather.AccuWeatherEntity.__init__ | ( | self, | |
| AccuWeatherData | accuweather_data | ||
| ) |
Initialize.
Definition at line 74 of file weather.py.
|
private |
Return the daily forecast in native units.
Reimplemented from homeassistant.components.weather.CoordinatorWeatherEntity.
Definition at line 182 of file weather.py.
| float homeassistant.components.accuweather.weather.AccuWeatherEntity.cloud_coverage | ( | self | ) |
Return the Cloud coverage in %.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 100 of file weather.py.
Return the current condition.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 95 of file weather.py.
| int homeassistant.components.accuweather.weather.AccuWeatherEntity.humidity | ( | self | ) |
Return the humidity.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 137 of file weather.py.
| float homeassistant.components.accuweather.weather.AccuWeatherEntity.native_apparent_temperature | ( | self | ) |
Return the apparent temperature.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 105 of file weather.py.
| float homeassistant.components.accuweather.weather.AccuWeatherEntity.native_dew_point | ( | self | ) |
Return the dew point.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 130 of file weather.py.
| float homeassistant.components.accuweather.weather.AccuWeatherEntity.native_pressure | ( | self | ) |
Return the pressure.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 123 of file weather.py.
| float homeassistant.components.accuweather.weather.AccuWeatherEntity.native_temperature | ( | self | ) |
Return the temperature.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 115 of file weather.py.
| float homeassistant.components.accuweather.weather.AccuWeatherEntity.native_visibility | ( | self | ) |
Return the visibility.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 169 of file weather.py.
| float homeassistant.components.accuweather.weather.AccuWeatherEntity.native_wind_gust_speed | ( | self | ) |
Return the wind gust speed.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 142 of file weather.py.
| float homeassistant.components.accuweather.weather.AccuWeatherEntity.native_wind_speed | ( | self | ) |
Return the wind speed.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 152 of file weather.py.
| float homeassistant.components.accuweather.weather.AccuWeatherEntity.uv_index | ( | self | ) |
Return the UV index.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 177 of file weather.py.
| int homeassistant.components.accuweather.weather.AccuWeatherEntity.wind_bearing | ( | self | ) |
Return the wind bearing.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 162 of file weather.py.
|
private |
Definition at line 87 of file weather.py.
|
private |
Definition at line 88 of file weather.py.
|
staticprivate |
Definition at line 71 of file weather.py.
|
staticprivate |
Definition at line 72 of file weather.py.
|
private |
Definition at line 81 of file weather.py.
|
private |
Definition at line 82 of file weather.py.
|
private |
Definition at line 83 of file weather.py.
|
private |
Definition at line 84 of file weather.py.
|
private |
Definition at line 85 of file weather.py.
|
private |
Definition at line 89 of file weather.py.
|
private |
Definition at line 86 of file weather.py.
| homeassistant.components.accuweather.weather.AccuWeatherEntity.daily_coordinator |
Definition at line 92 of file weather.py.
| homeassistant.components.accuweather.weather.AccuWeatherEntity.observation_coordinator |
Definition at line 91 of file weather.py.