Skip to content

Commit

Permalink
Added initial metadata file plugin.yaml to web plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
msinn committed Aug 19, 2017
1 parent 52757c8 commit 087a825
Show file tree
Hide file tree
Showing 27 changed files with 203 additions and 16 deletions.
11 changes: 11 additions & 0 deletions alexa/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: web # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml

item_attributes:
# Definition of item attributes defined by this plugin

11 changes: 11 additions & 0 deletions boxcar/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: web # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml

item_attributes:
# Definition of item attributes defined by this plugin

11 changes: 11 additions & 0 deletions dwd/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: web # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml

item_attributes:
# Definition of item attributes defined by this plugin

11 changes: 11 additions & 0 deletions ical/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: web # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml

item_attributes:
# Definition of item attributes defined by this plugin

11 changes: 11 additions & 0 deletions join/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: web # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml

item_attributes:
# Definition of item attributes defined by this plugin

11 changes: 11 additions & 0 deletions mail/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: web # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml

item_attributes:
# Definition of item attributes defined by this plugin

Empty file modified mqtt_1_0/__init__.py
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion mqtt_1_0/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: interface # plugin type (gateway, interface, protocol, system, web)
type: protocol # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml
Expand Down
11 changes: 11 additions & 0 deletions mvg_live/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: web # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml

item_attributes:
# Definition of item attributes defined by this plugin

2 changes: 1 addition & 1 deletion network/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: interface # plugin type (gateway, interface, protocol, system, web)
type: protocol # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml
Expand Down
2 changes: 1 addition & 1 deletion nma/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Notify My Android
# nma - Notify My Android

## Requirements

Expand Down
11 changes: 11 additions & 0 deletions nma/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: web # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml

item_attributes:
# Definition of item attributes defined by this plugin

11 changes: 11 additions & 0 deletions odlinfo/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: web # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml

item_attributes:
# Definition of item attributes defined by this plugin

11 changes: 11 additions & 0 deletions openenergymonitor/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: web # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml

item_attributes:
# Definition of item attributes defined by this plugin

11 changes: 11 additions & 0 deletions prowl/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: web # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml

item_attributes:
# Definition of item attributes defined by this plugin

11 changes: 11 additions & 0 deletions pushbullet/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: web # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml

item_attributes:
# Definition of item attributes defined by this plugin

2 changes: 1 addition & 1 deletion speech/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Speech_Parser
# Speech Parser

## Requirements

Expand Down
11 changes: 11 additions & 0 deletions speech/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: web # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml

item_attributes:
# Definition of item attributes defined by this plugin

11 changes: 11 additions & 0 deletions tankerkoenig/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: web # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml

item_attributes:
# Definition of item attributes defined by this plugin

11 changes: 11 additions & 0 deletions telegram/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: web # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml

item_attributes:
# Definition of item attributes defined by this plugin

11 changes: 11 additions & 0 deletions traffic/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: web # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml

item_attributes:
# Definition of item attributes defined by this plugin

11 changes: 11 additions & 0 deletions wettercom/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: web # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml

item_attributes:
# Definition of item attributes defined by this plugin

Empty file modified wol/__init__.py
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion wol/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: interface # plugin type (gateway, interface, protocol, system, web)
type: protocol # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml
Expand Down
20 changes: 10 additions & 10 deletions wunderground/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: cloud # plugin type (gateway, interface, protocol, system, cloud, un-classified)
# subtype: weather # plugin subtype (if applicable)
version: 1.2.4 # Plugin version
keywords: weather # keywords, where applicable
sh_minversion: 1.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
type: web # plugin type (gateway, interface, protocol, system, web)
# subtype: weather # plugin subtype (if applicable)
version: 1.2.4 # Plugin version
keywords: weather # keywords, where applicable
sh_minversion: 1.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
description: 'Abfrage der Daten des Wetterdienstes Wunderground.com' # description (one language only, german preferred)
# description: # Alternative: description in multiple languages
# description: # Alternative: description in multiple languages
# de: 'Abfrage der Daten des Wetterdienstes Wunderground.com'
# en: 'Get weather data from wunderground.com'
documentation: https://github.com/smarthomeNG/plugins/blob/develop/wunderground/README.md # url of wiki page
maintainer: msinn # Who maintains this plugin?
# tester: # Who tests this plugin?
maintainer: msinn # Who maintains this plugin?
# tester: # Who tests this plugin?


parameters:
Expand Down
Empty file modified xmpp/__init__.py
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion xmpp/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Metadata for the plugin
plugin:
# Global plugin attributes
type: interface # plugin type (gateway, interface, protocol, system, web)
type: protocol # plugin type (gateway, interface, protocol, system, web)

plugin_parameters:
# Definition of parameters to be configured in etc/plugin.yaml
Expand Down

0 comments on commit 087a825

Please sign in to comment.