2020-08-07 02:43:03 +00:00
|
|
|
update_setting:
|
|
|
|
description: Update the value of a setting on a particular Vizio media player device.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
2020-09-02 09:55:10 +00:00
|
|
|
description: Name of an entity to send command to.
|
2020-08-07 02:43:03 +00:00
|
|
|
example: "media_player.vizio_smartcast"
|
|
|
|
setting_type:
|
|
|
|
description: The type of setting to be changed. Available types are listed in the `setting_types` property.
|
|
|
|
example: "audio"
|
|
|
|
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.
|
|
|
|
example: "eq"
|
|
|
|
new_value:
|
|
|
|
description: The new value for the setting
|
|
|
|
example: "Music"
|