Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Domoticz-Steam-Plugin #61

Merged
merged 1 commit into from
Jan 14, 2025
Merged
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
Added Domoticz-Steam-Plugin
galadril authored Jan 7, 2025

Verified

This commit was signed with the committer’s verified signature.
b-zee Benno
commit 530c9093234b585633c88369bfd9d5389a468aa4
6 changes: 4 additions & 2 deletions plugin.py
Original file line number Diff line number Diff line change
@@ -7,9 +7,9 @@


"""
<plugin key="PP-MANAGER" name="Python Plugin Manager" author="ycahome" version="1.5.44" externallink="https://www.domoticz.com/forum/viewtopic.php?f=65&t=22339">
<plugin key="PP-MANAGER" name="Python Plugin Manager" author="ycahome" version="1.5.45" externallink="https://www.domoticz.com/forum/viewtopic.php?f=65&t=22339">
<description>
<h2>Python Plugin Manager v.1.5.42</h2><br/>
<h2>Python Plugin Manager 1.5.45</h2><br/>
<h3>Features</h3>
<ul style="list-style-type:square">
<li>Install plugins</li>
@@ -76,6 +76,7 @@
<option label="Sonos Players" value="Sonos"/>
<option label="Sonoff Mini" value="sonoff-domoticz-plugin"/>
<option label="Sony Bravia TV (with Kodi remote)" value="sony"/>
<option label="Steam" value="steam"/>
<option label="Synology SurveillanceStation" value="SurveillanceStation"/>
<option label="SYSFS-Switches" value="SYSFS-Switches"/>
<option label="Tuya" value="tuyaha"/>
@@ -202,6 +203,7 @@ def __init__(self):
"Sonos": ["gerard33", "sonos", "Sonos Players", "master"],
"sonoff-domoticz-plugin": ["bobzomer", "sonoff-domoticz-plugin", "Sonoff Mini", "master"],
"sony": ["gerard33", "sony-bravia", "Sony Bravia TV (with Kodi remote)", "master"],
"steam": ["galadril", "Domoticz-Steam-Plugin", "Steam player status", "master"],
"Synology SurveillanceStation": ["lolautruche", "SurveillanceStationDomoticz", "Synology SurveillanceStation", "master"],
"SYSFS-Switches": ["flatsiedatsie", "GPIO-SYSFS-Switches", "SYSFS-Switches", "master"],
"tuyaha": ["guino", "tuyaha", "Tuya", "master"],