From 8b7a406fe79f577bc80aa98f11fd81af69162de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Tue, 7 Jul 2015 22:33:40 +0200 Subject: [PATCH] Use xy_color instead of color in the configuration example --- config/configuration.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/configuration.yaml.example b/config/configuration.yaml.example index c99f760f21f..5acca361a30 100644 --- a/config/configuration.yaml.example +++ b/config/configuration.yaml.example @@ -159,5 +159,5 @@ scene: light.tv_back_light: on light.ceiling: state: on - color: [0.33, 0.66] + xy_color: [0.33, 0.66] brightness: 200