mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
YAML linting (#3779)
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
---
|
||||
sensor:
|
||||
- <<: !include ./test_uptime_sensor.yaml
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
wifi:
|
||||
networks:
|
||||
- ssid: 'WiFiFromPackage'
|
||||
password: 'password1'
|
||||
- ssid: "WiFiFromPackage"
|
||||
password: "password1"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# Uptime sensor.
|
||||
platform: uptime
|
||||
id: ${devicename}_uptime_pcg
|
||||
|
||||
Reference in New Issue
Block a user