Rename RemoteDevice to RemoteEntity (#34676)

This commit is contained in:
Erik Montnemery 2020-04-26 02:12:36 +02:00 committed by GitHub
parent d3ed80cf53
commit aa60d362fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 36 additions and 14 deletions

View file

@ -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):