mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Fix external IP REST sensor example (#36376)
This commit is contained in:
parent
7e614a4359
commit
bde43173ba
@ -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 }}"
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user