From bf5c3feb3ff38943837e6e4823236b3ddcdbcc5e Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Tue, 12 Nov 2024 17:35:40 +0200 Subject: [PATCH] feat: don't symlink translations/en.json --- README.md | 5 +++++ .../ouman_eh800/translations/en.json | 16 +++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) mode change 120000 => 100644 custom_components/ouman_eh800/translations/en.json diff --git a/README.md b/README.md index f4343ee..333dfd8 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/custom_components/ouman_eh800/translations/en.json b/custom_components/ouman_eh800/translations/en.json deleted file mode 120000 index ebc8e39..0000000 --- a/custom_components/ouman_eh800/translations/en.json +++ /dev/null @@ -1 +0,0 @@ -../strings.json \ No newline at end of file diff --git a/custom_components/ouman_eh800/translations/en.json b/custom_components/ouman_eh800/translations/en.json new file mode 100644 index 0000000..1e205c4 --- /dev/null +++ b/custom_components/ouman_eh800/translations/en.json @@ -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." + } + } + } + } +} -- 2.44.1