diff --git a/internal/hass/hass.go b/internal/hass/hass.go index 61113959..cd95ffe1 100644 --- a/internal/hass/hass.go +++ b/internal/hass/hass.go @@ -57,7 +57,7 @@ func Init() { // load static entries from Hass config if err := importConfig(conf.Mod.Config); err != nil { - log.Debug().Msgf("[hass] can't import config: %s", err) + log.Trace().Msgf("[hass] can't import config: %s", err) api.HandleFunc("api/hass", func(w http.ResponseWriter, _ *http.Request) { http.Error(w, "no hass config", http.StatusNotFound)