mirror of
https://github.com/home-assistant/core.git
synced 2025-11-18 23:40:09 +00:00
Update homeassistant/helpers/config_validation.py
This commit is contained in:
@@ -1440,7 +1440,7 @@ def _raise_on_templated_service(
|
|||||||
_raise_on_templated_service(domain, _service, schema.schema, _path)
|
_raise_on_templated_service(domain, _service, schema.schema, _path)
|
||||||
if domain == "camera" and _service in ("record", "snapshot"):
|
if domain == "camera" and _service in ("record", "snapshot"):
|
||||||
return
|
return
|
||||||
if domain == "unifiprotect" and _service == "set_chime_paired_doorbells":
|
if domain == "velbus" and _service == "set_memo_text":
|
||||||
return
|
return
|
||||||
if schema in (dynamic_template, template, template_complex):
|
if schema in (dynamic_template, template, template_complex):
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
|
|||||||
Reference in New Issue
Block a user