############################################################ # # Logger You can filter anything betwen the []'s in the logger. # ############################################################ # Log Severities: notset, debug, info, warn, warning, error, fatal, critical default: info logs: homeassistant.core: warn homeassistant.components.automation: info homeassistant.components.climate.nest: error homeassistant.components.device_tracker: error homeassistant.components.discovery: warn homeassistant.components.http: error homeassistant.components.media_player: warn homeassistant.components.recorder: warn homeassistant.components.sensor.darksky: error homeassistant.components.zwave: info homeassistant.helpers.script: info root: warn