mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 11:16:54 +00:00
fix ident in influxdb doc (#10954)
This commit is contained in:
parent
ba419d48d6
commit
ec18414c92
@ -285,7 +285,7 @@ sensor:
|
|||||||
measurement: '"°C"'
|
measurement: '"°C"'
|
||||||
field: value
|
field: value
|
||||||
database: db1
|
database: db1
|
||||||
- name: Min for last hour
|
- name: Min for last hour
|
||||||
unit_of_measurement: '%'
|
unit_of_measurement: '%'
|
||||||
value_template: '{% raw %}{{ value | round(1) }}{% endraw %}'
|
value_template: '{% raw %}{{ value | round(1) }}{% endraw %}'
|
||||||
group_function: min
|
group_function: min
|
||||||
|
Loading…
x
Reference in New Issue
Block a user