From 2307c608d29278fc990c7f7ee43c2d72d8e93f0b Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Wed, 2 Oct 2019 02:24:22 -0400 Subject: [PATCH] Update slightly outdated Dev Tools instructions (#10542) Minor tweak.. This used the previous Services icon which is no longer in use... Services is now a tab (text only) within Developer Tools since Home Assistant 0.96. --- source/_docs/scripts/service-calls.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/scripts/service-calls.markdown b/source/_docs/scripts/service-calls.markdown index 240c1d2a903..6fd5c6a1790 100644 --- a/source/_docs/scripts/service-calls.markdown +++ b/source/_docs/scripts/service-calls.markdown @@ -11,7 +11,7 @@ The configuration options to call a config are the same between all integrations Examples on this page will be given as part of an automation integration configuration but different approaches can be used for other integrations too.
-Use the service developer tool in the frontend to discover available services. +Use the "Services" tab under Developer Tools to discover available services.
### The basics