Merge branch 'current' into next

This commit is contained in:
Franck Nijhof 2020-01-15 10:18:33 +01:00
commit 1dc8d85d45
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 10 additions and 0 deletions

View File

@ -40,3 +40,7 @@ code:
required: false
type: integer
{% endconfiguration %}
<div class='note warning'>
Please make sure that your alarm.com language is set to English before open any issue.
</div>

View File

@ -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