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."
+                }
+            }
+        }
+    }
+}