Manually running updater

Hi all,

Quick question… Is it possible to manually run a update of the updater.updater sensor thingy?

Take a look here

There are also some examples of sensors that people create to get update notifications.

1 Like

Thanks!

Easiest fix was the rest sensor :slight_smile:

- platform: rest
  name: "HA available version"
  resource: https://pypi.python.org/pypi/homeassistant/json
  value_template: '{{ value_json.info.version }}'
  scan_interval: 3600