Hi all,
Quick question… Is it possible to manually run a update of the updater.updater sensor thingy?
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.
Thanks!
Easiest fix was the rest sensor
- platform: rest
name: "HA available version"
resource: https://pypi.python.org/pypi/homeassistant/json
value_template: '{{ value_json.info.version }}'
scan_interval: 3600