mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-04 23:52:18 +01:00
corrected indentation (#3964)
from: sensor: - id: !extend uptime_sensor update_interval: 1s to: sensor: - id: !extend uptime_sensor update_interval: 1s
This commit is contained in:
parent
2682b11dc3
commit
148a365f16
@ -554,8 +554,8 @@ For example to set a specific update interval on a common uptime sensor that is
|
|||||||
common: !include common.yaml
|
common: !include common.yaml
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
- id: !extend uptime_sensor
|
- id: !extend uptime_sensor
|
||||||
update_interval: 10s
|
update_interval: 10s
|
||||||
|
|
||||||
Remove
|
Remove
|
||||||
------
|
------
|
||||||
|
Loading…
Reference in New Issue
Block a user