Static Public Attributes | |
| dictionary | STATE_ATTRIBUTES |
Static Public Attributes inherited from homeassistant.components.sensor.SensorEntity | |
| Decimal | |
| None | |
| UndefinedType | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Private Member Functions | |
| def | _filter_state (self, state) |
Private Attributes | |
| _attr_device_info | |
| _attr_name | |
| _attr_unique_id | |
| _folder_id | |
| _folder_label | |
| _server_id | |
| _short_server_id | |
| _state | |
| _syncthing | |
| _unsub_timer | |
Static Private Attributes | |
| bool | _attr_should_poll = False |
| string | _attr_translation_key = "syncthing" |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.sensor.SensorEntity | |
| entity_category | |
| registry_entry | |
| unit_of_measurement | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
| def homeassistant.components.syncthing.sensor.FolderSensor.__init__ | ( | self, | |
| syncthing, | |||
| server_id, | |||
| folder_id, | |||
| folder_label, | |||
| version | |||
| ) |
|
private |
| None homeassistant.components.syncthing.sensor.FolderSensor.async_added_to_hass | ( | self | ) |
Handle entity which will be added.
Reimplemented from homeassistant.helpers.entity.Entity.
| def homeassistant.components.syncthing.sensor.FolderSensor.async_update_status | ( | self | ) |
| def homeassistant.components.syncthing.sensor.FolderSensor.available | ( | self | ) |
Could the device be accessed during the last update call.
Reimplemented from homeassistant.helpers.entity.Entity.
| def homeassistant.components.syncthing.sensor.FolderSensor.extra_state_attributes | ( | self | ) |
Return the state attributes.
Reimplemented from homeassistant.helpers.entity.Entity.
| def homeassistant.components.syncthing.sensor.FolderSensor.native_value | ( | self | ) |
Return the state of the sensor.
Reimplemented from homeassistant.components.sensor.SensorEntity.
| def homeassistant.components.syncthing.sensor.FolderSensor.subscribe | ( | self | ) |
| def homeassistant.components.syncthing.sensor.FolderSensor.unsubscribe | ( | self | ) |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |