Rename RemoteDevice to RemoteEntity (#34676)
This commit is contained in:
parent
d3ed80cf53
commit
aa60d362fd
10 changed files with 36 additions and 14 deletions
|
@ -17,7 +17,7 @@ async def async_setup_platform(hass, config, async_add_entities, discovery_info=
|
|||
async_add_entities([AppleTVRemote(atv, power, name)])
|
||||
|
||||
|
||||
class AppleTVRemote(remote.RemoteDevice):
|
||||
class AppleTVRemote(remote.RemoteEntity):
|
||||
"""Device that sends commands to an Apple TV."""
|
||||
|
||||
def __init__(self, atv, power, name):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue