mirror of
https://github.com/home-assistant/core.git
synced 2025-11-20 08:20:12 +00:00
Move logic into Entity class
This commit is contained in:
@@ -2936,9 +2936,7 @@ async def test_included_entities_mixin(
|
||||
|
||||
return None
|
||||
|
||||
class MockHelloIncludedEntitiesClass(
|
||||
MockHelloBaseClass, entity.IncludedEntitiesMixin
|
||||
):
|
||||
class MockHelloIncludedEntitiesClass(MockHelloBaseClass, entity.Entity):
|
||||
""".Mock hello grouped entity class for a test integration."""
|
||||
|
||||
platform = MockEntityPlatform(hass, domain="hello")
|
||||
|
||||
Reference in New Issue
Block a user