From dda0e1af18483e1c962926f31506d433fe4a6b49 Mon Sep 17 00:00:00 2001 From: Jef D Date: Tue, 28 May 2019 14:44:18 +0200 Subject: [PATCH] Link to where the parameters can typically be found (#9526) * Link to where the parameters can typically be found * Update link --- source/_docs/scripts/service-calls.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_docs/scripts/service-calls.markdown b/source/_docs/scripts/service-calls.markdown index 6a706456f13..616ef6ffd3e 100644 --- a/source/_docs/scripts/service-calls.markdown +++ b/source/_docs/scripts/service-calls.markdown @@ -41,6 +41,8 @@ data: rgb_color: [255, 0, 0] ``` +A full list of the parameters for a service can be found on the documentation page of each component, in the same way as it's done for the `light.turn_on` [service](/components/light/#service-lightturn_on). + ### {% linkable_title Use templates to decide which service to call %} You can use [templating] support to dynamically choose which service to call. For example, you can call a certain service based on if a light is on.