Skip to content

Commit 80657bf

Browse files
iMicknlCopilot
andcommitted
Update default label in OverkizClient methods to "pyOverkiz" for consistency
Co-authored-by: Copilot <copilot@github.com>
1 parent 0176c9a commit 80657bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyoverkiz/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ async def _execute_action_group_direct(
545545
self,
546546
actions: list[Action],
547547
mode: ExecutionMode | None = None,
548-
label: str | None = "python-overkiz-api",
548+
label: str | None = "pyOverkiz",
549549
) -> str:
550550
"""Execute a non-persistent action group directly (internal method).
551551
@@ -563,7 +563,7 @@ async def execute_action_group(
563563
self,
564564
actions: list[Action],
565565
mode: ExecutionMode | None = None,
566-
label: str | None = "python-overkiz-api",
566+
label: str | None = "pyOverkiz",
567567
) -> str:
568568
"""Execute an ad-hoc action group built from the given actions.
569569

0 commit comments

Comments
 (0)