-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Fix documentation, grammar, and spelling in bindings H-I #19534
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
d103718
H-bindings
lsiepel c9dc5ba
I-bindings
lsiepel 5fd7499
Spotless haassohnpelletstove
lsiepel 6af4b1b
More spotless
lsiepel de014f5
Update bundles/org.openhab.binding.huesync/README.md
lsiepel ce5d898
thing => Thing
lsiepel db9026b
Apply suggestions from code review
lsiepel c080b0c
Review comments.
lsiepel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 23 additions & 23 deletions
46
...binding.haassohnpelletstove/src/main/resources/OH-INF/i18n/haassohnpelletstove.properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,41 +1,41 @@ | ||
| # add-on | ||
|
|
||
| addon.haassohnpelletstove.name = Haas and Sohn Pelletstove Binding | ||
| addon.haassohnpelletstove.description = This binding communicates with Haas and Sohn Pelletstoves through the optional WIFI module. It allows to power the stove on and off and receives different operation information. | ||
| addon.haassohnpelletstove.name = Haas+Sohn Pellet Stove Binding | ||
| addon.haassohnpelletstove.description = This binding communicates with Haas+Sohn pellet stoves through the optional Wi‑Fi module. It allows you to power the stove on and off and receive operational information. | ||
|
|
||
| # thing types | ||
|
|
||
| thing-type.haassohnpelletstove.oven.label = Haas+Sohn Oven | ||
| thing-type.haassohnpelletstove.oven.description = The binding for Haas and Sohn Pelletstove communicates with a Haas and Sohn Pelletstove through the optional WLAN-Modul. More information can be found here: https://www.haassohn.com/de/ihr-plus/WLAN-Funktion. It allows to power on/off the stove as well as receiving different operation information about the stove. | ||
| thing-type.haassohnpelletstove.oven.description = This binding communicates with a Haas+Sohn pellet stove through the optional Wi‑Fi module. More information: https://www.haassohn.com/de/ihr-plus/WLAN-Funktion. It allows you to power the stove on/off and receive operational information. | ||
|
|
||
| # thing types config | ||
|
|
||
| thing-type.config.haassohnpelletstove.oven.hostIP.label = IP Address | ||
| thing-type.config.haassohnpelletstove.oven.hostIP.description = Please add the IP Address of the WIFI Module of the Haas and Sohn oven here | ||
| thing-type.config.haassohnpelletstove.oven.hostIP.description = Enter the IP address of the Haas+Sohn oven’s Wi‑Fi module. | ||
| thing-type.config.haassohnpelletstove.oven.hostPIN.label = PIN | ||
| thing-type.config.haassohnpelletstove.oven.hostPIN.description = Please add the PIN of your oven here. You can find it in the Menu directly in your oven. | ||
| thing-type.config.haassohnpelletstove.oven.refreshRate.label = Refresh Rate | ||
| thing-type.config.haassohnpelletstove.oven.refreshRate.description = How often the Pellet Stove should schedule a refresh after a channel is linked to an item. Temperature data will be refreshed according this set time in seconds. Valid input is 0 - 999. | ||
| thing-type.config.haassohnpelletstove.oven.refreshRate.description = How often the pellet stove schedules a refresh after a channel is linked to an item. Temperature data will be refreshed according to this interval in seconds. Valid input is 1–999. | ||
lsiepel marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| # channel types | ||
|
|
||
| channel-type.haassohnpelletstove.cleaningIn.label = Next Cleaning Window | ||
| channel-type.haassohnpelletstove.cleaningIn.description = Provides a time forecast in hours:minutes when the stove need to be cleaned next as String | ||
| channel-type.haassohnpelletstove.consumption.label = Total Consumption Stove | ||
| channel-type.haassohnpelletstove.consumption.description = Provides the information about the total consumption of pellets of the stove as number:mass | ||
| channel-type.haassohnpelletstove.ecoMode.label = On/Off Eco Mode | ||
| channel-type.haassohnpelletstove.ecoMode.description = To turn the Eco Mode on/off for the stove as switch | ||
| channel-type.haassohnpelletstove.ignitions.label = Ignitions Stove | ||
| channel-type.haassohnpelletstove.ignitions.description = Receives the total amount of ignitions of the stove as string | ||
| channel-type.haassohnpelletstove.isTemp.label = Is Temperature Stove | ||
| channel-type.haassohnpelletstove.isTemp.description = Receives the is temperature of the stove as number:temperature | ||
| channel-type.haassohnpelletstove.cleaningIn.description = Estimated time until next cleaning (hh:mm). | ||
| channel-type.haassohnpelletstove.consumption.label = Total Pellet Consumption | ||
| channel-type.haassohnpelletstove.consumption.description = Total pellet consumption. | ||
| channel-type.haassohnpelletstove.ecoMode.label = Eco Mode | ||
| channel-type.haassohnpelletstove.ecoMode.description = Enable or disable Eco Mode. | ||
| channel-type.haassohnpelletstove.ignitions.label = Ignitions | ||
| channel-type.haassohnpelletstove.ignitions.description = Total number of ignitions. | ||
| channel-type.haassohnpelletstove.isTemp.label = Actual Stove Temperature | ||
| channel-type.haassohnpelletstove.isTemp.description = Current stove temperature. | ||
| channel-type.haassohnpelletstove.maintenanceIn.label = Next Maintenance | ||
| channel-type.haassohnpelletstove.maintenanceIn.description = Provides a pellet forecast when the stove need to be maintained next in kilogram as number:mass | ||
| channel-type.haassohnpelletstove.mode.label = Mode Stove | ||
| channel-type.haassohnpelletstove.mode.description = Receives the actual mode of the stove as string | ||
| channel-type.haassohnpelletstove.onTime.label = Operation Hours Stove | ||
| channel-type.haassohnpelletstove.onTime.description = Provides the information of the operating hours of stove as number | ||
| channel-type.haassohnpelletstove.power.label = On/Off Stove | ||
| channel-type.haassohnpelletstove.power.description = To turn the stove on/off as switch | ||
| channel-type.haassohnpelletstove.spTemp.label = Set Temperature Stove | ||
| channel-type.haassohnpelletstove.spTemp.description = Set the target temperature of the stove as number:temperature | ||
| channel-type.haassohnpelletstove.maintenanceIn.description = Estimated pellet quantity until next maintenance (kg). | ||
| channel-type.haassohnpelletstove.mode.label = Stove Mode | ||
| channel-type.haassohnpelletstove.mode.description = Current stove mode. | ||
| channel-type.haassohnpelletstove.onTime.label = Operating Hours | ||
| channel-type.haassohnpelletstove.onTime.description = Total operating hours. | ||
| channel-type.haassohnpelletstove.power.label = Power | ||
| channel-type.haassohnpelletstove.power.description = Turn the stove on/off. | ||
| channel-type.haassohnpelletstove.spTemp.label = Target Stove Temperature | ||
| channel-type.haassohnpelletstove.spTemp.description = Target stove temperature. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.