From bde43173ba12f9c4f079d02b1377831b71aae858 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 16 Dec 2024 14:28:50 +0100 Subject: [PATCH] Fix external IP REST sensor example (#36376) --- source/_integrations/sensor.rest.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/sensor.rest.markdown b/source/_integrations/sensor.rest.markdown index 59952b54f20..346285725ff 100644 --- a/source/_integrations/sensor.rest.markdown +++ b/source/_integrations/sensor.rest.markdown @@ -179,8 +179,8 @@ You can find your external IP address using the service [JSON Test](https://www. ```yaml sensor: - platform: rest - resource: http://ip.jsontest.com - name: External IP + name: "External IP" + resource: "https://api.ipify.org/?format=json" value_template: "{{ value_json.ip }}" ```