From 4345d1fcd4f3dfd05be32524c3186407a2be77f8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 21 Jul 2016 14:28:56 +0200 Subject: [PATCH] Add delay support --- source/_posts/2016-07-30-tbd.markdown | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/source/_posts/2016-07-30-tbd.markdown b/source/_posts/2016-07-30-tbd.markdown index fea9843b302..7f4006d9c69 100644 --- a/source/_posts/2016-07-30-tbd.markdown +++ b/source/_posts/2016-07-30-tbd.markdown @@ -18,6 +18,8 @@ We are proud to annonce the availability of Home Assistant 0.25. - Frontend: Support for [iFrame panels][panel] ([@balloob]) - Light: [MagicLight/Flux WiFi Color LED Light][flux] support ([@Danielhiversen]) +- Script: Delay support for [Scripts][script] ([@Teagan42]) + ### {% linkable_title Breaking changes %} @@ -29,7 +31,9 @@ We are proud to annonce the availability of Home Assistant 0.25. [@Danielhiversen]: https://github.com/Danielhiversen [@balloob]: https://github.com/balloob/ -[@dale3h]: https://github.com/dale3h/ +[@Teagan42]: https://github.com/Teagan42/ + + [@danieljkemp]: https://github.com/danieljkemp [@GadgetReactor]: https://github.com/GadgetReactor [@keatontaylor]: https://github.com/keatontaylor @@ -42,5 +46,5 @@ We are proud to annonce the availability of Home Assistant 0.25. [@w1ll1am23]: https://github.com/w1ll1am23/ [panel]: /components/planel_iframe/ -[flux]: /component/light.flux_led - +[flux]: /component/light.flux_led/ +[script]: /components/script/