mirror of
https://github.com/home-assistant/core.git
synced 2025-08-14 01:55:18 +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."""
|
"""Set up the Samsung TV platform."""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user