-
Notifications
You must be signed in to change notification settings - Fork 16
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
Removed enum in sensors.account_balance. Fixes #5 #12
Conversation
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.
Thanks!
CHANGELOG.md
Outdated
@@ -9,4 +9,4 @@ Changes should start with one of the following tags: | |||
|
|||
## v0.14 (unreleased) | |||
|
|||
- ... | |||
- [changed] Removed `enum` in `sensors.account_balance` |
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.
Maybe reword this to:
[changed] The value in `sensors.account_balance` can now be any ISO 4217 string
14-draft.json
Outdated
"USD", | ||
"GBP" | ||
] | ||
"description": "What's the currency? It should be formated according to <a href=\"http://de.wikipedia.org/wiki/ISO_4217\" target=\"_blank\">ISO 4217</a> short-code format.", |
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.
Could you make the link post to the English Wikipedia, and use https?
I've updated to all proposed changes |
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.
Could you fix the typo and rebase against master (git fetch origin && git rebase origin/master && git push -f)? Then it should be ready to merge.
14-draft.json
Outdated
"USD", | ||
"GBP" | ||
] | ||
"description": "What's the currency? It should be formated according to <a href=\"https://en.wikipedia.org/wiki/ISO_4217\" target=\"_blank\">ISO 4217</a> short-code format.", |
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.
Found another typo, formated
should be formatted
:)
Done all the change requests! |
Thank you! |
No description provided.