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.
This commit is contained in:
Ludeeus 2017-08-05 09:17:50 +02:00 committed by Fabian Affolter
parent 298ece92c5
commit 053e658307

View File

@ -48,5 +48,5 @@ automation:
action:
service: frontend.set_theme
data:
name: pink
name: happy
```