monitor validator does not report what device name is missing
the "entry" validation is executed even if "name" validation fails. The pydantic validation error is then not shown and there is only error from getattr.
Validate entry has to run only if validate_name was successful.
Edited by wyzula_j