add a note about the log level of dump: all (#475)

It would have saved me a bunch of time just now if I knew that remote_receiver's dump=all logging is at level DEBUG.
This commit is contained in:
Drew Perttula 2020-03-19 19:59:38 -07:00 committed by GitHub
parent ba9cd08d09
commit a4a5321bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ Configuration variables:
------------------------
- **pin** (**Required**, :ref:`config-pin`): The pin to receive the remote signal on.
- **dump** (*Optional*, list): Decode and dump these remote codes in the logs. Set to ``all`` to
dump all available codecs:
- **dump** (*Optional*, list): Decode and dump these remote codes in the logs (at log.level=DEBUG).
Set to ``all`` to dump all available codecs:
- **lg**: Decode and dump LG infrared codes.
- **nec**: Decode and dump NEC infrared codes.