Classes | |
| class | GoveeBluetoothBinarySensorEntity |
Functions | |
| None | async_setup_entry (HomeAssistant hass, config_entries.ConfigEntry entry, AddEntitiesCallback async_add_entities) |
| PassiveBluetoothDataUpdate[bool|None] | sensor_update_to_bluetooth_data_update (SensorUpdate sensor_update) |
Variables | |
| dictionary | BINARY_SENSOR_DESCRIPTIONS |
Support for govee-ble binary sensors.
| None homeassistant.components.govee_ble.binary_sensor.async_setup_entry | ( | HomeAssistant | hass, |
| config_entries.ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the govee-ble BLE sensors.
Definition at line 72 of file binary_sensor.py.
| PassiveBluetoothDataUpdate[bool | None] homeassistant.components.govee_ble.binary_sensor.sensor_update_to_bluetooth_data_update | ( | SensorUpdate | sensor_update | ) |
Convert a sensor update to a bluetooth data update.
Definition at line 45 of file binary_sensor.py.
| dictionary homeassistant.components.govee_ble.binary_sensor.BINARY_SENSOR_DESCRIPTIONS |
Definition at line 29 of file binary_sensor.py.