[iobroker-bot] Remove deprecated fa-icon from adminTab in io-package.json #989
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 warning [W1084] "fa-icon" in adminTab is deprecated for Admin 5. Please remove from io-package.json. reported by the ioBroker repository checker.
Background
The
fa-iconattribute in theadminTabsection ofio-package.jsonwas used to specify Font Awesome icons for the admin interface. However, with the introduction of Admin 5, this attribute is deprecated and no longer supported.Admin 5 uses a different icon system and the
fa-iconproperty is ignored. Keeping this deprecated attribute in the configuration can cause confusion and generates warnings from the repository checker.For more detailed information about this change, please see:
https://github.com/ioBroker/create-adapter/blob/v3.1.1/docs/updates/20250102_remove_admin_tab_fa_icon.md#remove-fa-icon-from-admin-tabs-for-admin-5-compatibility
More information about io-package.json attributes can be found in the ioBroker documentation.
Changes
This PR removes the deprecated
fa-iconattribute from theadminTabsection inio-package.json. This change ensures: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. Bitte ein Issue im Repository https://github.com/ioBroker/ioBroker.repochecker öffnen, um einen fehlerhaften PR zu melden.
Und VIELEN DANK für die Pflege 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 Warnung [W1084] "fa-icon" in adminTab is deprecated for Admin 5. Please remove from io-package.json., die vom ioBroker Repository Checker gemeldet wurde.
Hintergrund
Das Attribut
fa-iconim AbschnittadminTabderio-package.jsonwurde verwendet, um Font Awesome-Icons für die Admin-Oberfläche anzugeben. Mit der Einführung von Admin 5 ist dieses Attribut jedoch veraltet und wird nicht mehr unterstützt.Admin 5 verwendet ein anderes Icon-System und die Eigenschaft
fa-iconwird ignoriert. Das Beibehalten dieses veralteten Attributs in der Konfiguration kann zu Verwirrung führen und erzeugt Warnungen vom Repository Checker.Weitere detaillierte Informationen zu dieser Änderung finden Sie unter:
https://github.com/ioBroker/create-adapter/blob/v3.1.1/docs/updates/20250102_remove_admin_tab_fa_icon.md#remove-fa-icon-from-admin-tabs-for-admin-5-compatibility
Weitere Informationen zu io-package.json-Attributen finden sich in der ioBroker-Dokumentation.
Änderungen
Dieser PR entfernt das veraltete Attribut
fa-iconaus dem AbschnittadminTabin derio-package.json. Diese Änderung stellt sicher:Template: W1084-removeCommaonAdminTabFa-icon