Spelling fixes (#12041)
* Spelling fixes *Lots* of them. * Spelling breaking changes * Fix lint errors
This commit is contained in:
parent
38fd9b65bf
commit
8dcfd35b8b
138 changed files with 285 additions and 286 deletions
|
@ -48,8 +48,8 @@ class KiraRemote(Entity):
|
|||
|
||||
def send_command(self, command, **kwargs):
|
||||
"""Send a command to one device."""
|
||||
for singel_command in command:
|
||||
code_tuple = (singel_command,
|
||||
for single_command in command:
|
||||
code_tuple = (single_command,
|
||||
kwargs.get(remote.ATTR_DEVICE))
|
||||
_LOGGER.info("Sending Command: %s to %s", *code_tuple)
|
||||
self._kira.sendCode(code_tuple)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue