From be7830995512872c3e837c8b1431b760c198fd5d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 15 Nov 2015 09:56:53 +0100 Subject: [PATCH] Remove sample (we have know the About page in the Ddev tools) --- source/_components/sensor.command_sensor.markdown | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/source/_components/sensor.command_sensor.markdown b/source/_components/sensor.command_sensor.markdown index 1232f39bb51..37bcb507570 100644 --- a/source/_components/sensor.command_sensor.markdown +++ b/source/_components/sensor.command_sensor.markdown @@ -73,17 +73,9 @@ Thanks to the [`proc`](https://en.wikipedia.org/wiki/Procfs) file system, variou The `correction_factor` will make sure that the value is shown in a useful format in the frontend. -### {% linkable_title Details about Home Assistant releases %} +### {% linkable_title Details about the upstream Home Assistant release %} -At the moment you can't see directly in the frontend what release of Home Assistant you are running. The ugly work-around is to use sensors for displaying the details about the release. One way to retrieve the vsion number for the running release is to ask `hass`. - -```yaml - - platform: command_sensor - command: "hass --version" - name: HA running -``` - -The Home Assistant releases are available on the [Python Package Index](https://pypi.python.org/pypi). This makes it possible to get the current release. +You can see directly in the frontend (**Developer tools** -> **About**) what release of Home Assistant you are running. The Home Assistant releases are available on the [Python Package Index](https://pypi.python.org/pypi). This makes it possible to get the current release. ```yaml - platform: command_sensor