From 25c5fb48d517fffc13e0efdcc39aacef768ccae3 Mon Sep 17 00:00:00 2001 From: akasma74 Date: Tue, 14 Jan 2020 19:59:17 +0000 Subject: [PATCH 1/2] Add useful logging example (#11742) I never knew it's possible to set per-script log level for python scripts so I think it's worth at least to add such an example to this page --- source/_integrations/logger.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/logger.markdown b/source/_integrations/logger.markdown index 3c997ae6ed0..a3296894515 100644 --- a/source/_integrations/logger.markdown +++ b/source/_integrations/logger.markdown @@ -47,6 +47,12 @@ logger: # log level for MQTT integration homeassistant.components.mqtt: warning + # log level for all python scripts + homeassistant.components.python_script: warning + + # individual log level for this python script + homeassistant.components.python_script.my_new_script.py: debug + # log level for SmartThings lights homeassistant.components.smartthings.light: info From 13ab5fc25445a6a9fdefd074eccbf46c15523f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ak=C4=B1n=20=C3=96mero=C4=9Flu?= Date: Wed, 15 Jan 2020 11:51:00 +0300 Subject: [PATCH 2/2] Add small note to alarmdotcom panel (#11740) Co-authored-by: Klaas Schoute --- source/_integrations/alarmdotcom.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/alarmdotcom.markdown b/source/_integrations/alarmdotcom.markdown index 02afea696a9..ffc1bfe73c9 100644 --- a/source/_integrations/alarmdotcom.markdown +++ b/source/_integrations/alarmdotcom.markdown @@ -40,3 +40,7 @@ code: required: false type: integer {% endconfiguration %} + +
+ Please make sure that your alarm.com language is set to English before open any issue. +