Skip to content

Commit

Permalink
change ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
reisich committed Oct 5, 2024
1 parent 99278aa commit c8fb237
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- ".dockerignore"

env:
IMAGE: ghcr.io/wez/govee2mqtt
IMAGE: ghcr.io/reisich/govee2mqtt

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
govee2mqtt:
image: ghcr.io/wez/govee2mqtt:latest
image: ghcr.io/reisich/govee2mqtt:latest
container_name: govee2mqtt
restart: unless-stopped
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docs/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ TZ=America/Phoenix
version: '3.8'
services:
pv2mqtt:
image: ghcr.io/wez/govee2mqtt:latest
image: ghcr.io/reisich/govee2mqtt:latest
container_name: govee2mqtt
restart: unless-stopped
env_file:
Expand Down
2 changes: 1 addition & 1 deletion repository.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Govee to MQTT Bridge
url: https://github.com/wez/govee2mqtt
url: https://github.com/reisich/govee2mqtt
maintainer: Wez Furlong <[email protected]>
2 changes: 1 addition & 1 deletion src/hass_mqtt/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::version_info::govee_version;
use serde::Serialize;

const MODEL: &str = "gv2mqtt";
const URL: &str = "https://github.com/wez/govee2mqtt";
const URL: &str = "https://github.com/reisich/govee2mqtt";

#[derive(Serialize, Clone, Debug, Default)]
pub struct EntityConfig {
Expand Down

0 comments on commit c8fb237

Please sign in to comment.