update plugin details and author information; change username and URLs

This commit is contained in:
2025-03-02 09:38:56 +01:00
parent d0fd4a5434
commit 7a0293bac7
3 changed files with 9 additions and 9 deletions

View File

@ -245,7 +245,7 @@ class BambuVirtualPrinter:
serial=self._settings.get(["serial"]),
host=self._settings.get(["host"]),
username=(
"bblp"
"bambuocto"
if self._settings.get_boolean(["local_mqtt"])
else self._settings.get(["username"])
),