Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
infradom committed Jun 28, 2022
2 parents 9b52791 + 6e6c05d commit 7f138e4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/hassfest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Validate with hassfest

on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"

jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: home-assistant/actions/hassfest@master
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# ecopower_dynamic_grid_prices

--------

Work in progress ! This will become a HomeAssistant integration.
FOR THE TIME BEING, IT IS VERY INCOMPLETE AND UNTESTED
Work in progress !
FOR THE TIME BEING, IT IS INSUFFICIENTLY TESTED

---------

This integration will periodically pull the dynamic grid prices from the Belgian Ecopower (trial) API.
I know similar integrations exist, but this one wont need a dependency on node-red.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "EcopowerPrices",
"version": "0.0.1",
"config_flow": true,
"documentation": "https:/github.com/infradom/ecopower_dynamic_grid_prices",
"documentation": "https://github.com/infradom/ecopower_dynamic_grid_prices",
"issue_tracker": "https://github.com/infradom/ecopower_dynamic_grid_prices/issues",
"requirements": [],
"ssdp": [],
Expand Down

0 comments on commit 7f138e4

Please sign in to comment.