Skip to content

Commit d805268

Browse files
authored
Fixed issue with Home Assistant 2024.6.0
1 parent 3ec5cbc commit d805268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/medisanabp_ble/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ async def async_setup_entry(
121121

122122

123123
class MedisanaBPBluetoothSensorEntity(
124-
PassiveBluetoothProcessorEntity[PassiveBluetoothDataProcessor[str | int | None]],
124+
PassiveBluetoothProcessorEntity,
125125
SensorEntity,
126126
):
127127
"""Representation of a MedisanaBP sensor."""

0 commit comments

Comments
 (0)