apostrophe correction (#3394)
Never trust code that isn't described with grammatical accuracy.
This commit is contained in:
parent
04cefc780c
commit
58d1a50e58
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Configuration variables:
|
|||
- **unit_of_measurement** (*Optional*): Defines the units of measurement of the sensor, if any.
|
||||
- **value_template** (*Required*): Defines a [template](/docs/configuration/templating/#processing-incoming-data) to extract a value from the event bus.
|
||||
- **icon_template** (*Optional*): Defines a [template](/topics/templating/) for the icon of the sensor.
|
||||
- **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.
|
||||
- **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 its state.
|
||||
|
||||
|
||||
## {% linkable_title Examples %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue