forked from miguelangellv/esios_gas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.json
More file actions
executable file
·37 lines (37 loc) · 1.44 KB
/
Copy pathstrings.json
File metadata and controls
executable file
·37 lines (37 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"config": {
"step": {
"user": {
"data": {
"api_token": "ESIOS API Authentication Token",
"pvpc": "Electricity hourly price (PVPC, tarif 2.0TD)",
"injection_price": "Surplus energy hourly price (electricity grid injection)",
"co2_gen": "CO2 Associated with the Real Generation of the electricity grid",
"co2_free": "Percentage of CO2-free generation on the electricity grid"
},
"description": "Request a personal access token by [sending an empty email to esios](mailto:consultasios@ree.es?subject=Personal%20token%20request)"
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"options": {
"step": {
"init": {
"description": "Enable or disable the available ESIOS indicators.",
"data": {
"pvpc": "Electricity hourly price (PVPC, tarif 2.0TD)",
"injection_price": "Surplus energy hourly price (electricity grid injection)",
"co2_gen": "CO2 Associated with the Real Generation of the electricity grid",
"co2_free": "Percentage of CO2-free generation on the electricity grid"
}
}
}
}
}