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