mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Fix spelling of temperature (#1426)
This commit is contained in:
parent
529a99d874
commit
a2eb3150d0
@ -41,7 +41,7 @@ In this section you find some real life examples of how to use this sensor.
|
|||||||
|
|
||||||
### {% linkable_title Temperature trend %}
|
### {% linkable_title Temperature trend %}
|
||||||
|
|
||||||
This example indicates `true` if the temperture is rising:
|
This example indicates `true` if the temperature is rising:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
@ -53,7 +53,7 @@ binary_sensor:
|
|||||||
sensor_class: heat
|
sensor_class: heat
|
||||||
```
|
```
|
||||||
|
|
||||||
And this one indicates `true` if the temperture is falling:
|
And this one indicates `true` if the temperature is falling:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user