Prevent NumberEntity and RestoreEntity inheritance (#93467)
This commit is contained in:
parent
dc3826f68e
commit
6057aeee2f
3 changed files with 47 additions and 1 deletions
|
@ -85,6 +85,7 @@ async def async_setup_entry(
|
|||
)
|
||||
|
||||
|
||||
# pylint: disable-next=hass-invalid-inheritance # needs fixing
|
||||
class BlockSleepingNumber(ShellySleepingBlockAttributeEntity, NumberEntity):
|
||||
"""Represent a block sleeping number."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue