This code is usable only if you are on Home Assistant 0.114 or older
For Home Assistant 0.115 and newer please go to: https://github.com/AdamNaj/ZWaveGraphHA
This code is usable only if you are on Home Assistant 0.114 or older
For Home Assistant 0.115 and newer please go to: https://github.com/AdamNaj/ZWaveGraphHA
#!/usr/bin/env bash | |
# Show information about IKEA Tradfri devices firmware from the official IKEA servers | |
# script by github.com/hhromic | |
# optional filter | |
declare -r FILTER=$1 | |
# URLs for firmware channels | |
declare -r -A CHANNEL_URLS=( | |
[CURRENT]=http://fw.ota.homesmart.ikea.net/feed/version_info.json |