We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c945c79 commit ab9f457Copy full SHA for ab9f457
lnxlink/modules/steam.py
@@ -34,7 +34,7 @@ def exposed_controls(self):
34
mygames.sort()
35
mygames.insert(0, "Stopped")
36
discovery_info = {
37
- "Game Select": {
+ "Steam Game Select": {
38
"type": "select",
39
"icon": "mdi:steam",
40
"options": mygames,
0 commit comments