From dadb246964b350574d0dfe7a2bf56ac859146812 Mon Sep 17 00:00:00 2001 From: James Hewitt Date: Tue, 22 Feb 2022 13:16:42 +0000 Subject: [PATCH] Update RFXtrx logging snippet (#21741) --- source/_integrations/rfxtrx.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/rfxtrx.markdown b/source/_integrations/rfxtrx.markdown index fa9884ea13f..80d989f2600 100644 --- a/source/_integrations/rfxtrx.markdown +++ b/source/_integrations/rfxtrx.markdown @@ -42,7 +42,9 @@ To receive debug logging from the RFXCOM device, add the following lines to `con ```yaml logger: + default: warning logs: + homeassistant.components.rfxtrx: debug RFXtrx: debug ```