tweaked white space
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user