Skip to content

Commit

Permalink
fixed translations
Browse files Browse the repository at this point in the history
  • Loading branch information
toggm committed Dec 5, 2024
1 parent 0f2505d commit ac3292b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,16 @@ Check that the device is either configured with a static IP address or your loca

## Examples

### Use solar power to heaten up the water boiler
### Use solar power to heat up the water boiler
The askoheat device support a so called feed-in functionality. The device will itself start to heaten up the water in different power steps, depending on
the solar power fed back to the grid. The integration provides a switch which automatically forwards any changes of the solar power to the device.
As the device does figure out the maximum power level by slowly incresing the levels and checking the feed-in power, it might come to toggling on and off
the power shortly before sunset and after sunrise, you can define an automation which toggles the auto feed-in switch depending on the state of the sun
(i.e. toggle on an hour after sunrise, toggle off an hour before sunset).
More information are available [here](https://github.com/toggm/askoheat/discussions/10)

### Share your examples
Share your examples in the [discussion](https://github.com/toggm/askoheat/discussions/categories/show-and-tell) section

---

Expand Down
4 changes: 3 additions & 1 deletion custom_components/askoheat/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@
}
},
"exceptions":{
"not_connected": "Cannot read or write data, modbus client is not connected"
"not_connected": {
"message": "Cannot read or write data, modbus client is not connected"
}
},
"entity": {
"binary_sensor": {
Expand Down

0 comments on commit ac3292b

Please sign in to comment.