Public Attributes | |
| entity_description | |
Public Attributes inherited from homeassistant.components.technove.coordinator.TechnoVEDataUpdateCoordinator | |
| technove | |
Public Attributes inherited from homeassistant.helpers.update_coordinator.DataUpdateCoordinator | |
| always_update | |
| config_entry | |
| data | |
| hass | |
| last_exception | |
| last_update_success | |
| logger | |
| name | |
| setup_method | |
| update_interval | |
| update_method | |
Public Attributes inherited from homeassistant.components.binary_sensor.BinarySensorEntity | |
| entity_category | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Additional Inherited Members | |
Static Public Attributes inherited from homeassistant.components.binary_sensor.BinarySensorEntity | |
| None | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Defines a TechnoVE binary sensor entity.
Definition at line 97 of file binary_sensor.py.
| None homeassistant.components.technove.binary_sensor.TechnoVEBinarySensorEntity.__init__ | ( | self, | |
| TechnoVEDataUpdateCoordinator | coordinator, | ||
| TechnoVEBinarySensorDescription | description | ||
| ) |
Initialize a TechnoVE binary sensor entity.
Definition at line 102 of file binary_sensor.py.
| None homeassistant.components.technove.binary_sensor.TechnoVEBinarySensorEntity.async_added_to_hass | ( | self | ) |
Raise issue when entity is registered and was not disabled.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 117 of file binary_sensor.py.
| bool | None homeassistant.components.technove.binary_sensor.TechnoVEBinarySensorEntity.is_on | ( | self | ) |
Return the state of the sensor.
Definition at line 112 of file binary_sensor.py.
| homeassistant.components.technove.binary_sensor.TechnoVEBinarySensorEntity.entity_description |
Definition at line 108 of file binary_sensor.py.