Public Member Functions | |
| def | __init__ (self, data, sensor_type, coordinator=None) |
| def | async_added_to_hass (self) |
| def | available (self) |
| dict[str, Any]|None | extra_state_attributes (self) |
Private Member Functions | |
| dict | _attributes (self) |
| PlaatoDevice | _sensor_data (self) |
| str | _sensor_name (self) |
Static Private Member Functions | |
| def | _to_snake_case (dict dictionary) |
Private Attributes | |
| _attr_device_info | |
| _attr_name | |
| _attr_unique_id | |
| _coordinator | |
| _device_id | |
| _device_name | |
| _device_type | |
| _entry_data | |
| _sensor_type | |
Static Private Attributes | |
| bool | _attr_should_poll = False |
| def homeassistant.components.plaato.entity.PlaatoEntity.__init__ | ( | self, | |
| data, | |||
| sensor_type, | |||
coordinator = None |
|||
| ) |
Initialize the sensor.
Reimplemented in homeassistant.components.plaato.sensor.PlaatoSensor, and homeassistant.components.plaato.binary_sensor.PlaatoBinarySensor.
|
private |
|
private |
|
private |
|
staticprivate |
| def homeassistant.components.plaato.entity.PlaatoEntity.async_added_to_hass | ( | self | ) |
| def homeassistant.components.plaato.entity.PlaatoEntity.available | ( | self | ) |
| dict[str, Any] | None homeassistant.components.plaato.entity.PlaatoEntity.extra_state_attributes | ( | self | ) |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |