1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/vizio/services.yaml
Franck Nijhof ea4bbd771f
Add service names to previously enriched services (#46929)
Co-authored-by: Tobias Sauerwein <cgtobi@users.noreply.github.com>
2021-02-23 14:10:13 +01:00

34 lines
894 B
YAML

update_setting:
name: Update setting
description: Update the value of a setting on a Vizio media player device.
target:
entity:
integration: vizio
domain: media_player
fields:
setting_type:
name: Setting type
description:
The type of setting to be changed. Available types are listed in the
'setting_types' property.
required: true
example: "audio"
selector:
text:
setting_name:
name: Setting name
description:
The name of the setting to be changed. Available settings for a given
setting_type are listed in the '<setting_type>_settings' property.
required: true
example: "eq"
selector:
text:
new_value:
name: New value
description: The new value for the setting.
required: true
example: "Music"
selector:
text: