Public Attributes | |
| bin_sensor_port | |
Public Attributes inherited from homeassistant.components.lcn.entity.LcnEntity | |
| config | |
| config_entry | |
| device_connection | |
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 | |
Private Attributes | |
| _attr_is_on | |
Additional Inherited Members | |
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 | |
Representation of a LCN binary sensor for binary sensor ports.
Definition at line 138 of file binary_sensor.py.
| None homeassistant.components.lcn.binary_sensor.LcnBinarySensor.__init__ | ( | self, | |
| ConfigType | config, | ||
| ConfigEntry | config_entry | ||
| ) |
Initialize the LCN binary sensor.
Reimplemented from homeassistant.components.lcn.entity.LcnEntity.
Definition at line 141 of file binary_sensor.py.
| None homeassistant.components.lcn.binary_sensor.LcnBinarySensor.async_added_to_hass | ( | self | ) |
Run when entity about to be added to hass.
Reimplemented from homeassistant.components.lcn.entity.LcnEntity.
Definition at line 149 of file binary_sensor.py.
| None homeassistant.components.lcn.binary_sensor.LcnBinarySensor.async_will_remove_from_hass | ( | self | ) |
Run when entity will be removed from hass.
Reimplemented from homeassistant.components.lcn.entity.LcnEntity.
Definition at line 157 of file binary_sensor.py.
| None homeassistant.components.lcn.binary_sensor.LcnBinarySensor.input_received | ( | self, | |
| InputType | input_obj | ||
| ) |
Set sensor value when LCN input object (command) is received.
Reimplemented from homeassistant.components.lcn.entity.LcnEntity.
Definition at line 165 of file binary_sensor.py.
|
private |
Definition at line 170 of file binary_sensor.py.
| homeassistant.components.lcn.binary_sensor.LcnBinarySensor.bin_sensor_port |
Definition at line 145 of file binary_sensor.py.