Static Public Attributes | |
| entity_description | |
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 | |
Additional Inherited Members | |
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 | |
A binary sensor implementation for ESPHome for use with assist_pipeline.
Definition at line 77 of file binary_sensor.py.
| None homeassistant.components.esphome.binary_sensor.EsphomeAssistInProgressBinarySensor.async_added_to_hass | ( | self | ) |
Create issue.
Reimplemented from homeassistant.components.esphome.entity.EsphomeAssistEntity.
Definition at line 86 of file binary_sensor.py.
| None homeassistant.components.esphome.binary_sensor.EsphomeAssistInProgressBinarySensor.async_will_remove_from_hass | ( | self | ) |
Remove issue.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 109 of file binary_sensor.py.
| bool | None homeassistant.components.esphome.binary_sensor.EsphomeAssistInProgressBinarySensor.is_on | ( | self | ) |
Return true if the binary sensor is on.
Definition at line 121 of file binary_sensor.py.
|
static |
Definition at line 80 of file binary_sensor.py.