Skip to content

Commit

Permalink
corrected indentation (#3964)
Browse files Browse the repository at this point in the history
from:
sensor:
- id: !extend uptime_sensor
  update_interval: 1s

to:
sensor:
  - id: !extend uptime_sensor
    update_interval: 1s
  • Loading branch information
octane321 committed Jun 18, 2024
1 parent 2682b11 commit 148a365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/configuration-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,8 @@ For example to set a specific update interval on a common uptime sensor that is
common: !include common.yaml
sensor:
- id: !extend uptime_sensor
update_interval: 10s
- id: !extend uptime_sensor
update_interval: 10s
Remove
------
Expand Down

0 comments on commit 148a365

Please sign in to comment.