From cb38928b8de8933e700fe6e86ffd49f6ccf10814 Mon Sep 17 00:00:00 2001 From: Jens Maus Date: Fri, 17 Jun 2022 22:11:45 +0200 Subject: [PATCH] URL/name fixes. --- .travis.yml | 14 -------------- README.md | 3 +-- hm2mqtt-addon/addon/www/index.html | 6 +++--- hm2mqtt-addon/rc.d/hm2mqtt | 2 +- 4 files changed, 5 insertions(+), 20 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0d93811..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: java -before_deploy: "gradle jar addon" -deploy: - provider: releases - api_key: - secure: BSI9PlQhhOMXUm2cr8YZs+yT5vX+dLyuPNpx8uvbO1R4TvnT2hZlVt4CDV3iQUNxMF5dD+1NIbZGKfXYk7bH2Ei8AGpiObhl7peFjX9wezqV5aRct2A3eS50mO7uzD3DOt7+6jcpVzTzwiNuzRkWRuSsOocTQc5kE4A5OfcAspY= - file: - - "build/libs/hm2mqtt.jar" - - "build/distributions/hm2mqtt-addon.tar.gz" - skip_cleanup: true - on: - repo: owagner/hm2mqtt - tags: true - all_branches: true diff --git a/README.md b/README.md index 3324745..992b850 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,8 @@ Dependencies It is possible to run hm2mqtt directly on a CCU2, using the Embedded JRE. Courtesy of hobbyquaker, a CCU2 addon wrapper is available. -[![Build Status](https://travis-ci.org/owagner/hm2mqtt.png)](https://travis-ci.org/owagner/hm2mqtt) Automatically built jars (and the CCU2 addon) can be downloaded from the release page on GitHub at -https://github.com/owagner/hm2mqtt/releases +https://github.com/homematic-community/hm2mqtt/releases Device names and topic structure diff --git a/hm2mqtt-addon/addon/www/index.html b/hm2mqtt-addon/addon/www/index.html index 6c81f50..2121664 100644 --- a/hm2mqtt-addon/addon/www/index.html +++ b/hm2mqtt-addon/addon/www/index.html @@ -228,10 +228,10 @@
- © 2015-16 Oliver Wagner owagner@tellerulam.com https://github.com/owagner/hm2mqtt -
Provided under the terms of the MIT license. + © 2015-16 Oliver Wagner owagner@tellerulam.com https://github.com/homematic-community/hm2mqtt +
Provided under the terms of the MIT license.

Fehler: Keine gültige Session

Zurück zum Login -
\ No newline at end of file + diff --git a/hm2mqtt-addon/rc.d/hm2mqtt b/hm2mqtt-addon/rc.d/hm2mqtt index a96f301..8866b26 100755 --- a/hm2mqtt-addon/rc.d/hm2mqtt +++ b/hm2mqtt-addon/rc.d/hm2mqtt @@ -22,7 +22,7 @@ start() { info() { VER=`cat /usr/local/addons/hm2mqtt/VERSION` echo "Info: hm2mqtt CCU Addon
" - echo "Info: https://github.com/owagner/hm2mqtt" + echo "Info: https://github.com/homematic-community/hm2mqtt" echo "Name: hm2mqtt" echo "Version: $VER" echo "Operations: uninstall restart"