DEVELOPMENT ENVIRONMENT

~liljamo/ha-ouman-eh800

bf5c3feb3ff38943837e6e4823236b3ddcdbcc5e — Jonni Liljamo 10 days ago 5c815f5
feat: don't symlink translations/en.json
3 files changed, 20 insertions(+), 1 deletions(-)

M README.md
D custom_components/ouman_eh800/translations/en.json
A custom_components/ouman_eh800/translations/en.json
M README.md => README.md +5 -0
@@ 32,3 32,8 @@ tracker open (src.quest is under long renovations).
git remote add --mirror=push github-mirror git@github.com:liljamo/ha-ouman-eh800.git
git push github-mirror
```

## Development

### Notes
- `strings.json` should match `translations/en.json`.

D custom_components/ouman_eh800/translations/en.json => custom_components/ouman_eh800/translations/en.json +0 -1
@@ 1,1 0,0 @@
../strings.json
\ No newline at end of file

A custom_components/ouman_eh800/translations/en.json => custom_components/ouman_eh800/translations/en.json +15 -0
@@ 0,0 1,15 @@
{
    "config": {
        "step": {
            "user": {
                "title": "Setup Ouman EH-800",
                "data": {
                    "host": "The hostname or IP address of your Ouman EH-800.",
                    "port": "The port of your Ouman EH-800 web interface.",
                    "username": "The username of your Ouman EH-800 account.",
                    "password": "The password of your Ouman EH-800 account."
                }
            }
        }
    }
}