Skip to content

Commit

Permalink
Fix issue with Home Assistant 2024.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bkbilly authored Jun 5, 2024
1 parent 18c997f commit 4bfd7a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions custom_components/tpms_ble/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,7 @@ async def async_setup_entry(


class TPMSBluetoothSensorEntity(
PassiveBluetoothProcessorEntity[
PassiveBluetoothDataProcessor[Optional[Union[str, int]]]
],
PassiveBluetoothProcessorEntity,
SensorEntity,
):
"""Representation of a TPMS sensor."""
Expand Down

0 comments on commit 4bfd7a5

Please sign in to comment.