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

@@ -5,14 +5,10 @@ import (
"github.com/Xevion/go-ha/types"
)
/* Structs */
type Climate struct {
conn *connect.HAConnection
}
/* Public API */
func (c Climate) SetFanMode(entityId string, fanMode string) error {
req := NewBaseServiceRequest(entityId)
req.Domain = "climate"