diff --git a/source/_docs/blueprint/selectors.markdown b/source/_docs/blueprint/selectors.markdown index 5cb8c40304f..2282adf51de 100644 --- a/source/_docs/blueprint/selectors.markdown +++ b/source/_docs/blueprint/selectors.markdown @@ -1107,7 +1107,7 @@ number: ## Object selector -The object selector can be used to input arbitrary data in YAML form. This is useful for e.g. lists and dictionaries like service data. The value of the input will contain the provided data. +The object selector can be used to input arbitrary data in YAML form. This is useful for e.g. lists and dictionaries containing data for actions. The value of the input will contain the provided data. ![Screenshot of an object selector](/images/blueprints/selector-object.png) @@ -1290,9 +1290,9 @@ For example: `heat_cool`. ## Target selector The target selector is a rather special selector, allowing the user to select -targeted entities, devices or areas for service calls. The value of +targeted entities, devices, or areas for actions. The value of the input will contain a special target format, that is accepted by -service calls. +actions. The selectable targets can be filtered, based on entity or device properties. Areas are only selectable as a target, if some entities or devices match @@ -1367,7 +1367,7 @@ entity: {% important %} -Targets are meant to be used with the `target` property of a service call in +Targets are meant to be used with the `target` property of an action in a script sequence. For example: ```yaml