Lots of typo corrections, added some useful examples. In automation / numeric state, I removed the config lines that used value_template for battery when the condition was for a temp sensor.
This commit is contained in:
parent
f228f7000e
commit
69ca7107b7
13 changed files with 108 additions and 68 deletions
|
@ -11,11 +11,11 @@ logo: home-assistant.png
|
|||
ha_category: "Other"
|
||||
---
|
||||
|
||||
The logger component lets one define the level of logging activities in Home Assistant.
|
||||
The logger component lets you define the level of logging activities in Home Assistant.
|
||||
|
||||
To enable the logger in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
By default log all messages and ignore log event lowest than critical for custom omponents.
|
||||
By default log all messages and ignore events lower than critical for specified components.
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
|
@ -26,7 +26,7 @@ logger:
|
|||
homeassistant.components.camera: critical
|
||||
```
|
||||
|
||||
By default ignore all messages lowest than critical and log event for custom components.
|
||||
By default ignore all messages lower than critical and log event for specified components.
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
|
@ -41,7 +41,7 @@ logger:
|
|||
|
||||
Possible log severities are:
|
||||
|
||||
- citical
|
||||
- critical
|
||||
- fatal
|
||||
- error
|
||||
- warning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue