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
<p><ahref="https://www.home-assistant.io/docs/automation/using_blueprints/">Blueprints</a> are an excellent way to get you up and running with the integration quickly. They can also be used as a guide for setting up new automations which you can tailor to your needs.</p>
<p>This blueprint will provide the data source for the UK Carbon Intensity as provided by the <ahref="https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity">Carbon Intensity</a> integration.</p>
712
+
<divclass="admonition warning">
713
+
<pclass="admonition-title">Warning</p>
714
+
<p>This automation will run when any of the underlying entities update. This make take a while initially. If you want the data available immediately, then you'll need to run the automation manually.</p>
<p>This blueprint will provide the data source for Octopus Energy rates as provided by the <ahref="https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy">Octopus Energy</a> integration.</p>
720
+
<divclass="admonition warning">
721
+
<pclass="admonition-title">Warning</p>
722
+
<p>This automation will run when any of the underlying entities update. This make take a while initially. If you want the data available immediately, then you'll need to run the automation manually.</p>
723
+
</div>
724
+
<h3id="octopus-energy-and-carbon-intensity">Octopus Energy and Carbon Intensity<aclass="headerlink" href="#octopus-energy-and-carbon-intensity" title="Permanent link">#</a></h3>
<p>This blueprint will provide the data source for Octopus Energy rates as provided by the <ahref="https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy">Octopus Energy</a> integration and UK Carbon Intensity as provided by the <ahref="https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity">Carbon Intensity</a> integration. It will multiply the OE rate by the carbon intensity, resulting in target timeframes favouring periods with low rates, and then falling back to carbon intensity where rates are the same.</p>
727
+
<divclass="admonition warning">
728
+
<pclass="admonition-title">Warning</p>
729
+
<p>This automation will run when any of the underlying entities update. This make take a while initially. If you want the data available immediately, then you'll need to run the automation manually.</p>
Copy file name to clipboardExpand all lines: blueprints/target_timeframes_carbon_intensity.yaml
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
blueprint:
2
2
name: Target Timeframes - Carbon Intensity source
3
-
description: Configures a targe timeframe data source from Carbon Intensity
3
+
description: Configures a target timeframe data source from Carbon Intensity
4
4
domain: automation
5
5
author: BottlecapDave
6
6
input:
@@ -16,7 +16,7 @@ blueprint:
16
16
multiple: false
17
17
carbon_intensity_current_day_rates:
18
18
name: Current day rates
19
-
description: The current day rates event sensor supplied by Carbon Intensity
19
+
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.
20
20
selector:
21
21
entity:
22
22
filter:
@@ -26,7 +26,7 @@ blueprint:
26
26
multiple: false
27
27
carbon_intensity_next_day_rates:
28
28
name: Next day rates
29
-
description: The next day rates event sensor supplied by Carbon Intensity
29
+
description: The next day rates event sensor supplied by Carbon Intensity. More information can be found at https://bottlecapdave.github.io/HomeAssistant-CarbonIntensity/entities/#next-day-rates.
Copy file name to clipboardExpand all lines: blueprints/target_timeframes_octopus_energy.yaml
+26-20Lines changed: 26 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ blueprint:
16
16
multiple: false
17
17
octopus_energy_previous_day_rates:
18
18
name: Previous day rates
19
-
description: The previous day rates event sensor supplied by Octopus Energy
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
20
selector:
21
21
entity:
22
22
filter:
@@ -26,7 +26,7 @@ blueprint:
26
26
multiple: false
27
27
octopus_energy_current_day_rates:
28
28
name: Current day rates
29
-
description: The current day rates event sensor supplied by Octopus Energy
29
+
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.
30
30
selector:
31
31
entity:
32
32
filter:
@@ -36,7 +36,7 @@ blueprint:
36
36
multiple: false
37
37
octopus_energy_next_day_rates:
38
38
name: Next day rates
39
-
description: The next day rates event sensor supplied by Octopus Energy
39
+
description: The next 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.
0 commit comments