Skip to content

Commit

Permalink
URL/name fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Jun 17, 2022
1 parent 808d5ae commit cb38928
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 20 deletions.
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions hm2mqtt-addon/addon/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,10 @@
<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>
</div>
<div class="ruler"></div>
&copy; 2015-16 Oliver Wagner <a href="mailto:owagner@tellerulam.com">owagner@tellerulam.com</a> <a href="https://github.com/owagner/hm2mqtt">https://github.com/owagner/hm2mqtt</a>
<br>Provided under the terms of the <a href="https://raw.githubusercontent.com/owagner/hm2mqtt/master/LICENSE">MIT license</a>.
&copy; 2015-16 Oliver Wagner <a href="mailto:owagner@tellerulam.com">owagner@tellerulam.com</a> <a href="https://github.com/homematic-community/hm2mqtt">https://github.com/homematic-community/hm2mqtt</a>
<br>Provided under the terms of the <a href="https://raw.githubusercontent.com/homematic-community/hm2mqtt/master/LICENSE">MIT license</a>.
</div>
<div id="invalid_session">
<h3 style="color:red">Fehler: Keine gültige Session</h3>
<a href="/">Zurück zum Login</a>
</div>
</div>
2 changes: 1 addition & 1 deletion hm2mqtt-addon/rc.d/hm2mqtt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ start() {
info() {
VER=`cat /usr/local/addons/hm2mqtt/VERSION`
echo "Info: <b>hm2mqtt CCU Addon</b><br>"
echo "Info: <a href="https://github.com/owagner/hm2mqtt" target="_blank">https://github.com/owagner/hm2mqtt</a>"
echo "Info: <a href="https://github.com/homematic-community/hm2mqtt" target="_blank">https://github.com/homematic-community/hm2mqtt</a>"
echo "Name: hm2mqtt"
echo "Version: $VER"
echo "Operations: uninstall restart"
Expand Down

0 comments on commit cb38928

Please sign in to comment.