We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01e619 commit 0c1a7efCopy full SHA for 0c1a7ef
config.go
@@ -3,6 +3,7 @@ package main
3
import (
4
"fmt"
5
"hacompanion/entity"
6
+ "hacompanion/util"
7
"log"
8
"net"
9
)
@@ -23,8 +24,8 @@ type homeassistantConfig struct {
23
24
}
25
26
type companionConfig struct {
- UpdateInterval duration `toml:"update_interval"`
27
- RegistrationFile homePath `toml:"registration_file"`
+ UpdateInterval duration `toml:"update_interval"`
28
+ RegistrationFile util.HomePath `toml:"registration_file"`
29
30
31
type notificationsConfig struct {
0 commit comments