Skip to content

Commit cb38928

Browse files
committed
URL/name fixes.
1 parent 808d5ae commit cb38928

File tree

4 files changed

+5
-20
lines changed

4 files changed

+5
-20
lines changed

.travis.yml

-14
This file was deleted.

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ Dependencies
2929
It is possible to run hm2mqtt directly on a CCU2, using the Embedded JRE. Courtesy of hobbyquaker,
3030
a CCU2 addon wrapper is available.
3131

32-
[![Build Status](https://travis-ci.org/owagner/hm2mqtt.png)](https://travis-ci.org/owagner/hm2mqtt)
3332
Automatically built jars (and the CCU2 addon) can be downloaded from the release page on GitHub at
34-
https://github.com/owagner/hm2mqtt/releases
33+
https://github.com/homematic-community/hm2mqtt/releases
3534

3635

3736
Device names and topic structure

hm2mqtt-addon/addon/www/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@
228228
<label style="float:left" for="options"><small>Expert Settings</small></label><div style="margin-left: 16em"><input style="float:left" id="enable_options" type="checkbox"></div><div style="margin-left: 18em; margin-right:6px"><input disabled="disabled" type="text" style="width: 100%;" id="options"></div>
229229
</div>
230230
<div class="ruler"></div>
231-
&copy; 2015-16 Oliver Wagner <a href="mailto:[email protected]">[email protected]</a> <a href="https://github.com/owagner/hm2mqtt">https://github.com/owagner/hm2mqtt</a>
232-
<br>Provided under the terms of the <a href="https://raw.githubusercontent.com/owagner/hm2mqtt/master/LICENSE">MIT license</a>.
231+
&copy; 2015-16 Oliver Wagner <a href="mailto:[email protected]">[email protected]</a> <a href="https://github.com/homematic-community/hm2mqtt">https://github.com/homematic-community/hm2mqtt</a>
232+
<br>Provided under the terms of the <a href="https://raw.githubusercontent.com/homematic-community/hm2mqtt/master/LICENSE">MIT license</a>.
233233
</div>
234234
<div id="invalid_session">
235235
<h3 style="color:red">Fehler: Keine gültige Session</h3>
236236
<a href="/">Zurück zum Login</a>
237-
</div>
237+
</div>

hm2mqtt-addon/rc.d/hm2mqtt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ start() {
2222
info() {
2323
VER=`cat /usr/local/addons/hm2mqtt/VERSION`
2424
echo "Info: <b>hm2mqtt CCU Addon</b><br>"
25-
echo "Info: <a href="https://github.com/owagner/hm2mqtt" target="_blank">https://github.com/owagner/hm2mqtt</a>"
25+
echo "Info: <a href="https://github.com/homematic-community/hm2mqtt" target="_blank">https://github.com/homematic-community/hm2mqtt</a>"
2626
echo "Name: hm2mqtt"
2727
echo "Version: $VER"
2828
echo "Operations: uninstall restart"

0 commit comments

Comments
 (0)