From c275cb22df636fc10d31fba58a1fc2e0e392d569 Mon Sep 17 00:00:00 2001
From: Jenny <pinkywafer@gmail.com>
Date: Sat, 21 Dec 2019 07:01:48 +0000
Subject: [PATCH] Replace illegal chars in entity names

Upper case not valid for entity names.
Should fix the build error
---
 config/scene/tv_time.yaml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/config/scene/tv_time.yaml b/config/scene/tv_time.yaml
index aafb7873..508e7ac4 100755
--- a/config/scene/tv_time.yaml
+++ b/config/scene/tv_time.yaml
@@ -1,20 +1,20 @@
 - name: TV Time
   entities:
-       light.M1_front_left:
+       light.m1_front_left:
            state: off
            transition: 10
-       light.M1_front_right:
+       light.m1_front_right:
            state: off
            transition: 10
-       light.M1_slider:
+       light.m1_slider:
            state: off
            transition: 10
-       light.M1_back_right:
+       light.m1_back_right:
            state: on
            transition: 10
            color_name: 'Gold'
            brightness: 30
-       light.M1_back_left:
+       light.m1_back_left:
            state: on
            transition: 40
            color_name: 'Gold'