Classes | |
| class | BTHomeBluetoothBinarySensorEntity |
Functions | |
| None | async_setup_entry (HomeAssistant hass, BTHomeConfigEntry entry, AddEntitiesCallback async_add_entities) |
| PassiveBluetoothDataUpdate[bool|None] | sensor_update_to_bluetooth_data_update (SensorUpdate sensor_update) |
Variables | |
| dictionary | BINARY_SENSOR_DESCRIPTIONS |
Support for BTHome binary sensors.
| None homeassistant.components.bthome.binary_sensor.async_setup_entry | ( | HomeAssistant | hass, |
| BTHomeConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the BTHome BLE binary sensors.
Definition at line 169 of file binary_sensor.py.
| PassiveBluetoothDataUpdate[bool | None] homeassistant.components.bthome.binary_sensor.sensor_update_to_bluetooth_data_update | ( | SensorUpdate | sensor_update | ) |
Convert a binary sensor update to a bluetooth data update.
Definition at line 142 of file binary_sensor.py.
| dictionary homeassistant.components.bthome.binary_sensor.BINARY_SENSOR_DESCRIPTIONS |
Definition at line 27 of file binary_sensor.py.