[iobroker-bot] Fix keywords in package.json and io-package.json #108
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
German description can be found below
Deutsche Beschreibung weiter unten
General information
This PR has been created by iobroker-bot. Please review the changes carefully and merge the PR if the review is ok.
Feel free to contact me (@ioBroker-Bot) if you have any questions or feel that a PR is faulty. Please open an issue at repository https://github.com/ioBroker/ioBroker.repochecker to report a faulty PR.
And THANKS A LOT for maintaining this adapter from me and all users.
Let's work together for the best user experience.
your
ioBroker Check and Service Bot
@mcm1957 for evidence
Changes provided by this PR
This PR fixes the following warnings created by the repository checker:
Background
Keywords are important for users to find adapters in the ioBroker repository. The repository checker enforces certain rules for keywords to ensure consistency and discoverability:
Changes
This PR performs the following modifications:
In package.json:
In io-package.json:
Formatting Preservation:
The script uses string-based manipulation to preserve the original JSON formatting:
This ensures minimal, surgical changes to your files, making diffs easy to review and avoiding unnecessary formatting changes.
Deutsche Beschreibung
Allgemeine Informationen
Dieser PR wurde von iobroker-bot erstellt. Bitte die Änderungen sorgfältig prüfen und den PR bei erfolgreicher Prüfung mergen.
Bei Fragen oder falls ein PR fehlerhaft erscheint, bitte mich (@ioBroker-Bot) kontaktieren. Zum Melden eines fehlerhaften PR bitte ein Issue im Repository https://github.com/ioBroker/ioBroker.repochecker öffnen.
VIELEN DANK für die Wartung dieses Adapters von mir und allen Nutzern.
Gemeinsam für die beste Benutzererfahrung arbeiten.
Euer
ioBroker Check and Service Bot
@mcm1957 zur Kenntnisnahme
Durch diesen PR bereitgestellte Änderungen
Dieser PR behebt die folgenden Warnungen des Repository Checkers:
Hintergrund
Keywords sind wichtig, damit Nutzer Adapter im ioBroker Repository finden können. Der Repository Checker erzwingt bestimmte Regeln für Keywords, um Konsistenz und Auffindbarkeit sicherzustellen:
Änderungen
Dieser PR führt folgende Änderungen durch:
In package.json:
In io-package.json:
Formatierungserhaltung:
Das Skript verwendet stringbasierte Manipulation, um die ursprüngliche JSON-Formatierung zu erhalten:
Dies gewährleistet minimale, chirurgische Änderungen an den Dateien, sodass Diffs leicht zu überprüfen sind und unnötige Formatierungsänderungen vermieden werden.
Template: W0040-fixKeywords