Skip to content

Commit b4b8827

Browse files
nohatCopilot
andauthored
Update content/components/light/_index.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 70844ae commit b4b8827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/components/light/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ light:
5050

5151
- Values `>0` – interval publishing is enabled. The starting state is published at the beginning of the transition or flash, intermediate states are published roughly every `transition_state_publish_interval` while it is running, and a final state is published at the end. If the light call includes `save: true`, the stored state is updated when the transition finishes instead of on each intermediate update.
5252

53-
Shorter intervals create more frequent publishes and therefore more network and CPU load. In testing on ESP8266-class devices, values below about `150ms` rarely produce smoother visible transitions but can generate a large number of API/MQTT updates and push the device toward its CPU limits. For ESP8266-class devices, defaults in the range of `200ms` to `250ms` (around 4–5 Hz) generally provide smooth updates without excessive overhead.
53+
Shorter intervals create more frequent publishes and therefore more network and CPU load. In testing on ESP8266-class devices, values below about `150ms` rarely produce smoother visible transitions but can generate a large number of API/MQTT updates and push the device toward its CPU limits. For ESP8266-class devices, recommended values in the range of `200ms` to `250ms` (around 4–5 Hz) generally provide smooth updates without excessive overhead.
5454

5555
- **initial_state** (*Optional*): The initial state the light should be set to on bootup. This state will be applied
5656
when the state is **not** restored based on `restore_mode` (below).

0 commit comments

Comments
 (0)