Skip to content

Commit

Permalink
Fixing typo in first yaml snippet (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusMit authored Aug 2, 2024
1 parent 8c5c4f7 commit 42596ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/devices/chargers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Zur Steuerung der Ladung muss evcc mit einer Wallbox kommunizieren.
In der Konfigurationsdatei gibt es hierzu den folgenden Bereich:

```yaml
charger:
chargers:
- name: wallbox
type: ...
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To control charging, evcc needs to be able to communicate with at least one Char
The configuration is formatted as follows:

```yaml
charger:
chargers:
- name: wallbox
type: ...
```
Expand Down

0 comments on commit 42596ff

Please sign in to comment.