-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[comfoair] documentation fixes and german i18n #8392
Conversation
Signed-off-by: Hans Böhm <[email protected]>
Signed-off-by: Hans Böhm <[email protected]>
Travis tests were successfulHey @boehan, |
Number comfoairFilterPeriod "Filter period [%d weeks]" <clock> (ComfoAir) {channel="comfoair:comfoair:myComfoAir:menuP2#filterWeeks"} | ||
|
||
// Messages | ||
String comfoairError "Error: [%s]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:errors#errorMessage"} | ||
Number:Time comfoairFilterRuntime "Filter runtime [%.0f h]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:times#filterHours"} | ||
String comfoairError "Error: [%s]" (ComfoAir) {channel="comfoair:comfoair:myComfoAir:errors#errorMessage"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since your changing this. I don't see a channel errors#errorMessage
in this binding, maybe fix that too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. Fixed!
Signed-off-by: Hans Böhm <[email protected]>
Travis tests were successfulHey @boehan, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Hans Böhm <[email protected]>
Signed-off-by: Hans Böhm <[email protected]>
Signed-off-by: Hans Böhm <[email protected]>
Found and fixed some mistakes in the binding documentation and added german translation.