-
-
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
[innogysmarthome] Updated Auth-links in docs #8039
Conversation
Signed-off-by: Marco Mans <[email protected]>
Travis tests were successfulHey @mmans, |
1 similar comment
Travis tests were successfulHey @mmans, |
Signed-off-by: Marco Mans <[email protected]>
Travis tests were successfulHey @mmans, |
Signed-off-by: Marco Mans <[email protected]>
mmmmh.... Jenkins fails on a binding that I didn't touch :( |
Signed-off-by: Marco Mans <[email protected]>
Travis tests were successfulHey @mmans, |
...rc/main/java/org/openhab/binding/innogysmarthome/internal/client/entity/message/Message.java
Outdated
Show resolved
Hide resolved
@@ -4,17 +4,17 @@ binding.innogysmarthome.description = Das innogy SmartHome Binding verbindet Dei | |||
|
|||
# thing types | |||
thing-type.innogysmarthome.bridge.label = innogy SmartHome Zentrale | |||
thing-type.innogysmarthome.bridge.description = Der innogy SmartHome Controller (SHC) ist die Zentrale f�r das innogy SmartHome System. | |||
thing-type.innogysmarthome.bridge.description = Der innogy SmartHome Controller (SHC) ist die Zentrale für das innogy SmartHome System. |
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.
What happend here? Did you change line endings? Where they wrong? or did you editor break the encoding of this file?
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.
yep. after commit i saw that the encoding was broken. so i had to fix all "umlauts"
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.
What happend is. This file should be encoded ISO-8859
as per definition of java properties files. You saved it and it was converted to UTF-8
, which causes the umlauts to become broken. You then 'fixed' the umlauts. However the file is now encoded UTF-8
instead of ISO-8859
. Which is why it shows up as a diff here on GitHub.
Did you make any changes to this file? I can't find a change. In which case you should just reset it to the original file.
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.
Thx for your explanation. I just changed the auth url. I will fix this.
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.
I always had this kind of encoding problems. Now I know why... after all those years :D You're never too old to learn. Thx again!
Signed-off-by: Marco Mans <[email protected]>
Travis tests were successfulHey @mmans, |
Signed-off-by: Marco Mans <[email protected]>
Signed-off-by: Marco Mans <[email protected]> Signed-off-by: CSchlipp <[email protected]>
Signed-off-by: Marco Mans <[email protected]> Signed-off-by: MPH80 <[email protected]>
Signed-off-by: Marco Mans <[email protected]>
Signed-off-by: Marco Mans <[email protected]>
Signed-off-by: Marco Mans <[email protected]>
Signed-off-by: Marco Mans <[email protected]>
Signed-off-by: Marco Mans <[email protected]> Signed-off-by: Daan Meijer <[email protected]>
Signed-off-by: Marco Mans <[email protected]>
Since the last backend-update the auth-links of Innogy are changed.