Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: k4cg/Rezeptionistin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3bd74513f07b
Choose a base ref
...
head repository: k4cg/Rezeptionistin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: befb6fef8448
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 27, 2018

  1. Copy the full SHA
    132b549 View commit details
  2. Merge pull request #37 from blarz/add-temp-units

    Add temperature unit to status string
    noqqe authored Mar 27, 2018
    Copy the full SHA
    befb6fe View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 language.ini
4 changes: 2 additions & 2 deletions language.ini
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ open_str3 = Nope. {d} Geraete im Wifi und die Tuer ist {door}.

# status.py - Open Status Plugin
status_help = !status - Zeigt Uebersicht fuer (fast) alle Sensoren
status_str1 = Hosts im Wifi: {hosts}, Temp: {temp}, Tuer: {door}, Lautstaerke: {noise}.
status_str1 = Hosts im Wifi: {hosts}, Temp: {temp}°C, Tuer: {door}, Lautstaerke: {noise}.
status_error = Konnte status.json nicht von der Heimat abholen.

# playlist.py - Playlist plugin
@@ -128,7 +128,7 @@ open_str3 = Nope. {d} devices and door is {door}.
# status.py - Open Status Plugin
status_help = !status - Shows overview for (nearly) all sensors
status_str1 = Hosts: {hosts}, Temp: {temp}, Door: {door}, Noise: {noise}
status_str1 = Hosts: {hosts}, Temp: {temp}°C, Door: {door}, Noise: {noise}
status_error = Could not fetch status.json from heimat
# playlist.py - Playlist plugin