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 weather sensor plus & basic.
Definition at line 72 of file weather.py.
| None homeassistant.components.homematicip_cloud.weather.HomematicipWeatherSensor.__init__ | ( | self, | |
| HomematicipHAP | hap, | ||
| device | |||
| ) |
Initialize the weather sensor.
Definition at line 79 of file weather.py.
| str homeassistant.components.homematicip_cloud.weather.HomematicipWeatherSensor.condition | ( | self | ) |
Return the current condition.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 104 of file weather.py.
| int homeassistant.components.homematicip_cloud.weather.HomematicipWeatherSensor.humidity | ( | self | ) |
Return the humidity.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 94 of file weather.py.
| str homeassistant.components.homematicip_cloud.weather.HomematicipWeatherSensor.name | ( | self | ) |
Return the name of the sensor.
Reimplemented from homeassistant.components.homematicip_cloud.entity.HomematicipGenericEntity.
Definition at line 84 of file weather.py.
| float homeassistant.components.homematicip_cloud.weather.HomematicipWeatherSensor.native_temperature | ( | self | ) |
Return the platform temperature.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 89 of file weather.py.
| float homeassistant.components.homematicip_cloud.weather.HomematicipWeatherSensor.native_wind_speed | ( | self | ) |
Return the wind speed.
Reimplemented from homeassistant.components.weather.WeatherEntity.
Definition at line 99 of file weather.py.
|
staticprivate |
Definition at line 77 of file weather.py.
|
staticprivate |
Definition at line 75 of file weather.py.
|
staticprivate |
Definition at line 76 of file weather.py.