Skip to content

Commit

Permalink
plugins: move sh|py_min|max_version to str definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Morg42 committed Jun 28, 2024
1 parent 1b3730f commit cc8c556
Show file tree
Hide file tree
Showing 161 changed files with 187 additions and 189 deletions.
2 changes: 1 addition & 1 deletion alexa/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugin:
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1021150-amazon-alexa-plugin

version: 1.3.1 # Plugin version
sh_minversion: 1.3 # minimum shNG version to use this plugin
sh_minversion: '1.3' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: False # plugin supports multi instance
restartable: unknown
Expand Down
2 changes: 1 addition & 1 deletion alexa4p3/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugin:
#documentation: https://www.smarthomeng.de/user/plugins/alexa4p3/user_doc.html # url of documentation
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1021150-amazon-alexa-plugin
version: 1.0.2 # Plugin version
sh_minversion: 1.5.2 # minimum shNG version to use this plugin
sh_minversion: '1.5.2' # minimum shNG version to use this plugin
multi_instance: False # plugin supports multi instance
classname: Alexa4P3 # class containing the plugin
state: ready # State of the Plugin
Expand Down
2 changes: 1 addition & 1 deletion alexarc4shng/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugin:
tester: henfri, juergen, psilo
#documentation: https://www.smarthomeng.de/user/plugins/alexarc4shng/user_doc.html # url of documentation
version: 1.0.4 # Plugin version
sh_minversion: 1.5.2 # minimum shNG version to use this plugin
sh_minversion: '1.5.2' # minimum shNG version to use this plugin
multi_instance: False # plugin supports multi instance
classname: AlexaRc4shNG # class containing the plugin
keywords: Alexa Amazon Remote Control
Expand Down
2 changes: 1 addition & 1 deletion apcups/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugin:
#support: https://knx-user-forum.de/forum/supportforen/smarthome-py

version: 1.4.0 # Plugin version
sh_minversion: 1.9 # minimum shNG version to use this plugin
sh_minversion: '1.9' # minimum shNG version to use this plugin
#sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: True # plugin supports multi instance
restartable: unknown
Expand Down
2 changes: 1 addition & 1 deletion appletv/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugin:
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1223483-plugin-apple-tv

version: 1.6.2 # Plugin version
sh_minversion: 1.6 # minimum shNG version to use this plugin
sh_minversion: '1.6' # minimum shNG version to use this plugin
multi_instance: True # plugin supports multi instance
restartable: unknown
classname: AppleTV # class containing the plugin
Expand Down
2 changes: 1 addition & 1 deletion artnet/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugin:
# documentation: https://github.com/smarthomeNG/plugins/blob/develop/mqtt/README.md # url of documentation (wiki) page

version: 1.6.1 # Plugin version
sh_minversion: 1.5.1 # minimum shNG version to use this plugin
sh_minversion: '1.5.1' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: True
restartable: True # Plugin can be restarted safely, however, the data is not re-applied from items to the DMX-Values
Expand Down
2 changes: 1 addition & 1 deletion asterisk/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugin:
documentation: https://www.smarthomeng.de/user/plugins/asterisk/README.html
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/
version: 1.4.2 # Plugin version
sh_minversion: 1.9.0 # minimum shNG version to use this plugin
sh_minversion: '1.9.0' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
# py_minversion: 3.6 # minimum Python version to use for this plugin
# py_maxversion: # maximum Python version to use for this plugin (leave empty if latest)
Expand Down
2 changes: 1 addition & 1 deletion avdevice/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ plugin:
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1097870-neues-plugin-av-device-f%C3%BCr-yamaha-pioneer-denon-etc

version: 1.6.4 # Plugin version
sh_minversion: 1.6 # minimum shNG version to use this plugin
sh_minversion: '1.6' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: True # plugin supports multi instance
restartable: unknown
Expand Down
2 changes: 1 addition & 1 deletion avm/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugin:
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/934835-avm-plugin

version: 2.2.2 # Plugin version (must match the version specified in __init__.py)
sh_minversion: 1.8 # minimum shNG version to use this plugin
sh_minversion: '1.8' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
# py_minversion: 3.6 # minimum Python version to use for this plugin
# py_maxversion: # maximum Python version to use for this plugin (leave empty if latest)
Expand Down
2 changes: 1 addition & 1 deletion avm_smarthome/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugin:
# support: https://knx-user-forum.de/forum/supportforen/smarthome-py

version: 1.0.A # Plugin version (must match the version specified in __init__.py)
sh_minversion: 1.8 # minimum shNG version to use this plugin
sh_minversion: '1.8' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: True # plugin supports multi instance
restartable: unknown
Expand Down
2 changes: 1 addition & 1 deletion beolink/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugin:
# support: https://knx-user-forum.de/forum/supportforen/smarthome-py

version: 0.8.0 # Plugin version
sh_minversion: 1.9 # minimum shNG version to use this plugin
sh_minversion: '1.9' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: False # plugin supports multi instance
restartable: unknown
Expand Down
2 changes: 1 addition & 1 deletion blockly/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugin:
# support: https://knx-user-forum.de/forum/supportforen/smarthome-py/959964-support-thread-für-das-backend-plugin

version: 1.5.0 # Plugin version
sh_minversion: 1.4 # minimum shNG version to use this plugin
sh_minversion: '1.4' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: False # plugin supports multi instance
restartable: unknown
Expand Down
2 changes: 1 addition & 1 deletion bose_soundtouch/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugin:
support: https://knx-user-forum.de/forum/supportforen/smarthome-py

version: 1.0.1 # Plugin version
sh_minversion: 1.6 # minimum shNG version to use this plugin
sh_minversion: '1.6' # minimum shNG version to use this plugin
multi_instance: False # plugin supports multi instance
restartable: True
classname: BoseSoundtouch # class containing the plugin
Expand Down
4 changes: 2 additions & 2 deletions bsblan/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ plugin:
support:

version: 1.0.2 # Plugin version
sh_minversion: 1.8 # minimum shNG version to use this plugin
sh_minversion: '1.8' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
py_minversion: 3.7 # minimum Python version to use this plugin
py_minversion: '3.7' # minimum Python version to use this plugin
# py_maxversion: # maximum Python version to use this plugin (leave empty if latest)
multi_instance: False # plugin supports multi instance
restartable: unknown
Expand Down
2 changes: 1 addition & 1 deletion buderus/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugin:
# support: https://knx-user-forum.de/forum/supportforen/smarthome-py

version: 1.0.2 # Plugin version
sh_minversion: 1.1 # minimum shNG version to use this plugin
sh_minversion: '1.1' # minimum shNG version to use this plugin
#sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
restartable: True
multi_instance: False # plugin supports multi instance
Expand Down
4 changes: 2 additions & 2 deletions byd_bat/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ plugin:
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1886748-support-thread-f%C3%BCr-das-byd-batterie-plugin

version: 0.1.3 # Plugin version (must match the version specified in __init__.py)
sh_minversion: 1.9 # minimum shNG version to use this plugin
sh_minversion: '1.9' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
py_minversion: 3.9 # minimum Python version to use for this plugin
py_minversion: '3.9' # minimum Python version to use for this plugin
# py_maxversion: # maximum Python version to use for this plugin (leave empty if latest)
multi_instance: false # plugin supports multi instance
restartable: true
Expand Down
2 changes: 1 addition & 1 deletion casambi/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugin:
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1496182-supportthread-f%C3%BCr-casambi-plugin

version: 1.7.6 # Plugin version (must match the version specified in __init__.py)
sh_minversion: 1.7 # minimum shNG version to use this plugin
sh_minversion: '1.7' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: False # plugin supports multi instance
restartable: unknown
Expand Down
2 changes: 1 addition & 1 deletion cli/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugin:
documentation: ''

version: 1.8.2 # Plugin version
sh_minversion: 1.9.0 # minimum shNG version to use this plugin
sh_minversion: '1.9.0' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: true # plugin supports multi instance
restartable: true
Expand Down
2 changes: 1 addition & 1 deletion co2meter/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugin:
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1165010-supportthread-f%C3%BCr-das-co2meter-plugin

version: 1.3.2 # Plugin version
sh_minversion: 1.6 # minimum shNG version to use this plugin
sh_minversion: '1.6' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: False # plugin supports multi instance
restartable: unknown
Expand Down
2 changes: 1 addition & 1 deletion comfoair/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugin:
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/31291-neues-plugin-comfoair-kwl-wohnraumlüftung-zehnder-paul-wernig

version: 1.3.1 # Plugin version
sh_minversion: 1.3 # minimum shNG version to use this plugin
sh_minversion: '1.3' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: false
restartable: true
Expand Down
2 changes: 1 addition & 1 deletion darksky/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugin:
documentation: 'https://www.smarthomeng.de/user/plugins/darksky/user_doc.html'
support: 'https://knx-user-forum.de/forum/supportforen/smarthome-py/1244744'
version: 1.7.2 # Plugin version
sh_minversion: 1.7 # minimum shNG version to use this plugin
sh_minversion: '1.7' # minimum shNG version to use this plugin
#sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: True # plugin supports multi instance
restartable: True
Expand Down
2 changes: 1 addition & 1 deletion dashbutton/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugin:
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1005266-plugin-amazon-dashbutton

version: 1.3.1 # Plugin version
sh_minversion: 1.5 # minimum shNG version to use this plugin
sh_minversion: '1.5' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: False # plugin supports multi instance
restartable: unknown
Expand Down
2 changes: 1 addition & 1 deletion database/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugin:
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1021844-neues-database-plugin

version: 1.6.12 # Plugin version
sh_minversion: 1.9.3.2 # minimum shNG version to use this plugin
sh_minversion: '1.9.3.2' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: True # plugin supports multi instance
restartable: unknown
Expand Down
2 changes: 1 addition & 1 deletion datalog/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugin:

# Following entries are for Smart-Plugins:
version: 1.5.2 # Plugin version
sh_minversion: 1.5 # minimum shNG version to use this plugin
sh_minversion: '1.5' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: True
restartable: True
Expand Down
4 changes: 2 additions & 2 deletions db_addon/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ plugin:
# documentation: https://github.com/smarthomeNG/smarthome/wiki/CLI-Plugin # url of documentation (wiki) page
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1848494-support-thread-databaseaddon-plugin
version: 1.2.8 # Plugin version (must match the version specified in __init__.py)
sh_minversion: 1.9.3.5 # minimum shNG version to use this plugin
sh_minversion: '1.9.3.5' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
py_minversion: 3.8 # minimum Python version to use for this plugin
py_minversion: '3.8' # minimum Python version to use for this plugin
# py_maxversion: # maximum Python version to use for this plugin (leave empty if latest)
multi_instance: false # plugin supports multi instance
restartable: unknown
Expand Down
2 changes: 1 addition & 1 deletion deebot_ozmo/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugin:
# support: https://knx-user-forum.de/forum/supportforen/smarthome-py

version: 1.7.2 # Plugin version (must match the version specified in __init__.py)
sh_minversion: 1.5 # minimum shNG version to use this plugin
sh_minversion: '1.5' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: True # plugin supports multi instance
restartable: true
Expand Down
4 changes: 2 additions & 2 deletions denon/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugin:
state: develop
keywords: iot device av denon sdp
version: 1.0.1
sh_minversion: 1.9.5
py_minversion: 3.7
sh_minversion: '1.9.5'
py_minversion: '3.7'
multi_instance: false
restartable: true
classname: denon
Expand Down
4 changes: 2 additions & 2 deletions dlms/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ plugin:
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1002464-support-thread-für-dlms-plugin

version: 1.9.5 # Plugin version
sh_minversion: 1.8 # minimum shNG version to use this plugin
sh_minversion: '1.8' # minimum shNG version to use this plugin
#sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
py_minversion: 3.6 # minimum Python version to use for this plugin, due to f-strings
py_minversion: '3.6' # minimum Python version to use for this plugin, due to f-strings
# py_maxversion: # maximum Python version to use for this plugin (leave empty if latest)
multi_instance: True # plugin supports multi instance
restartable: unknown
Expand Down
2 changes: 1 addition & 1 deletion dmx/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugin:
support: https://knx-user-forum.de/forum/supportforen/smarthome-py

version: 1.6.0 # Plugin version
sh_minversion: 1.4.0 # minimum shNG version to use this plugin
sh_minversion: '1.4.0' # minimum shNG version to use this plugin
#sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: False # plugin supports multi instance
restartable: unknown
Expand Down
2 changes: 1 addition & 1 deletion drexelundweiss/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugin:
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/34582-drexel-weiss-plugin

version: 1.5.4 # Plugin version
sh_minversion: 1.5 # minimum shNG version to use this plugin
sh_minversion: '1.5' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: False # plugin supports multi instance
restartable: unknown
Expand Down
2 changes: 1 addition & 1 deletion ebus/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugin:

# Following entries are for Smart-Plugins:
version: 1.6.0 # Plugin version
sh_minversion: 1.5 # minimum shNG version to use this plugin
sh_minversion: '1.5' # minimum shNG version to use this plugin
#sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: False
restartable: unknown
Expand Down
2 changes: 1 addition & 1 deletion enigma2/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugin:
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/943871-enigma2-plugin

version: 1.4.13 # Plugin version
sh_minversion: 1.6 # minimum shNG version to use this plugin
sh_minversion: '1.6' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: True # plugin supports multi instance
restartable: unknown
Expand Down
2 changes: 1 addition & 1 deletion enocean/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugin:
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/26542-featurewunsch-enocean-plugin/page13

version: 1.4.0 # Plugin version
sh_minversion: 1.3 # minimum shNG version to use this plugin
sh_minversion: '1.3'1. # minimum shNG version to use this plugin
#sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: False # plugin supports multi instance
restartable: unknown
Expand Down
4 changes: 2 additions & 2 deletions epson/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugin:
state: develop
keywords: iot device av epson sdp
version: 1.0.0
sh_minversion: 1.9.5
py_minversion: 3.7
sh_minversion: '1.9.5'
py_minversion: '3.7'
multi_instance: false
restartable: true
classname: epson
Expand Down
2 changes: 1 addition & 1 deletion eta_pu/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugin:
# support: https://knx-user-forum.de/forum/supportforen/smarthome-py

version: 1.1.1 # Plugin version
sh_minversion: 1.1 # minimum shNG version to use this plugin
sh_minversion: '1.1' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: False # plugin supports multi instance
restartable: unknown
Expand Down
Loading

0 comments on commit cc8c556

Please sign in to comment.