Skip to content

Commit

Permalink
fix: update github refs to new repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3S4mur41 committed Oct 25, 2024
1 parent a21ba0b commit 4d93b89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?machine=basicLinux32gb&repo=612398925&ref=main)

![Package version](https://img.shields.io/github/package-json/v/Th3S4mur41/hw2energyid)
![GitHub last commit](https://img.shields.io/github/last-commit/Th3S4mur41/hw2energyid)
![Release](https://github.com/Th3S4mur41/hw2energyid/actions/workflows/release.yml/badge.svg?branch=main)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/Th3S4mur41/hw2energyid/badge)](https://scorecard.dev/viewer/?uri=github.com/Th3S4mur41/hw2energyid)
![Package version](https://img.shields.io/github/package-json/v/Th3S4mur41/hw-hooks)
![GitHub last commit](https://img.shields.io/github/last-commit/Th3S4mur41/hw-hooks)
![Release](https://github.com/Th3S4mur41/hw-hooks/actions/workflows/release.yml/badge.svg?branch=main)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/Th3S4mur41/hw-hooks/badge)](https://scorecard.dev/viewer/?uri=github.com/Th3S4mur41/hw-hooks)

**hw2energyid** is small tool to synchronize data from [HomeWizard](https://www.homewizard.com/) devices to your [EnergyID](https://app.energyid.eu/) dashboard.

Expand Down Expand Up @@ -79,7 +79,7 @@ version: '3'

services:
hw2energyid:
image: ghcr.io/th3s4mur41/hw2energyid
image: ghcr.io/Th3S4mur41/hw-hooks
environment:
- energyid=<the URL of the EnergyId webhook>
- meter=<the IP address of the Meter device>
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ currently being supported with security updates.

We take security bugs in hw2energyid seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.

To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/Th3S4mur41/hw2energyid/security/advisories/new) tab.
To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/Th3S4mur41/hw-hooks/security/advisories/new) tab.

We will send a response indicating the next steps in handling your report. After the initial reply to your report, we will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"keywords": ["homewizard", "homewizard-energy", "homewizard-p1-meter", "energyid", "sync", "api", "webhook"],
"author": "Michaël Vanderheyden <hello@th3s4mur41.me> (https://th3s4mur41.me)",
"license": "MIT",
"homepage": "https://github.com/Th3S4mur41/hw2energyid",
"homepage": "https://github.com/Th3S4mur41/hw-hooks",
"funding": "https://github.com/sponsors/Th3S4mur41",
"repository": {
"type": "git",
"url": "https://github.com/Th3S4mur41/hw2energyid.git"
"url": "https://github.com/Th3S4mur41/hw-hooks.git"
},
"bugs": {
"url": "https://github.com/Th3S4mur41/hw2energyid/issues"
"url": "https://github.com/Th3S4mur41/hw-hooks/issues"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 4d93b89

Please sign in to comment.