mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-11 03:16:51 +00:00
Merge branch 'current' into next
This commit is contained in:
commit
1dc8d85d45
@ -40,3 +40,7 @@ code:
|
|||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
<div class='note warning'>
|
||||||
|
Please make sure that your alarm.com language is set to English before open any issue.
|
||||||
|
</div>
|
||||||
|
@ -47,6 +47,12 @@ logger:
|
|||||||
# log level for MQTT integration
|
# log level for MQTT integration
|
||||||
homeassistant.components.mqtt: warning
|
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
|
# log level for SmartThings lights
|
||||||
homeassistant.components.smartthings.light: info
|
homeassistant.components.smartthings.light: info
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user