Skip to content

Commit 4039241

Browse files
swoboda1337claude
andauthored
[remote_receiver] Add missing default value for idle config option (#5700)
Document that the idle configuration option defaults to 10ms. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 5d943bb commit 4039241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/components/remote_receiver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Multiple remote receivers can be configured as a list of dict definitions within
8585
glitches from noisy signals. Allowed values are in range `0` to `4294967295us`. Defaults to `50us`.
8686

8787
- **idle** (*Optional*, [Time](/guides/configuration-types#time)): The amount of time that a signal should remain stable/unchanged for it to
88-
be considered complete. The maximum allowable value is:
88+
be considered complete. Defaults to `10ms`. The maximum allowable value is:
8989

9090
- `65536us` on the `ESP32` and `ESP32-S2` variants
9191
- `32767us` on all other ESP32 variants

0 commit comments

Comments
 (0)