Rename CoverDevice to CoverEntity (#34595)

This commit is contained in:
Erik Montnemery 2020-04-25 18:07:15 +02:00 committed by GitHub
parent 6f7f5b4034
commit 8c5c963b96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 139 additions and 116 deletions

View file

@ -1,5 +1,5 @@
"""Support for Tellstick covers."""
from homeassistant.components.cover import CoverDevice
from homeassistant.components.cover import CoverEntity
from . import (
ATTR_DISCOVER_CONFIG,
@ -28,7 +28,7 @@ def setup_platform(hass, config, add_entities, discovery_info=None):
)
class TellstickCover(TellstickDevice, CoverDevice):
class TellstickCover(TellstickDevice, CoverEntity):
"""Representation of a Tellstick cover."""
@property