Private Attributes | |
| _name | |
| _unique_id | |
Static Private Attributes | |
| _attr_attribution = ATTRIBUTION | |
| _attr_native_pressure_unit = UnitOfPressure.HPA | |
| _attr_native_temperature_unit = UnitOfTemperature.CELSIUS | |
| _attr_native_wind_speed_unit = UnitOfSpeed.KILOMETERS_PER_HOUR | |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
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 | |
Representation of a weather condition.
Definition at line 37 of file weather.py.
| None homeassistant.components.meteoclimatic.weather.MeteoclimaticWeather.__init__ | ( | self, | |
| DataUpdateCoordinator | coordinator | ||
| ) |
Initialise the weather platform.
Definition at line 45 of file weather.py.
| def homeassistant.components.meteoclimatic.weather.MeteoclimaticWeather.condition | ( | self | ) |
Return the current condition.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 73 of file weather.py.
| def homeassistant.components.meteoclimatic.weather.MeteoclimaticWeather.device_info | ( | self | ) |
Return the device info.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 62 of file weather.py.
| def homeassistant.components.meteoclimatic.weather.MeteoclimaticWeather.humidity | ( | self | ) |
Return the humidity.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 83 of file weather.py.
| def homeassistant.components.meteoclimatic.weather.MeteoclimaticWeather.name | ( | self | ) |
Return the name of the sensor.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 52 of file weather.py.
| def homeassistant.components.meteoclimatic.weather.MeteoclimaticWeather.native_pressure | ( | self | ) |
Return the pressure.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 88 of file weather.py.
| def homeassistant.components.meteoclimatic.weather.MeteoclimaticWeather.native_temperature | ( | self | ) |
Return the temperature.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 78 of file weather.py.
| def homeassistant.components.meteoclimatic.weather.MeteoclimaticWeather.native_wind_speed | ( | self | ) |
Return the wind speed.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 93 of file weather.py.
| def homeassistant.components.meteoclimatic.weather.MeteoclimaticWeather.unique_id | ( | self | ) |
Return the unique id of the sensor.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 57 of file weather.py.
| def homeassistant.components.meteoclimatic.weather.MeteoclimaticWeather.wind_bearing | ( | self | ) |
Return the wind bearing.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 98 of file weather.py.
|
staticprivate |
Definition at line 40 of file weather.py.
|
staticprivate |
Definition at line 41 of file weather.py.
|
staticprivate |
Definition at line 42 of file weather.py.
|
staticprivate |
Definition at line 43 of file weather.py.
|
private |
Definition at line 49 of file weather.py.
|
private |
Definition at line 48 of file weather.py.