Skip to content

Commit b33586e

Browse files
authored
Don't put value_template when using appdaemon
1 parent 5d52c69 commit b33586e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/sensor.template.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Configuration variables:
3535
- **sensors** array (*Required*): List of your sensors.
3636
- **friendly_name** (*Optional*): Name to use in the Frontend.
3737
- **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)
3939
- **icon_template** (*Optional*): Defines a [template](/topics/templating/) for the icon of the sensor.
4040
- **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.
4141

0 commit comments

Comments
 (0)