Skip to content

Commit 882b4df

Browse files
committed
Fixes #28
Fix entity name.
1 parent 7fb1ff7 commit 882b4df

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

esphome/loopon_unity.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ esphome:
3232
then:
3333
- light.turn_on:
3434
id: rgb_light
35-
effect: Boot Sequence
35+
effect: "Boot Sequence"
3636
red: 100%
3737
green: 100%
3838
blue: 100%
@@ -115,7 +115,7 @@ light:
115115
restore_mode: RESTORE_DEFAULT_OFF
116116
effects:
117117
- addressable_rainbow:
118-
name: Boot Sequence
118+
name: "Boot Sequence"
119119
speed: 50
120120
width: 1
121121

esphome/loopon_unity_2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ esphome:
3232
then:
3333
- light.turn_on:
3434
id: rgb_light
35-
effect: Boot Sequence
35+
effect: "Boot Sequence"
3636
red: 100%
3737
green: 100%
3838
blue: 100%
@@ -116,7 +116,7 @@ light:
116116
restore_mode: RESTORE_DEFAULT_OFF
117117
effects:
118118
- addressable_rainbow:
119-
name: Boot Sequence
119+
name: "Boot Sequence"
120120
speed: 50
121121
width: 1
122122

@@ -190,7 +190,7 @@ sensor:
190190
update_interval: 60s
191191
- platform: ld2410
192192
moving_distance:
193-
name : "${device_name} Moving Human Distance"
193+
name : "Moving Human Distance"
194194
id: moving_target_distance_ld2410
195195
still_distance:
196196
name: "Still Human Distance"

esphome/loopon_unity_no_power_save.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ esphome:
3232
then:
3333
- light.turn_on:
3434
id: rgb_light
35-
effect: Boot Sequence
35+
effect: "Boot Sequence"
3636
red: 100%
3737
green: 100%
3838
blue: 100%
@@ -106,7 +106,7 @@ light:
106106
restore_mode: RESTORE_DEFAULT_OFF
107107
effects:
108108
- addressable_rainbow:
109-
name: Boot Sequence
109+
name: "Boot Sequence"
110110
speed: 50
111111
width: 1
112112

0 commit comments

Comments
 (0)