hass-core/homeassistant/components/heos/services.yaml
Andrew Sayre 02d8731a61 Add HEOS sign-in/out services (#23729)
* Add HEOS sign-in/out services

* Fix typo in comment
2019-05-07 09:39:42 -07:00

12 lines
No EOL
374 B
YAML

sign_in:
description: Sign the controller in to a HEOS account.
fields:
username:
description: The username or email of the HEOS account. [Required]
example: 'example@example.com'
password:
description: The password of the HEOS account. [Required]
example: 'password'
sign_out:
description: Sign the controller out of the HEOS account.