mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
these are already globally disabled
This commit is contained in:
@@ -53,8 +53,6 @@ CHANNELS_SEEK_BY_SCHEMA = CHANNELS_SCHEMA.extend({
|
|||||||
REQUIREMENTS = ['pychannels==1.0.0']
|
REQUIREMENTS = ['pychannels==1.0.0']
|
||||||
|
|
||||||
|
|
||||||
# pylint: disable=unused-argument, abstract-method
|
|
||||||
# pylint: disable=too-many-instance-attributes
|
|
||||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
"""Setup the Channels platform."""
|
"""Setup the Channels platform."""
|
||||||
device = ChannelsPlayer(
|
device = ChannelsPlayer(
|
||||||
|
Reference in New Issue
Block a user