Fixes some grammar mistakes (#84283)
This commit is contained in:
parent
2c238baa24
commit
7142b4ecac
27 changed files with 28 additions and 28 deletions
|
@ -94,7 +94,7 @@ def soco_error(
|
|||
|
||||
|
||||
def _find_target_identifier(instance: Any, fallback_soco: SoCo | None) -> str | None:
|
||||
"""Extract the the best available target identifier from the provided instance object."""
|
||||
"""Extract the best available target identifier from the provided instance object."""
|
||||
if entity_id := getattr(instance, "entity_id", None):
|
||||
# SonosEntity instance
|
||||
return entity_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue