From 90448d8570fb1c8bea0a204fd91b3a6c43ec28bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Martin?= Date: Fri, 18 Nov 2022 09:58:33 +0100 Subject: [PATCH] RESTful Sensor: add a note explaining either `resource` OR `resource_template` is required (#24667) --- source/_integrations/rest.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/rest.markdown b/source/_integrations/rest.markdown index ff29cdb4bf0..d2002050fc3 100644 --- a/source/_integrations/rest.markdown +++ b/source/_integrations/rest.markdown @@ -171,3 +171,9 @@ binary_sensor: required: false type: list {% endconfiguration %} + +
+ +Use either `resource` or `resource_template`. + +