mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-09 10:07:25 -06:00
docs: normalize & make basic corrections to documentation
This commit is contained in:
@@ -8,6 +8,7 @@ type InputButton struct {
|
||||
conn *connect.HAConnection
|
||||
}
|
||||
|
||||
// Press presses an input button entity.
|
||||
func (ib InputButton) Press(entityId string) error {
|
||||
req := NewBaseServiceRequest(entityId)
|
||||
req.Domain = "input_button"
|
||||
|
||||
Reference in New Issue
Block a user