[PR #1198] [MERGED] New script: ps5-mqtt #3047

Closed
opened 2026-02-26 13:32:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1198
Author: @liecno
Created: 1/3/2025
Status: Merged
Merged: 1/9/2025
Merged by: @MickLesk

Base: mainHead: main


📝 Commits (10+)

  • 62b9e84 Add ps5-mqtt script
  • 447357f Update location of currently installed version for ps5-mqtt script
  • fc0647e Add version number to update information for ps5-mqtt script
  • 69473f4 Reformat dependencies when installing ps5-mqtt
  • 720d170 Remove superfluous information messages when installing ps5-mqtt
  • e82d88f Remove superfluous comment from ps5-mqtt install script
  • 44c9b4e Improve wording for the config location for the ps5-mqtt script
  • 664f28a Remove superfluous empty lines in ps5-mqtt install script
  • 399484f Merge branch 'community-scripts:main' into main
  • 15e8858 Reorder code structure for ps5-mqtt script

📊 Changes

3 files changed (+224 additions, -0 deletions)

View changed files

ct/ps5-mqtt.sh (+76 -0)
install/ps5-mqtt-install.sh (+109 -0)
json/ps5-mqtt.json (+39 -0)

📄 Description

✍️ Description

Add scripts for PS5-MQTT, useful then using home-assistant core scripts.


🛠️ Type of Change

Please check the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)
  • Documentation updated (I have updated any relevant documentation)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/1198 **Author:** [@liecno](https://github.com/liecno) **Created:** 1/3/2025 **Status:** ✅ Merged **Merged:** 1/9/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`62b9e84`](https://github.com/community-scripts/ProxmoxVE/commit/62b9e845a84210cd5b5ba9efb529669a6ed2865a) Add ps5-mqtt script - [`447357f`](https://github.com/community-scripts/ProxmoxVE/commit/447357f5620093df354e320d783fba450b432bfc) Update location of currently installed version for ps5-mqtt script - [`fc0647e`](https://github.com/community-scripts/ProxmoxVE/commit/fc0647e5b0281f498a02440d8b839d990ef01325) Add version number to update information for ps5-mqtt script - [`69473f4`](https://github.com/community-scripts/ProxmoxVE/commit/69473f4ac41ef28a92690fb9f6cad1328385d4e7) Reformat dependencies when installing ps5-mqtt - [`720d170`](https://github.com/community-scripts/ProxmoxVE/commit/720d17094921fc7d78c0e0d0a3b9ba69fc59bc3b) Remove superfluous information messages when installing ps5-mqtt - [`e82d88f`](https://github.com/community-scripts/ProxmoxVE/commit/e82d88ff80e0f2055d0355ad881777e21de24d15) Remove superfluous comment from ps5-mqtt install script - [`44c9b4e`](https://github.com/community-scripts/ProxmoxVE/commit/44c9b4e59952d7132683e28fbb0583ab20417085) Improve wording for the config location for the ps5-mqtt script - [`664f28a`](https://github.com/community-scripts/ProxmoxVE/commit/664f28a4cbf003b998a8f665c970dba750378961) Remove superfluous empty lines in ps5-mqtt install script - [`399484f`](https://github.com/community-scripts/ProxmoxVE/commit/399484f3ee664437415659011780cba542ca4ece) Merge branch 'community-scripts:main' into main - [`15e8858`](https://github.com/community-scripts/ProxmoxVE/commit/15e8858ead766c842660e854284a2ef9fa8e4aa1) Reorder code structure for ps5-mqtt script ### 📊 Changes **3 files changed** (+224 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/ps5-mqtt.sh` (+76 -0) ➕ `install/ps5-mqtt-install.sh` (+109 -0) ➕ `json/ps5-mqtt.json` (+39 -0) </details> ### 📄 Description ## ✍️ Description Add scripts for PS5-MQTT, useful then using home-assistant core scripts. --- ## 🛠️ Type of Change Please check the relevant options: - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [X] New script (a fully functional and thoroughly tested script or set of scripts) --- ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [X] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [X] Testing performed (I have thoroughly tested my changes and verified expected functionality.) - [X] Documentation updated (I have updated any relevant documentation) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:32:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#3047
No description provided.