Classes | |
| class | QingpingBluetoothSensorEntity |
Functions | |
| None | async_setup_entry (HomeAssistant hass, QingpingConfigEntry entry, AddEntitiesCallback async_add_entities) |
| PassiveBluetoothDataUpdate | sensor_update_to_bluetooth_data_update (SensorUpdate sensor_update) |
Variables | |
| dictionary | BINARY_SENSOR_DESCRIPTIONS |
Support for Qingping binary sensors.
| None homeassistant.components.qingping.binary_sensor.async_setup_entry | ( | HomeAssistant | hass, |
| QingpingConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Qingping BLE sensors.
Definition at line 74 of file binary_sensor.py.
| PassiveBluetoothDataUpdate homeassistant.components.qingping.binary_sensor.sensor_update_to_bluetooth_data_update | ( | SensorUpdate | sensor_update | ) |
Convert a sensor update to a bluetooth data update.
Definition at line 47 of file binary_sensor.py.
| dictionary homeassistant.components.qingping.binary_sensor.BINARY_SENSOR_DESCRIPTIONS |
Definition at line 27 of file binary_sensor.py.