Classes | |
| class | RfxtrxBinarySensor |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
| bool | supported (rfxtrxmod.RFXtrxEvent event) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | SENSOR_STATUS_OFF |
| list | SENSOR_STATUS_ON |
| tuple | SENSOR_TYPES |
| dictionary | SENSOR_TYPES_DICT = {desc.key: desc for desc in SENSOR_TYPES} |
Support for RFXtrx binary sensors.
| None homeassistant.components.rfxtrx.binary_sensor.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up config entry.
Definition at line 91 of file binary_sensor.py.
| bool homeassistant.components.rfxtrx.binary_sensor.supported | ( | rfxtrxmod.RFXtrxEvent | event | ) |
Return whether an event supports binary_sensor.
Definition at line 79 of file binary_sensor.py.
|
private |
Definition at line 32 of file binary_sensor.py.
| list homeassistant.components.rfxtrx.binary_sensor.SENSOR_STATUS_OFF |
Definition at line 44 of file binary_sensor.py.
| list homeassistant.components.rfxtrx.binary_sensor.SENSOR_STATUS_ON |
Definition at line 35 of file binary_sensor.py.
| tuple homeassistant.components.rfxtrx.binary_sensor.SENSOR_TYPES |
Definition at line 53 of file binary_sensor.py.
| dictionary homeassistant.components.rfxtrx.binary_sensor.SENSOR_TYPES_DICT = {desc.key: desc for desc in SENSOR_TYPES} |
Definition at line 76 of file binary_sensor.py.