diff --git a/sensor.yaml b/sensor.yaml index f4b05e5e..cbd98f77 100644 --- a/sensor.yaml +++ b/sensor.yaml @@ -825,4 +825,8 @@ - platform: command_line name: Home Assistant Latest Docker command: curl -s -L https://registry.hub.docker.com/v2/repositories/homeassistant/home-assistant/tags/ | grep -Eo '"name":\s"[0-9.]*"' | head -1 | sed -e "s/\"name\":\s\"/${replace}/g" | sed -e "s/\"/${replace}/g" - scan_interval: 28800 \ No newline at end of file + scan_interval: 28800 +- platform: command_line + name: Home Assistant Installed Version + command: python -m homeassistant --version + scan_interval: 2678400 \ No newline at end of file