You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/sensor.template.markdown
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Configuration variables:
35
35
- **sensors** array (*Required*): List of your sensors.
36
36
- **friendly_name** (*Optional*): Name to use in the Frontend.
37
37
- **unit_of_measurement** (*Optional*): Defines the units of measurement of the sensor, if any.
38
-
- **value_template** (*Required*): Defines a [template](/docs/configuration/templating/#processing-incoming-data) to extract a value from the event bus.
38
+
- **value_template** (*Required*): Defines a [template](/docs/configuration/templating/#processing-incoming-data) to extract a value from the event bus. (Leave this out when using the appdaemon to set a value)
39
39
- **icon_template** (*Optional*): Defines a [template](/topics/templating/) for the icon of the sensor.
40
40
- **entity_id** (*Optional*): Add a list of entity IDs so the sensor only reacts to state changes of these entities. This will reduce the number of times the sensor will try to update it's state.
0 commit comments