Public Member Functions | |
| None | __init__ (self, DataUpdateCoordinator coordinator, str unique_id, str name, str icon, str host_name, str node_name, int|None vm_id=None) |
| bool | available (self) |
Public Member Functions inherited from homeassistant.helpers.update_coordinator.CoordinatorEntity | |
| None | __init__ (self, _DataUpdateCoordinatorT coordinator, Any context=None) |
| None | async_update (self) |
Public Attributes | |
| coordinator | |
Private Attributes | |
| _attr_icon | |
| _attr_name | |
| _attr_unique_id | |
| _available | |
| _host_name | |
| _node_name | |
| _state | |
| _vm_id | |
| None homeassistant.components.proxmoxve.entity.ProxmoxEntity.__init__ | ( | self, | |
| DataUpdateCoordinator | coordinator, | ||
| str | unique_id, | ||
| str | name, | ||
| str | icon, | ||
| str | host_name, | ||
| str | node_name, | ||
| int | None | vm_id = None |
||
| ) |
| bool homeassistant.components.proxmoxve.entity.ProxmoxEntity.available | ( | self | ) |
Return True if entity is available.
Reimplemented from homeassistant.helpers.update_coordinator.CoordinatorEntity.
Reimplemented in homeassistant.components.proxmoxve.binary_sensor.ProxmoxBinarySensor.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
| homeassistant.components.proxmoxve.entity.ProxmoxEntity.coordinator |