mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Prevent SensorEntity and RestoreEntity inheritance (#88971)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user