mirror of
https://github.com/home-assistant/core.git
synced 2026-09-13 12:10:22 +01:00
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"config": {
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"description": "[%key:common::config_flow::description::confirm_setup%]"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"es_spot_price": {
|
|
"name": "Spain spot price"
|
|
},
|
|
"pt_spot_price": {
|
|
"name": "Portugal spot price"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"cannot_connect": {
|
|
"message": "Error connecting to the OMIE API."
|
|
},
|
|
"data_not_available": {
|
|
"message": "Prices for {date} have not been published yet."
|
|
},
|
|
"date_before_market_start": {
|
|
"message": "No quarter-hourly prices exist for {date}. Prices are available from {start_date} onwards."
|
|
},
|
|
"entry_not_loaded": {
|
|
"message": "The OMIE integration is not loaded."
|
|
}
|
|
},
|
|
"selector": {
|
|
"country": {
|
|
"options": {
|
|
"es": "Spain",
|
|
"pt": "Portugal"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"get_prices_for_date": {
|
|
"description": "Retrieves the electricity spot prices (in €/kWh) for a specific date. Prices for the next day are published daily at around 13:30 CET.",
|
|
"fields": {
|
|
"countries": {
|
|
"description": "The countries to get the prices for.",
|
|
"name": "Countries"
|
|
},
|
|
"date": {
|
|
"description": "The date to get the prices for.",
|
|
"name": "Date"
|
|
}
|
|
},
|
|
"name": "Get prices for date"
|
|
}
|
|
}
|
|
}
|