mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
silence warning
This commit is contained in:
parent
6afb846d04
commit
c4f8017a3f
@ -90,6 +90,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||||||
class CastDevice(MediaPlayerDevice):
|
class CastDevice(MediaPlayerDevice):
|
||||||
""" Represents a Cast device on the network. """
|
""" Represents a Cast device on the network. """
|
||||||
|
|
||||||
|
# pylint: disable=abstract-method
|
||||||
# pylint: disable=too-many-public-methods
|
# pylint: disable=too-many-public-methods
|
||||||
|
|
||||||
def __init__(self, host):
|
def __init__(self, host):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user