diff --git a/homeassistant/components/braviatv/__init__.py b/homeassistant/components/braviatv/__init__.py index 38dbc4f0ebc..3962e953520 100644 --- a/homeassistant/components/braviatv/__init__.py +++ b/homeassistant/components/braviatv/__init__.py @@ -110,7 +110,7 @@ class BraviaTVCoordinator(DataUpdateCoordinator[None]): ), ) - def _send_command(self, command: str, repeats: int = 1) -> None: + def _send_command(self, command: Iterable[str], repeats: int = 1) -> None: """Send a command to the TV.""" for _ in range(repeats): for cmd in command: