From d0e76d726ba9acd577b1a3edb75ef0fe9438483f Mon Sep 17 00:00:00 2001 From: balgerion <133121849+balgerion@users.noreply.github.com> Date: Fri, 2 May 2025 12:46:17 +0200 Subject: [PATCH] Update en.json --- custom_components/pstryk/translations/en.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/custom_components/pstryk/translations/en.json b/custom_components/pstryk/translations/en.json index 46c9af3..59d465b 100644 --- a/custom_components/pstryk/translations/en.json +++ b/custom_components/pstryk/translations/en.json @@ -25,5 +25,18 @@ } } } + }, + "entity": { + "sensor": { + "next_hour": "Next hour" + } + }, + "debug": { + "looking_for_next_hour": "Looking for price for next hour: {next_hour}", + "looking_for_next_day": "Looking for next day price in full price list (48h)", + "error_processing_date": "Error processing date: {error}", + "error_processing_full_list": "Error processing date for full list: {error}", + "no_price_midnight": "No price found for next day midnight. Data probably not loaded yet.", + "no_price_next_hour": "No price found for next hour: {next_hour}" } }