You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/blueprints/target_timeframes_octopus_energy_carbon_intensity.yaml
+23-18Lines changed: 23 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,6 @@ blueprint:
14
14
- sensor
15
15
integration: target_timeframes
16
16
multiple: false
17
-
octopus_energy_previous_day_rates:
18
-
name: Previous day rates
19
-
description: The previous day rates event sensor supplied by Octopus Energy. More information can be found at https://bottlecapdave.github.io/HomeAssistant-OctopusEnergy/entities/electricity/#previous-day-rates.
20
-
selector:
21
-
entity:
22
-
filter:
23
-
- domain:
24
-
- event
25
-
integration: octopus_energy
26
-
multiple: false
27
17
octopus_energy_current_day_rates:
28
18
name: Current day rates
29
19
description: The current day rates event sensor supplied by Octopus Energy. More information can be found at https://bottlecapdave.github.io/HomeAssistant-OctopusEnergy/entities/electricity/#current-day-rates.
@@ -61,6 +51,13 @@ blueprint:
61
51
selector:
62
52
number:
63
53
mode: box
54
+
octopus_energy_weighting:
55
+
name: Octopus Energy rate weighting
56
+
description: The weighting to apply to the Octopus Energy rates when calculating the final value for the period.
57
+
default: 0.7
58
+
selector:
59
+
number:
60
+
mode: box
64
61
carbon_intensity_current_day_rates:
65
62
name: Current day rates
66
63
description: The current day rates event sensor supplied by Carbon Intensity. More information can be found at https://bottlecapdave.github.io/HomeAssistant-CarbonIntensity/entities/#current-day-rates.
@@ -81,20 +78,26 @@ blueprint:
81
78
- event
82
79
integration: carbon_intensity
83
80
multiple: false
81
+
carbon_intensity_weighting:
82
+
name: Carbon Intensity forecast weighting
83
+
description: The weighting to apply to the Carbon Intensity forecast when calculating the final value for the period.
0 commit comments