-
-
Notifications
You must be signed in to change notification settings - Fork 37.4k
Expand file tree
/
Copy pathstrings.json
More file actions
167 lines (167 loc) · 5.34 KB
/
strings.json
File metadata and controls
167 lines (167 loc) · 5.34 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"config": {
"abort": {
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"no_data": "API connected but the response was empty"
},
"step": {
"reconfigure": {
"data": {
"areas": "[%key:component::nordpool::config::step::user::data::areas%]",
"currency": "[%key:component::nordpool::config::step::user::data::currency%]"
},
"data_description": {
"areas": "[%key:component::nordpool::config::step::user::data_description::areas%]",
"currency": "[%key:component::nordpool::config::step::user::data_description::currency%]"
}
},
"user": {
"data": {
"areas": "Areas",
"currency": "Currency"
},
"data_description": {
"areas": "Areas to display prices for according to Nord Pool market areas.",
"currency": "Select currency to display prices in, EUR is the base currency."
}
}
}
},
"entity": {
"binary_sensor": {
"tomorrow_price_available": {
"name": "Tomorrow price available"
}
},
"sensor": {
"block_average": {
"name": "{block} average"
},
"block_end_time": {
"name": "{block} time until"
},
"block_max": {
"name": "{block} highest price"
},
"block_min": {
"name": "{block} lowest price"
},
"block_start_time": {
"name": "{block} time from"
},
"currency": {
"name": "Currency"
},
"current_price": {
"name": "Current price"
},
"daily_average": {
"name": "Daily average"
},
"exchange_rate": {
"name": "Exchange rate"
},
"highest_price": {
"name": "Highest price",
"state_attributes": {
"end": {
"name": "[%key:component::nordpool::entity::sensor::lowest_price::state_attributes::end::name%]"
},
"start": {
"name": "[%key:component::nordpool::entity::sensor::lowest_price::state_attributes::start::name%]"
}
}
},
"last_price": {
"name": "Previous price"
},
"lowest_price": {
"name": "Lowest price",
"state_attributes": {
"end": {
"name": "End time"
},
"start": {
"name": "Start time"
}
}
},
"next_price": {
"name": "Next price"
},
"updated_at": {
"name": "Last updated"
}
}
},
"exceptions": {
"authentication_error": {
"message": "There was an authentication error as you tried to retrieve data too far in the past."
},
"connection_error": {
"message": "There was a connection error connecting to the API. Try again later."
},
"could_not_fetch_data": {
"message": "Data could not be retrieved: {error}"
},
"initial_update_failed": {
"message": "Initial update failed on startup with error {error}"
},
"no_day_data": {
"message": "Data for current day is missing"
}
},
"services": {
"get_price_indices_for_date": {
"description": "Retrieves the price indices for a specific date.",
"fields": {
"areas": {
"description": "[%key:component::nordpool::services::get_prices_for_date::fields::areas::description%]",
"name": "[%key:component::nordpool::services::get_prices_for_date::fields::areas::name%]"
},
"config_entry": {
"description": "[%key:component::nordpool::services::get_prices_for_date::fields::config_entry::description%]",
"name": "[%key:component::nordpool::services::get_prices_for_date::fields::config_entry::name%]"
},
"currency": {
"description": "[%key:component::nordpool::services::get_prices_for_date::fields::currency::description%]",
"name": "[%key:component::nordpool::services::get_prices_for_date::fields::currency::name%]"
},
"date": {
"description": "[%key:component::nordpool::services::get_prices_for_date::fields::date::description%]",
"name": "[%key:component::nordpool::services::get_prices_for_date::fields::date::name%]"
},
"resolution": {
"description": "Resolution time for the prices, can be any of 15, 30 and 60 minutes.",
"name": "Resolution"
}
},
"name": "Get price indices for date"
},
"get_prices_for_date": {
"description": "Retrieves the prices for a specific date.",
"fields": {
"areas": {
"description": "One or multiple areas to get prices for. If left empty it will use the areas already configured.",
"name": "Areas"
},
"config_entry": {
"description": "The Nord Pool configuration entry for this action.",
"name": "Config entry"
},
"currency": {
"description": "Currency to get prices in. If left empty it will use the currency already configured.",
"name": "Currency"
},
"date": {
"description": "Only dates in the range from two months in the past to one day in the future are allowed.",
"name": "Date"
}
},
"name": "Get prices for date"
}
}
}