Skip to content

Commit

Permalink
add wip-warning; update local dev notes
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Aug 11, 2023
1 parent 5b2339d commit 43061cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ $ npm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Start in English mode.

```sh
npm run start -- --locale en
```

### Build

```sh
Expand Down
8 changes: 7 additions & 1 deletion i18n/en/docusaurus-plugin-content-docs/current/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
sidebar_position: 1
---

:::cautionwork in progress 🚧

We're still working on the English translation. Some content will still be shown in German.

:::

# Introduction

evcc controls Electric Vehicle (EV) charging as required to optimise for the current energy situation.
Expand Down Expand Up @@ -43,12 +49,12 @@ Optionally:
- a supported [Energy Management System](/docs/reference/configuration/hems) (such as SMA Sunny Home Manager)
- information on a dynamic electricity tariff


:::note
evcc comes without any kind of guarantee, and you use the software at your own risk. It is your responsibility to use evcc responsibly - it's your house fire!
:::

## Contact

- Support, configurations, questions about devices, and general discussion can be found in our [Community Support Forum](https://github.com/evcc-io/evcc/discussions).
- We also have a [Slack](https://evcc.io/slack) for development discussion.

Expand Down

0 comments on commit 43061cb

Please sign in to comment.