From f2fb47945f07ee0afd06d479b1a2400d67f624f9 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 13 Mar 2016 19:09:52 -0700 Subject: [PATCH] Add link to service calls from 15 blog post --- .../2016-03-12-z-wave-pep257-templated-service-calls.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_posts/2016-03-12-z-wave-pep257-templated-service-calls.markdown b/source/_posts/2016-03-12-z-wave-pep257-templated-service-calls.markdown index 90031cc1626..7b8d4214677 100644 --- a/source/_posts/2016-03-12-z-wave-pep257-templated-service-calls.markdown +++ b/source/_posts/2016-03-12-z-wave-pep257-templated-service-calls.markdown @@ -14,7 +14,7 @@ Two weeks has past so here is 0.15! We have been focussing a lot on quality. Mak - [@fabaff] has upgraded the codebase to follow the PEP257 documentation standard. - [@partofthething] has migrated us to use the main Python Open Z-Wave library instead of our forked version. - - To make our automations more powerful, [@persandstrom] added the option to use templates to dynamically create service calls. This works for automation, script, Alexa, universal media player, template switch. + - To make our automations more powerful, [@persandstrom] added the option to use templates to dynamically create service calls. This works for automation, script, Alexa, universal media player, template switch. [Learn more.][services] - [@MartinHjelmare] has upgraded our scene support to now support all built-in services and components. Besides bug fixes, this release also brings: @@ -45,6 +45,7 @@ automation: entity_id: switch.{% raw %}{{ states('input_select.is') }}{% endraw %} ``` +[services]: /topics/service_calls/#use-templates-to-decide-which-service-to-call [Hunter Douglas Powerview]: /components/scene.hunterdouglas_powerview/ [MQTT]: /components/lock.mqtt/ [OwnTracks]: /components/device_tracker.owntracks/