Don't fail on camera

This commit is contained in:
Erik 2024-10-21 14:17:10 +02:00
parent d8716b6b72
commit 4c0fcbb824

View File

@ -1424,6 +1424,8 @@ def _raise_on_templated_service(
return
if _path[-10:] == ["All", 0, "label_id", "Any", 1, "All", 1, 0, "Any", 0]:
return
if domain == "camera" and _service in ("record", "snapshot"):
return
if domain == "unifiprotect" and _service == "set_chime_paired_doorbells":
return
if schema in (dynamic_template, template, template_complex):