Skip to content

Commit d645c92

Browse files
Merge pull request #17 from BottlecapDave/develop
Next release
2 parents 176a695 + 010e3c6 commit d645c92

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535
- uses: "home-assistant/actions/hassfest@master"
36-
# - name: HACS Action
37-
# uses: "hacs/action@main"
38-
# with:
39-
# category: "integration"
36+
- name: HACS Action
37+
uses: "hacs/action@main"
38+
with:
39+
category: "integration"
4040
unit_tests:
4141
if: ${{ github.event_name != 'schedule' || github.repository_owner == 'BottlecapDave' }}
4242
name: Unit Tests

_docs/blueprints.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,21 @@ This blueprint will provide the data source for the UK Carbon Intensity as provi
1818

1919
### Octopus Energy
2020

21-
[Install blueprint (No Free Electricity)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fbottlecapdave.github.io%2FHomeAssistant-TargetTimeframes%2Fblueprints%2Ftarget_timeframes_octopus_energy.yaml) | [Source](./blueprints/target_timeframes_octopus_energy.yaml)
21+
#### Default
2222

23-
[Install blueprint (Free Electricity Included)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fbottlecapdave.github.io%2FHomeAssistant-TargetTimeframes%2Fblueprints%2Ftarget_timeframes_octopus_energy.yaml) | [Source](./blueprints/target_timeframes_octopus_energy.yaml)
23+
[Install blueprint)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fbottlecapdave.github.io%2FHomeAssistant-TargetTimeframes%2Fblueprints%2Ftarget_timeframes_octopus_energy.yaml) | [Source](./blueprints/target_timeframes_octopus_energy.yaml)
2424

25-
This blueprint will provide the data source for Octopus Energy rates as provided by the [Octopus Energy](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy) integration.
25+
This blueprint will provide the data source for Octopus Energy rates as provided by the [Octopus Energy](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy) integration. This is for accounts that don't have the [free electricity sensor](https://bottlecapdave.github.io/HomeAssistant-OctopusEnergy/entities/octoplus/#free-electricity-session-events) available.
26+
27+
!!! warning
28+
29+
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.
30+
31+
#### Free Electricity Available
32+
33+
[Install blueprint](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fbottlecapdave.github.io%2FHomeAssistant-TargetTimeframes%2Fblueprints%2Ftarget_timeframes_octopus_energy_with_free_electricity.yaml) | [Source](./blueprints/target_timeframes_octopus_energy_with_free_electricity.yaml)
34+
35+
This blueprint will provide the data source for Octopus Energy rates as provided by the [Octopus Energy](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy) integration. This is for accounts that have the [free electricity sensor](https://bottlecapdave.github.io/HomeAssistant-OctopusEnergy/entities/octoplus/#free-electricity-session-events) available.
2636

2737
!!! warning
2838

0 commit comments

Comments
 (0)