Skip to content

Commit

Permalink
rebrand to org
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsgrill committed Jun 7, 2024
1 parent e27882a commit 9c65399
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
4 changes: 2 additions & 2 deletions cmd/list/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package main
import (
"log"

"github.com/balazsgrill/hass"
"github.com/balazsgrill/hass/paho"
mqtt "github.com/eclipse/paho.mqtt.golang"
"github.com/home2mqtt/hass"
"github.com/home2mqtt/hass/paho"
)

type logConsumer struct{}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/balazsgrill/hass
module github.com/home2mqtt/hass

go 1.18

Expand Down
2 changes: 1 addition & 1 deletion paho/pubsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package paho
import (
"log"

"github.com/balazsgrill/hass"
mqtt "github.com/eclipse/paho.mqtt.golang"
"github.com/home2mqtt/hass"
)

type msg struct {
Expand Down

0 comments on commit 9c65399

Please sign in to comment.