chore: reformat, normalize imports

This commit is contained in:
2025-08-01 20:44:38 -05:00
parent 9b8ef545a6
commit 8fe6bc0cff
31 changed files with 94 additions and 145 deletions

View File

@@ -4,17 +4,13 @@ import (
"fmt"
"time"
ws "github.com/Xevion/go-ha/internal/connect"
"github.com/Xevion/go-ha/internal/connect"
)
/* Structs */
type InputDatetime struct {
conn *ws.HAConnection
conn *connect.HAConnection
}
/* Public API */
func (ib InputDatetime) Set(entityId string, value time.Time) error {
req := NewBaseServiceRequest(entityId)
req.Domain = "input_datetime"