Merge pull request #690 from pinkywafer/patch-1

Replace illegal chars in entity names
This commit is contained in:
Carlo Costanzo 2019-12-22 14:58:36 -05:00 committed by GitHub
commit 92e4307543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,20 @@
- name: TV Time - name: TV Time
entities: entities:
light.M1_front_left: light.m1_front_left:
state: off state: off
transition: 10 transition: 10
light.M1_front_right: light.m1_front_right:
state: off state: off
transition: 10 transition: 10
light.M1_slider: light.m1_slider:
state: off state: off
transition: 10 transition: 10
light.M1_back_right: light.m1_back_right:
state: on state: on
transition: 10 transition: 10
color_name: 'Gold' color_name: 'Gold'
brightness: 30 brightness: 30
light.M1_back_left: light.m1_back_left:
state: on state: on
transition: 40 transition: 40
color_name: 'Gold' color_name: 'Gold'