1
1
{
2
- "config" : {
3
- "flow_title" : " {name}" ,
4
- "step" : {
5
- "user" : {
6
- "title" : " Register Enedis gateway account" ,
7
- "description" : " To start the collection, it is necessary to make the settings via the options." ,
8
- "data" : {
9
- "pdl" : " pdl" ,
10
- "token" : " token" ,
11
- "ecowatt" : " Enable Ecowatt sensor" ,
12
- "tempo" : " Tempo subscription" ,
13
- "production" : " Enable daily production sensor" ,
14
- "consumption" : " Enable daily consumption sensor"
15
- }
16
- }
17
- },
18
- "error" : {
19
- "cannot_connect" : " [%key:common::config_flow::error::cannot_connect%]" ,
20
- "unknown" : " [%key:common::config_flow::error::unknown%]"
21
- },
22
- "abort" : {
23
- "already_configured" : " [%key:common::config_flow::abort::already_configured_service%]"
2
+ "config" : {
3
+ "flow_title" : " {name}" ,
4
+ "step" : {
5
+ "user" : {
6
+ "title" : " Register Enedis gateway account" ,
7
+ "description" : " To start the collection, it is necessary to make the settings via the options." ,
8
+ "data" : {
9
+ "pdl" : " pdl" ,
10
+ "token" : " token" ,
11
+ "ecowatt" : " Enable Ecowatt sensor" ,
12
+ "tempo" : " Tempo subscription" ,
13
+ "production" : " Enable daily production sensor" ,
14
+ "consumption" : " Enable daily consumption sensor"
24
15
}
16
+ }
25
17
},
26
- "options" : {
27
- "step" : {
28
- "init" : {
29
- "title" : " Enedis options" ,
30
- "menu_options" : {
31
- "authentication" : " Authentication" ,
32
- "production" : " Production" ,
33
- "consumption" : " Consumption" ,
34
- "save" : " Save & Exit"
35
- }
36
- },
37
- "authentication" : {
38
- "title" : " Authentication" ,
39
- "data" : {
40
- "token" : " Token" ,
41
- "ecowatt" : " Enable Ecowatt sensor" ,
42
- "tempo" : " Enable Tempo day sensor"
43
- }
44
- },
45
- "production" : {
46
- "title" : " Production" ,
47
- "data" : {
48
- "step_id" : " Service" ,
49
- "price" :" Price"
50
- }
51
- },
52
- "consumption" : {
53
- "title" : " Consumption" ,
54
- "data" : {
55
- "step_id" : " Service" ,
56
- "s_blue" :" Price BLUE: full hour" ,
57
- "s_white" :" Price WHITE: full hour" ,
58
- "s_red" :" Price RED: full hour" ,
59
- "o_blue" :" Price BLUE: off-peak hour" ,
60
- "o_white" :" Price WHITE: off-peak hour" ,
61
- "o_red" :" Price RED: off-peak hour" ,
62
- "price" :" Price: full hour" ,
63
- "off_price" :" Price: off-peak hour" ,
64
- "interval_new_id" :" Add new offpeak range"
65
- }
66
- },
67
- "rules" : {
68
- "title" : " Add new range" ,
69
- "description" : " Add new range for tarification" ,
70
- "data" : {
71
- "rule_id" : " Rule id" ,
72
- "step_id" : " Service" ,
73
- "rule_start_time" : " Start time" ,
74
- "rule_end_time" : " End time" ,
75
- "rule_delete" : " Delete this range"
76
- }
77
- }
78
- },
79
- "error" : {
80
- "syntax_error" : " Syntax Error" ,
81
- "time_error" : " Start time is greater than end time" ,
82
- "interval_time_error" : " Minutes are not multiples of 30min"
83
- }
18
+ "error" : {
19
+ "cannot_connect" : " [%key:common::config_flow::error::cannot_connect%]" ,
20
+ "unknown" : " [%key:common::config_flow::error::unknown%]"
84
21
},
85
- "selector" : {
86
- "consumption_choice" : {
87
- "options" : {
88
- "daily" : " Daily" ,
89
- "detail" : " Detail"
90
- }
91
- },
92
- "production_choice" : {
93
- "options" : {
94
- "daily" : " Daily" ,
95
- "detail" : " Detail"
96
- }
97
- },
98
- "interval_key" : {
99
- "options" : {
100
- "add_new_interval" : " Add new interval"
101
- }
102
- }
22
+ "abort" : {
23
+ "already_configured" : " [%key:common::config_flow::abort::already_configured_service%]"
24
+ }
25
+ },
26
+ "options" : {
27
+ "step" : {
28
+ "init" : {
29
+ "title" : " Enedis options" ,
30
+ "menu_options" : {
31
+ "authentication" : " Authentication" ,
32
+ "production" : " Production" ,
33
+ "consumption" : " Consumption" ,
34
+ "save" : " Save & Exit"
35
+ }
36
+ },
37
+ "authentication" : {
38
+ "title" : " Authentication" ,
39
+ "data" : {
40
+ "token" : " Token" ,
41
+ "ecowatt" : " Enable Ecowatt sensor" ,
42
+ "tempo" : " Enable Tempo day sensor"
43
+ }
44
+ },
45
+ "production" : {
46
+ "title" : " Production" ,
47
+ "data" : {
48
+ "step_id" : " Service" ,
49
+ "price" : " Price"
50
+ }
51
+ },
52
+ "consumption" : {
53
+ "title" : " Consumption" ,
54
+ "data" : {
55
+ "step_id" : " Service" ,
56
+ "s_blue" : " Price BLUE: full hour" ,
57
+ "s_white" : " Price WHITE: full hour" ,
58
+ "s_red" : " Price RED: full hour" ,
59
+ "o_blue" : " Price BLUE: off-peak hour" ,
60
+ "o_white" : " Price WHITE: off-peak hour" ,
61
+ "o_red" : " Price RED: off-peak hour" ,
62
+ "price" : " Price: full hour" ,
63
+ "off_price" : " Price: off-peak hour" ,
64
+ "interval_new_id" : " Add new offpeak range"
65
+ }
66
+ },
67
+ "rules" : {
68
+ "title" : " Add new range" ,
69
+ "description" : " Add new range for tarification" ,
70
+ "data" : {
71
+ "rule_id" : " Rule id" ,
72
+ "step_id" : " Service" ,
73
+ "rule_start_time" : " Start time" ,
74
+ "rule_end_time" : " End time" ,
75
+ "rule_delete" : " Delete this range"
76
+ }
77
+ }
78
+ },
79
+ "error" : {
80
+ "syntax_error" : " Syntax Error" ,
81
+ "time_error" : " Start time is greater than end time" ,
82
+ "interval_time_error" : " Minutes are not multiples of 30min"
83
+ }
84
+ },
85
+ "selector" : {
86
+ "consumption_choice" : {
87
+ "options" : {
88
+ "daily" : " Daily" ,
89
+ "detail" : " Detail"
90
+ }
103
91
},
104
- "entity" : {
105
- "sensor" : {
106
- "tempo" : {
107
- "state" : {
108
- "blue" : " Blue" ,
109
- "white" : " White" ,
110
- "red" : " Red"
111
- }
112
- },
113
- "ecowatt" : {
114
- "state" : {
115
- "na" : " Not available" ,
116
- "green" : " Green" ,
117
- "orange" : " Orange" ,
118
- "red" : " Red"
119
- }
120
- }
92
+ "production_choice" : {
93
+ "options" : {
94
+ "daily" : " Daily" ,
95
+ "detail" : " Detail"
96
+ }
97
+ },
98
+ "interval_key" : {
99
+ "options" : {
100
+ "add_new_interval" : " Add new interval"
101
+ }
102
+ }
103
+ },
104
+ "entity" : {
105
+ "sensor" : {
106
+ "tempo" : {
107
+ "state" : {
108
+ "blue" : " Blue" ,
109
+ "white" : " White" ,
110
+ "red" : " Red"
111
+ }
112
+ },
113
+ "ecowatt" : {
114
+ "state" : {
115
+ "na" : " Not available" ,
116
+ "green" : " Green" ,
117
+ "orange" : " Orange" ,
118
+ "red" : " Red"
121
119
}
122
- }
123
- }
120
+ }
121
+ }
122
+ }
123
+ }
0 commit comments