RESTful Sensor: add a note explaining either resource OR resource_template is required (#24667)

This commit is contained in:
François Martin 2022-11-18 09:58:33 +01:00 committed by GitHub
parent 650b7a6ebd
commit 90448d8570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,3 +171,9 @@ binary_sensor:
required: false
type: list
{% endconfiguration %}
<div class='note'>
Use either `resource` or `resource_template`.
</div>