Files
core/homeassistant/components/heos/services.yaml
T
Franck Nijhof 24840b54ac Add yamllint (in pre-commit and CI) (#33676)
* Add yamllint (in pre-commit and CI)

* Fix linting for all YAML files

* Bump and add it to requirements

* Fix gen_requirements for pre-commit, remove 'v' from version
2020-04-05 10:33:45 +02:00

13 lines
375 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.