We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14732ee commit 49f69a3Copy full SHA for 49f69a3
source/_components/sensor.version.markdown
@@ -13,7 +13,6 @@ logo: home-assistant.png
13
ha_release: 0.52
14
---
15
16
-
17
The `version` sensor platform is displaying the current version of Home Assistant in the frontend.
18
19
To enable this sensor, add the following lines to your `configuration.yaml` file for a GET request:
@@ -24,9 +23,13 @@ sensor:
24
23
- platform: version
25
```
26
27
-Configuration variables:
28
29
-- **name** (*Optional*): Name of the sensor. Defaults to `Current Version`.
+{% configuration %}
+name:
+ description: Name of the sensor.
+ required: false
30
+ type: string
31
+ default: Current Version
32
+{% endconfiguration %}
33
34
## {% linkable_title Alternatives %}
35
0 commit comments