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 }}" ```