I keep getting an error that the http://ip.jsontest.com endpoint has exceeded it’s quota for the day. I’m guessing it’s checking for an update every pass through the main processing loop in HA. Is there a way to throttle how often this gets called. I really only need it to check once or twice an hour.
Thanks
Chip
- platform: rest
resource: http://ip.jsontest.com
name: External IP
value_template: '{{ value_json.ip }}'