From 32550e73741784917484d832089020262857e299 Mon Sep 17 00:00:00 2001 From: David Zingg Date: Tue, 19 Nov 2019 21:35:43 +0100 Subject: [PATCH] Beschreibung angepasst --- .idea/workspace.xml | 24 +++++++++++++++++++++++- octoprint_mystromswitch/__init__.py | 10 +++++----- setup.py | 2 +- 3 files changed, 29 insertions(+), 7 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9228c10..9ebdbdf 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,14 +1,25 @@ - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/octoprint_mystromswitch/__init__.py b/octoprint_mystromswitch/__init__.py index ea3e757..59e8959 100644 --- a/octoprint_mystromswitch/__init__.py +++ b/octoprint_mystromswitch/__init__.py @@ -413,22 +413,22 @@ class shutdownprinterPlugin(octoprint.plugin.SettingsPlugin, def get_update_information(self): return dict( shutdownprinter=dict( - displayName="Shutdown Printer", + displayName="OctoPrint-MyStromSwitch", displayVersion=self._plugin_version, # version check: github repository type="github_release", - user="devildant", - repo="OctoPrint-ShutdownPrinter", + user="da4id", + repo="OctoPrint-MyStromSwitch", current=self._plugin_version, # update method: pip w/ dependency links - pip="https://github.com/devildant/OctoPrint-ShutdownPrinter/archive/{target_version}.zip" + pip="https://github.com/da4id/OctoPrint-MyStromSwitch/archive/master.zip" ) ) -__plugin_name__ = "Shutdown Printer" +__plugin_name__ = "OctoPrint-MyStromSwitch" def __plugin_load__(): diff --git a/setup.py b/setup.py index 307caa7..537e474 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ plugin_author = "David Zingg" plugin_author_email = "" # The plugin's homepage URL. Can be overwritten within OctoPrint's internal data via __plugin_url__ in the plugin module -plugin_url = "https://github.com/devildant/OctoPrint-ShutdownPrinter" +plugin_url = "https://github.com/da4id/OctoPrint-MyStromSwitch" # The plugin's license. Can be overwritten within OctoPrint's internal data via __plugin_license__ in the plugin module plugin_license = "AGPLv3"