mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-09 16:07:21 -06:00
add number service
This commit is contained in:
@@ -18,7 +18,8 @@ func BuildService[
|
||||
InputDatetime |
|
||||
InputText |
|
||||
InputNumber |
|
||||
Notify,
|
||||
Notify |
|
||||
Number,
|
||||
](conn *websocket.Conn, ctx context.Context) *T {
|
||||
return &T{conn: conn, ctx: ctx}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user