Replace illegal chars in entity names

Upper case not valid for entity names.
Should fix the build error
This commit is contained in:
Jenny 2019-12-21 07:01:48 +00:00 committed by GitHub
parent 4cca0507b2
commit c275cb22df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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'