mirror of
https://github.com/elisspace/core.git
synced 2026-09-21 18:17:35 +00:00
* 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
13 lines
375 B
YAML
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.
|