mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-14 22:11:52 -06:00
docs: normalize & make basic corrections to documentation
This commit is contained in:
@@ -8,6 +8,7 @@ type InputText struct {
|
||||
conn *connect.HAConnection
|
||||
}
|
||||
|
||||
// Set sets the value of an input text entity.
|
||||
func (ib InputText) Set(entityId string, value string) error {
|
||||
req := NewBaseServiceRequest(entityId)
|
||||
req.Domain = "input_text"
|
||||
|
||||
Reference in New Issue
Block a user