From f64605b83180756738853037e2ea0267d0eb67bf Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Tue, 2 Apr 2024 22:02:47 -0500 Subject: [PATCH] tweaked white space --- apps/tv.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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):