Prevent SensorEntity and RestoreEntity inheritance (#88971)

This commit is contained in:
epenet
2023-05-24 12:49:35 +02:00
committed by GitHub
parent db33aadcbb
commit c475273145
14 changed files with 128 additions and 0 deletions

View File

@@ -281,6 +281,7 @@ async def async_setup_entry(
)
# pylint: disable-next=hass-invalid-inheritance # needs fixing
class RfxtrxSensor(RfxtrxEntity, SensorEntity):
"""Representation of a RFXtrx sensor.