A motion sensor in a central hallway is flooding the HA logs. Can anyone tell me the correct logger designation for this sensor so that it might be excluded?
I’ve tried the following in configuration.yaml, but the sensor is still logging:
logger:
default: info
logs:
homeassistant.components.binary_sensor.motion_sensor: warn
There doesn’t seem to be a parent integration or device for the sensor-- at least not one that displays in the Lovelace UI – I assume because the alarm system (of which the motion sensor is a part) is connected via USB?
I had searched the forum for an answer, but no joy.
Thanks.