Static Private Attributes | |
| string | _attr_attribution = "Powered by Homematic IP" |
| _attr_native_temperature_unit = UnitOfTemperature.CELSIUS | |
| _attr_native_wind_speed_unit = UnitOfSpeed.KILOMETERS_PER_HOUR | |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.homematicip_cloud.entity.HomematicipGenericEntity | |
| functional_channel | |
| hmip_device_removed | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Static Public Attributes inherited from homeassistant.components.weather.WeatherEntity | |
| None | |
Representation of the HomematicIP home weather.
Definition at line 124 of file weather.py.
| None homeassistant.components.homematicip_cloud.weather.HomematicipHomeWeather.__init__ | ( | self, | |
| HomematicipHAP | hap | ||
| ) |
Initialize the home weather.
Definition at line 131 of file weather.py.
| bool homeassistant.components.homematicip_cloud.weather.HomematicipHomeWeather.available | ( | self | ) |
Return if weather entity is available.
Reimplemented from homeassistant.components.homematicip_cloud.entity.HomematicipGenericEntity.
Definition at line 137 of file weather.py.
| str | None homeassistant.components.homematicip_cloud.weather.HomematicipHomeWeather.condition | ( | self | ) |
Return the current condition.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 167 of file weather.py.
| int homeassistant.components.homematicip_cloud.weather.HomematicipHomeWeather.humidity | ( | self | ) |
Return the humidity.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 152 of file weather.py.
| str homeassistant.components.homematicip_cloud.weather.HomematicipHomeWeather.name | ( | self | ) |
Return the name of the sensor.
Reimplemented from homeassistant.components.homematicip_cloud.entity.HomematicipGenericEntity.
Definition at line 142 of file weather.py.
| float homeassistant.components.homematicip_cloud.weather.HomematicipHomeWeather.native_temperature | ( | self | ) |
Return the temperature.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 147 of file weather.py.
| float homeassistant.components.homematicip_cloud.weather.HomematicipHomeWeather.native_wind_speed | ( | self | ) |
Return the wind speed.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 157 of file weather.py.
| float homeassistant.components.homematicip_cloud.weather.HomematicipHomeWeather.wind_bearing | ( | self | ) |
Return the wind bearing.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 162 of file weather.py.
|
staticprivate |
Definition at line 129 of file weather.py.
|
staticprivate |
Definition at line 127 of file weather.py.
|
staticprivate |
Definition at line 128 of file weather.py.