mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-06 03:15:14 -06:00
cleanup todos that are done
This commit is contained in:
@@ -26,7 +26,7 @@ func (ib InputDatetime) Set(entityId string, value time.Time) {
|
||||
"timestamp": fmt.Sprint(value.Unix()),
|
||||
}
|
||||
|
||||
ws.WriteMessage(req, ib.conn, ib.ctx) // TODO: this ain't working for some reason
|
||||
ws.WriteMessage(req, ib.conn, ib.ctx)
|
||||
}
|
||||
|
||||
func (ib InputDatetime) Reload() {
|
||||
|
||||
Reference in New Issue
Block a user