Skip to content

Commit 0c1a7ef

Browse files
Added missing file
1 parent f01e619 commit 0c1a7ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package main
33
import (
44
"fmt"
55
"hacompanion/entity"
6+
"hacompanion/util"
67
"log"
78
"net"
89
)
@@ -23,8 +24,8 @@ type homeassistantConfig struct {
2324
}
2425

2526
type companionConfig struct {
26-
UpdateInterval duration `toml:"update_interval"`
27-
RegistrationFile homePath `toml:"registration_file"`
27+
UpdateInterval duration `toml:"update_interval"`
28+
RegistrationFile util.HomePath `toml:"registration_file"`
2829
}
2930

3031
type notificationsConfig struct {

0 commit comments

Comments
 (0)