-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtarifs EDF
84 lines (84 loc) · 1.57 KB
/
tarifs EDF
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
# EDF Tarif Bleu Option Base
tarif_edf_base:
name: EDF Base
initial: 0.2276
min: 0
max: 1
step: 0.0001
mode: slider
unit_of_measurement: "€ /kWh"
icon: mdi:cash-lock
# EDF Tarif Bleu Option HP/HC
tarif_edf_base_hc:
name: EDF Base HC
initial: 0.1828
min: 0
max: 1
step: 0.0001
mode: slider
unit_of_measurement: "€ /kWh"
icon: mdi:cash-lock
tarif_edf_base_hp:
name: EDF Base HP
initial: 0.2460
min: 0
max: 1
step: 0.0001
mode: slider
unit_of_measurement: "€ /kWh"
icon: mdi:cash-lock
# EDF Tarif Bleu Option Tempo
tarif_edf_tempo_bleu_hc:
name: EDF Tempo Bleu HC
initial: 0.1056
min: 0
max: 1
step: 0.0001
mode: slider
unit_of_measurement: "€ /kWh"
icon: mdi:cash-lock
tarif_edf_tempo_bleu_hp:
name: EDF Tempo Bleu HP
initial: 0.1369
min: 0
max: 1
step: 0.0001
mode: slider
unit_of_measurement: "€ /kWh"
icon: mdi:cash-lock
tarif_edf_tempo_blanc_hc:
name: EDF Tempo Blanc HC
initial: 0.1246
min: 0
max: 1
step: 0.0001
mode: slider
unit_of_measurement: "€ /kWh"
icon: mdi:cash-lock
tarif_edf_tempo_blanc_hp:
name: EDF Tempo Blanc HP
initial: 0.1654
min: 0
max: 1
step: 0.0001
mode: box
unit_of_measurement: "€ /kWh"
icon: mdi:cash-lock
tarif_edf_tempo_rouge_hc:
name: EDF Tempo Rouge HC
initial: 0.1328
min: 0
max: 1
step: 0.0001
mode: box
unit_of_measurement: "€ /kWh"
icon: mdi:cash-lock
tarif_edf_tempo_rouge_hp:
name: EDF Tempo Rouge HP
initial: 0.7324
min: 0
max: 1
step: 0.0001
mode: box
unit_of_measurement: "€ /kWh"
icon: mdi:cash-lock