From 95a81f560054ec179da25f0e1bc1673071d043fa Mon Sep 17 00:00:00 2001 From: "martin.schweitzer" Date: Mon, 13 Apr 2026 14:05:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Escripts/ultimo=5Fmeter=5Freading=5Fent?= =?UTF-8?q?ry.form.json=E2=80=9C=20l=C3=B6schen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/ultimo_meter_reading_entry.form.json | 44 -------------------- 1 file changed, 44 deletions(-) delete mode 100644 scripts/ultimo_meter_reading_entry.form.json diff --git a/scripts/ultimo_meter_reading_entry.form.json b/scripts/ultimo_meter_reading_entry.form.json deleted file mode 100644 index 117d613..0000000 --- a/scripts/ultimo_meter_reading_entry.form.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "title": "Ultimo-Zählerstände eintragen", - "fields": [ - { - "name": "meter_number", - "widget": "text_field", - "label": "Zählernummer", - "hint_text": "z.B. 21162908_40008", - "validators": [ - { - "type": "required", - "error_text": "Zählernummer ist erforderlich" - } - ], - "prefix_icon": "speed" - }, - { - "name": "variable_name", - "widget": "text_field", - "label": "Variable Name (optional)", - "hint_text": "Standard: ENERGY_INST_VAL", - "initial_value": "ENERGY_INST_VAL", - "prefix_icon": "analytics" - }, - { - "name": "readings", - "widget": "text_field", - "label": "Ultimo-Stände", - "hint_text": "Format: YYYY-MM:Wert, z.B. 2024-01:12345.5, 2024-02:23456.7 (eine Zeile pro Monat)", - "text_field_config": { - "max_lines": 10, - "keyboard_type": "multiline" - }, - "validators": [ - { - "type": "required", - "error_text": "Mindestens ein Ultimo-Stand ist erforderlich" - } - ], - "helper_text": "Jede Zeile ein Monatstand im Format YYYY-MM:Zählerstand", - "prefix_icon": "list" - } - ] -} \ No newline at end of file