mirror of
https://github.com/home-assistant/core.git
synced 2025-08-12 17:15:19 +02:00
ignore old setup function
This commit is contained in:
@@ -51,7 +51,9 @@ SUPPORT_SAMSUNGTV = (
|
||||
)
|
||||
|
||||
|
||||
async def async_setup_platform(hass, config, add_entities, discovery_info=None):
|
||||
async def async_setup_platform(
|
||||
hass, config, add_entities, discovery_info=None
|
||||
): # pragma: no cover
|
||||
"""Set up the Samsung TV platform."""
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user