Rename Light to LightEntity (#34593)
This commit is contained in:
parent
8402363568
commit
e4333a7a44
93 changed files with 248 additions and 191 deletions
|
@ -76,7 +76,7 @@ async def async_setup_platform(
|
|||
)
|
||||
|
||||
|
||||
class LightGroup(light.Light):
|
||||
class LightGroup(light.LightEntity):
|
||||
"""Representation of a light group."""
|
||||
|
||||
def __init__(self, name: str, entity_ids: List[str]) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue