Add name and target filter to vizio entity service (#46916)

* Add name and target filter to vizio entity service

* Update homeassistant/components/vizio/services.yaml

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* add selectors

* Update homeassistant/components/vizio/services.yaml

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update homeassistant/components/vizio/services.yaml

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update homeassistant/components/vizio/services.yaml

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Raman Gupta 2021-02-22 13:31:18 -05:00 committed by GitHub
parent 5907129b25
commit 668574c48f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,29 @@
update_setting: update_setting:
description: Update the value of a setting on a particular Vizio media player device. name: Update a Vizio media player setting
description: Update the value of a setting on a Vizio media player device.
target:
entity:
integration: vizio
domain: media_player
fields: fields:
entity_id:
description: Name of an entity to send command to.
example: "media_player.vizio_smartcast"
setting_type: setting_type:
description: The type of setting to be changed. Available types are listed in the `setting_types` property. name: Setting type
description: The type of setting to be changed. Available types are listed in the 'setting_types' property.
required: true
example: "audio" example: "audio"
selector:
text:
setting_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. 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" example: "eq"
selector:
text:
new_value: new_value:
description: The new value for the setting name: New value
description: The new value for the setting.
required: true
example: "Music" example: "Music"
selector:
text: