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:
octane321 2024-06-18 20:27:33 +02:00 committed by GitHub
parent 2682b11dc3
commit 148a365f16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
------ ------