Private Member Functions | |
| list[Forecast]|None | _async_forecast_daily (self) |
| list[Forecast]|None | _async_forecast_hourly (self) |
Private Attributes | |
| _attr_unique_id | |
Implementation of a WeatherFlow weather condition.
Definition at line 45 of file weather.py.
| None homeassistant.components.weatherflow_cloud.weather.WeatherFlowWeather.__init__ | ( | self, | |
| WeatherFlowCloudDataUpdateCoordinator | coordinator, | ||
| int | station_id | ||
| ) |
Initialise the platform with a data instance and station.
Reimplemented from homeassistant.components.weatherflow_cloud.entity.WeatherFlowCloudEntity.
Definition at line 60 of file weather.py.
|
private |
Return the daily forecast in native units.
Reimplemented from homeassistant.components.weather.CoordinatorWeatherEntity.
Definition at line 120 of file weather.py.
|
private |
Return the hourly forecast in native units.
Reimplemented from homeassistant.components.weather.CoordinatorWeatherEntity.
Definition at line 125 of file weather.py.
Return current condition - required property.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 75 of file weather.py.
| float | None homeassistant.components.weatherflow_cloud.weather.WeatherFlowWeather.humidity | ( | self | ) |
Return the humidity.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 90 of file weather.py.
| WeatherFlowDataREST homeassistant.components.weatherflow_cloud.weather.WeatherFlowWeather.local_data | ( | self | ) |
Return the local weather data object for this station.
Definition at line 70 of file weather.py.
| float | None homeassistant.components.weatherflow_cloud.weather.WeatherFlowWeather.native_dew_point | ( | self | ) |
Return dew point.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 110 of file weather.py.
| float | None homeassistant.components.weatherflow_cloud.weather.WeatherFlowWeather.native_pressure | ( | self | ) |
Return the Air Pressure @ Station.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 85 of file weather.py.
| float | None homeassistant.components.weatherflow_cloud.weather.WeatherFlowWeather.native_temperature | ( | self | ) |
Return the temperature.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 80 of file weather.py.
| float | None homeassistant.components.weatherflow_cloud.weather.WeatherFlowWeather.native_wind_gust_speed | ( | self | ) |
Return the wind gust speed in native units.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 105 of file weather.py.
| float | None homeassistant.components.weatherflow_cloud.weather.WeatherFlowWeather.native_wind_speed | ( | self | ) |
Return the wind speed.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 95 of file weather.py.
| float | None homeassistant.components.weatherflow_cloud.weather.WeatherFlowWeather.uv_index | ( | self | ) |
Return UV Index.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 115 of file weather.py.
| float | str | None homeassistant.components.weatherflow_cloud.weather.WeatherFlowWeather.wind_bearing | ( | self | ) |
Return the wind direction.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 100 of file weather.py.
|
staticprivate |
Definition at line 58 of file weather.py.
|
staticprivate |
Definition at line 52 of file weather.py.
|
staticprivate |
Definition at line 53 of file weather.py.
|
staticprivate |
Definition at line 51 of file weather.py.
|
staticprivate |
Definition at line 54 of file weather.py.
|
staticprivate |
Definition at line 55 of file weather.py.
|
private |
Definition at line 67 of file weather.py.