Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions codes/media_player/1125.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"manufacturer": "Yamaha",
"supportedModels": [
"YAS-203"
],
"supportedController": "MQTT",
"commandsEncoding": "Raw",
Comment on lines +6 to +7
"commands": {
"on": "BUgjsRE0AuADAQGzBuAFA0AB4AMT4AcBQBvAAUALQAPAAUAL4AMDwAHAE8ABD4WcSCPoCDQC//9II+gINAI=",
"off": "BUgjsRE0AuADAQGzBuAFA0AB4AMT4AcBQBvAAUALQAPAAUAL4AMDwAHAE8ABD4WcSCPoCDQC//9II+gINAI=",
"volumeUp": "BV8jsBExAuADAQG7BuAFA0AB4AMT4AcBQBtAAUAH4AMD4AMBQBfgBwFAE8ADD4mcXyP/CDEC//9fI/8IMQI=",
"volumeDown": "BVojqhEwAuADAQHABuAFA0AB4AMT4AcB4AMb4AML4BcB4AMrD5GcWiMBCTAC//9aIwEJMAI=",
"mute": "BWIjsBEvAuADAQG+BuAFA0AB4AMT4AMBA2cCLwJAG8ABQAvAA8ABwA9AB+ADAUAPQANAAQ+ZnGIjAgkvAv//YiMCCS8C",
"sources": {
"analog": "BVMjrhEyAuADAQG7BuAFA0AB4AMT4AcBwBvgAwFAE0ABQAdAA0ABQAfAA0ABQAvAAQ",
"tv": "BUgjpBExAuADAQG+BuAFA0AB4AMT4AcB4AMb4AMLQAHAD+ALAUAbwAEPtJxII/8IMQL//0gj/wgxAg==",
"bd/dvd": "BV0jpxEwAuADAQHCBuAFA0AB4AMT4AcBQBtAAeAHB0AB4AcT4AMP4AMLD6CcXSP6CDAC//9dI/oIMAI=",
"bluetooth": "BVwjsRE3AuADAQGsBuAFA0AB4AMT4AcBwBvAAUAPQAHAB8ABQA9AA0AB4AMHC6wGNwKUnFwj9Ag3Ag=="
}
}
}
1 change: 1 addition & 0 deletions docs/MEDIA_PLAYER.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ Contributing to your own code files is welcome. However, we do not accept incomp
[1122](../codes/media_player/1122.json)|VR50590 remote|Broadlink
[1123](../codes/media_player/1123.json)|AS201|Broadlink
[1124](../codes/media_player/1124.json)|YAS-109|Broadlink
[1125](../codes/media_player/1125.json)|YAS-203|MQTT

@wiso wiso May 15, 2026

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot I can't find where it is written that "the project does not accept code files related to MQTT controllers". Cite the reference.


#### RME
| Code | Supported Models | Controller |
Expand Down
Loading