-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlogger.yaml
35 lines (35 loc) · 1.27 KB
/
logger.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Log Severities: notset, debug, info, warn, warning, error, fatal, critical
#default: debug
default: warning
logs:
homeassistant.core: error
homeassistant.config_entries: error
homeassistant.components.automation: warn
homeassistant.components.binary_sensor: error
homeassistant.components.device_tracker: error
homeassistant.components.http: warn
homeassistant.components.ipp: critical
homeassistant.components.media_player: warn
homeassistant.components.rest.sensor: critical
homeassistant.components.recorder: error
homeassistant.components.sensor.rest: warn
homeassistant.components.zwave: warn
homeassistant.components.deconz: warn
homeassistant.components.opensky: debug
#homeassistant.components.synology_dsm: debug
custom_components.gardena_smart_system: warn
custom_components.gardena_smart_system.mower: warn
custom_components.gardena_smart_system.sensor: warn
custom_components.gardena_smart_system.switch: warn
custom_components.gardena_smart_system.config_flow: warn
gardena: warn
gardena.smart_system: warn
websocket: debug
homeassistant.exceptions: info
homeassistant.helpers.script: info
homeassistant.helpers.entity: critical
homeassistant.loader: warn
py.warnings: error
pyhap.hap_server: warn
root: warn
skybellpy: warn