Exclude homeassistant.helpers.template from logs

This is my logs section…

# Log
logger:
  default: error
  logs:
    homeassistant.component.mqtt: fatal
    homeassistant.helpers.template: fatal

… but I’m not able to exclude the following error …

2018-10-12 15:33:12 ERROR (MainThread) [homeassistant.helpers.template] Error parsing value: 'dict object' has no attribute 'HUM' (value: {"TMP":"19.80"}, template: {{ value_json.HUM | float }})

… so, what I must put in my config?

I don’t know, but why not fix your template so it doesn’t error?

Because template have no problem, I’m try to manage an MQTT sensor that it send values dynamically,it send not the same JSON data, it send TMP or HUM or whatever… based on it’s own personal decision.

Fair enough! You could try a few option changes, like making default: fatal for a while to see if it changes anything.

Or just relax and realise it probably doesn’t matter… LOL.

:sunglasses::rofl: