Static Private Attributes | |
| string | _attr_translation_key = "bin_full" |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.roomba.entity.IRobotEntity | |
| vacuum | |
| vacuum_state | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Public Attributes inherited from homeassistant.components.binary_sensor.BinarySensorEntity | |
| entity_category | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Static Public Attributes inherited from homeassistant.components.binary_sensor.BinarySensorEntity | |
| None | |
Class to hold Roomba Sensor basic info.
Definition at line 29 of file binary_sensor.py.
| def homeassistant.components.roomba.binary_sensor.RoombaBinStatus.is_on | ( | self | ) |
Return the state of the sensor.
Definition at line 40 of file binary_sensor.py.
| def homeassistant.components.roomba.binary_sensor.RoombaBinStatus.new_state_filter | ( | self, | |
| new_state | |||
| ) |
Filter the new state.
Reimplemented from homeassistant.components.roomba.entity.IRobotEntity.
Definition at line 44 of file binary_sensor.py.
| def homeassistant.components.roomba.binary_sensor.RoombaBinStatus.unique_id | ( | self | ) |
Return the ID of this sensor.
Reimplemented from homeassistant.components.roomba.entity.IRobotEntity.
Definition at line 35 of file binary_sensor.py.
|
staticprivate |
Definition at line 32 of file binary_sensor.py.