From 405fbe4777a609ddbdcc45a1cdea9c5471919cc8 Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 18 Jan 2021 09:28:38 +0300 Subject: [PATCH] fix eng lang in options --- custom_components/mega/translations/en.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom_components/mega/translations/en.json b/custom_components/mega/translations/en.json index 880213b..c4b19a3 100644 --- a/custom_components/mega/translations/en.json +++ b/custom_components/mega/translations/en.json @@ -21,7 +21,18 @@ "port_to_scan": "Port to poll aliveness (needed only if no sensors used)" } } + }, + "options": { + "step": { + "init": { + "data": { + "scan_interval": "Scan interval (sec) (used for aliveness and sensors)", + "port_to_scan": "Port to poll aliveness (needed only if no sensors used)", + "reload": "Reload objects" + } + } } + } }, "title": "mega" } \ No newline at end of file