mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Fix type
This commit is contained in:
parent
c6b52e6b59
commit
d874164247
@ -290,7 +290,7 @@ This effect allows you to write completely custom light effects yourself using :
|
||||
} else {
|
||||
call.set_rgb(1.0, 0.0, 0.0);
|
||||
}
|
||||
call.execute();
|
||||
call.perform();
|
||||
state += 1;
|
||||
if (state == 4)
|
||||
state = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user