mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 02:19:31 +00:00
Move SensorEntity last in the inheritance tree (#48230)
This commit is contained in:
@@ -49,7 +49,7 @@ async def async_setup_entry(
|
||||
async_add_entities(sensors, True)
|
||||
|
||||
|
||||
class AdGuardHomeSensor(SensorEntity, AdGuardHomeDeviceEntity):
|
||||
class AdGuardHomeSensor(AdGuardHomeDeviceEntity, SensorEntity):
|
||||
"""Defines a AdGuard Home sensor."""
|
||||
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user