Update en.json

This commit is contained in:
balgerion
2025-05-02 12:46:17 +02:00
committed by GitHub
parent c7e5eb3afc
commit d0e76d726b

View File

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