tweaked white space

This commit is contained in:
John Lancaster
2024-04-02 22:02:47 -05:00
parent da7e2b2d50
commit f64605b831

View File

@@ -48,7 +48,10 @@ class SoundBar(Hass):
self.log(f'Sending remote command: {command}') self.log(f'Sending remote command: {command}')
self.call_service( 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): def turn_on_soundbar(self, entity=None, attribute=None, old=None, new=None, kwargs=None):