Go to the source code of this file.
Classes | |
| class | homeassistant.components.rfxtrx.binary_sensor.RfxtrxBinarySensor |
Namespaces | |
| homeassistant.components.rfxtrx.binary_sensor | |
Functions | |
| None | homeassistant.components.rfxtrx.binary_sensor.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
| bool | homeassistant.components.rfxtrx.binary_sensor.supported (rfxtrxmod.RFXtrxEvent event) |
Variables | |
| homeassistant.components.rfxtrx.binary_sensor._LOGGER = logging.getLogger(__name__) | |
| list | homeassistant.components.rfxtrx.binary_sensor.SENSOR_STATUS_OFF |
| list | homeassistant.components.rfxtrx.binary_sensor.SENSOR_STATUS_ON |
| tuple | homeassistant.components.rfxtrx.binary_sensor.SENSOR_TYPES |
| dictionary | homeassistant.components.rfxtrx.binary_sensor.SENSOR_TYPES_DICT = {desc.key: desc for desc in SENSOR_TYPES} |