From 053e6583077d058895bb50d2756b94488b9f9b8e Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Sat, 5 Aug 2017 09:17:50 +0200 Subject: [PATCH] Changed name of the theme in automation example (#3139) It was a little confusing, when pink is used in automation example, and the theme_name is happy. --- source/_components/frontend.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/frontend.markdown b/source/_components/frontend.markdown index 47beb0a6f7e..d2273d950c9 100644 --- a/source/_components/frontend.markdown +++ b/source/_components/frontend.markdown @@ -48,5 +48,5 @@ automation: action: service: frontend.set_theme data: - name: pink + name: happy ```