Public Attributes | |
| functional_channel | |
| hmip_device_removed | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Private Member Functions | |
| None | _async_device_changed (self, *args, **kwargs) |
| None | _async_device_removed (self, *args, **kwargs) |
Private Attributes | |
| _channel | |
| _device | |
| _hap | |
| _is_multi_channel | |
| _post | |
Static Private Attributes | |
| bool | _attr_should_poll = False |
Additional Inherited Members | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
|
private |
|
private |
| None homeassistant.components.homematicip_cloud.entity.HomematicipGenericEntity.async_added_to_hass | ( | self | ) |
Register callbacks.
Reimplemented from homeassistant.helpers.entity.Entity.
| None homeassistant.components.homematicip_cloud.entity.HomematicipGenericEntity.async_remove_from_registries | ( | self | ) |
| None homeassistant.components.homematicip_cloud.entity.HomematicipGenericEntity.async_will_remove_from_hass | ( | self | ) |
Run when hmip device will be removed from hass.
Reimplemented from homeassistant.helpers.entity.Entity.
| bool homeassistant.components.homematicip_cloud.entity.HomematicipGenericEntity.available | ( | self | ) |
Return if entity is available.
Reimplemented from homeassistant.helpers.entity.Entity.
Reimplemented in homeassistant.components.homematicip_cloud.weather.HomematicipHomeWeather, homeassistant.components.homematicip_cloud.switch.HomematicipGroupSwitch, homeassistant.components.homematicip_cloud.binary_sensor.HomematicipSecurityZoneSensorGroup, and homeassistant.components.homematicip_cloud.binary_sensor.HomematicipCloudConnectionSensor.
| DeviceInfo | None homeassistant.components.homematicip_cloud.entity.HomematicipGenericEntity.device_info | ( | self | ) |
Return device specific attributes.
Reimplemented from homeassistant.helpers.entity.Entity.
Reimplemented in homeassistant.components.homematicip_cloud.climate.HomematicipHeatingGroup, and homeassistant.components.homematicip_cloud.binary_sensor.HomematicipCloudConnectionSensor.
| dict[str, Any] homeassistant.components.homematicip_cloud.entity.HomematicipGenericEntity.extra_state_attributes | ( | self | ) |
Return the state attributes of the generic entity.
Reimplemented from homeassistant.helpers.entity.Entity.
Reimplemented in homeassistant.components.homematicip_cloud.switch.HomematicipGroupSwitch, homeassistant.components.homematicip_cloud.sensor.HomematicipPassageDetectorDeltaCounter, homeassistant.components.homematicip_cloud.sensor.HmipEsiSensorEntity, homeassistant.components.homematicip_cloud.sensor.HomematicipWindspeedSensor, homeassistant.components.homematicip_cloud.sensor.HomematicipIlluminanceSensor, homeassistant.components.homematicip_cloud.sensor.HomematicipTemperatureSensor, homeassistant.components.homematicip_cloud.lock.HomematicipDoorLockDrive, homeassistant.components.homematicip_cloud.light.HomematicipNotificationLight, homeassistant.components.homematicip_cloud.climate.HomematicipHeatingGroup, homeassistant.components.homematicip_cloud.binary_sensor.HomematicipSecuritySensorGroup, homeassistant.components.homematicip_cloud.binary_sensor.HomematicipSecurityZoneSensorGroup, homeassistant.components.homematicip_cloud.binary_sensor.HomematicipSunshineSensor, homeassistant.components.homematicip_cloud.binary_sensor.HomematicipShutterContact, and homeassistant.components.homematicip_cloud.binary_sensor.HomematicipBaseActionSensor.
| FunctionalChannel homeassistant.components.homematicip_cloud.entity.HomematicipGenericEntity.get_current_channel | ( | self | ) |
Return the icon.
Reimplemented from homeassistant.helpers.entity.Entity.
Reimplemented in homeassistant.components.homematicip_cloud.sensor.HomematicipHeatingThermostat, homeassistant.components.homematicip_cloud.sensor.HomematicipFloorTerminalBlockMechanicChannelValve, homeassistant.components.homematicip_cloud.binary_sensor.HomematicipStormSensor, and homeassistant.components.homematicip_cloud.binary_sensor.HomematicipCloudConnectionSensor.
| str homeassistant.components.homematicip_cloud.entity.HomematicipGenericEntity.name | ( | self | ) |
Return the name of the generic entity.
Reimplemented from homeassistant.helpers.entity.Entity.
Reimplemented in homeassistant.components.homematicip_cloud.weather.HomematicipHomeWeather, homeassistant.components.homematicip_cloud.weather.HomematicipWeatherSensor, and homeassistant.components.homematicip_cloud.binary_sensor.HomematicipCloudConnectionSensor.
| str homeassistant.components.homematicip_cloud.entity.HomematicipGenericEntity.unique_id | ( | self | ) |
Return a unique ID.
Reimplemented from homeassistant.helpers.entity.Entity.
Reimplemented in homeassistant.components.homematicip_cloud.light.HomematicipNotificationLight.
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
| homeassistant.components.homematicip_cloud.entity.HomematicipGenericEntity.functional_channel |
| homeassistant.components.homematicip_cloud.entity.HomematicipGenericEntity.hmip_device_removed |