diff --git a/apps/tv.py b/apps/tv.py index 8a742af..a827177 100644 --- a/apps/tv.py +++ b/apps/tv.py @@ -48,7 +48,10 @@ class SoundBar(Hass): self.log(f'Sending remote command: {command}') self.call_service( - service='remote/send_command', entity_id=self.remote_entity.entity_id, device='BoseTV', command=command + service='remote/send_command', + entity_id=self.remote_entity.entity_id, + device='BoseTV', + command=command ) def turn_on_soundbar(self, entity=None, attribute=None, old=None, new=None, kwargs=None):