1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/heos/services.yaml
tkdrob 4ce3038b29
Add targets and selectors for services (G-H) (#50524)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-12 20:49:04 +02:00

23 lines
530 B
YAML

sign_in:
name: Sign in
description: Sign the controller in to a HEOS account.
fields:
username:
name: Username
description: The username or email of the HEOS account.
required: true
example: "example@example.com"
selector:
text:
password:
name: Password
description: The password of the HEOS account.
required: true
example: "password"
selector:
text:
sign_out:
name: Sign out
description: Sign the controller out of the HEOS account.