mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-03-03 07:14:10 +01:00
Add --- to make valid yaml's and fix all commented indentations
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
substitutions:
|
||||
device: lightening
|
||||
name: Lightening detector
|
||||
@@ -16,9 +17,6 @@ esp32:
|
||||
framework:
|
||||
type: esp-idf
|
||||
|
||||
external_components:
|
||||
- source: components
|
||||
|
||||
packages:
|
||||
common: !include common/common.yaml
|
||||
|
||||
@@ -38,11 +36,11 @@ as3935_i2c:
|
||||
irq_pin: 26
|
||||
|
||||
binary_sensor:
|
||||
# - platform: gpio
|
||||
# # name: Button
|
||||
# pin:
|
||||
# number: 39
|
||||
# inverted: true
|
||||
# - platform: gpio
|
||||
# # name: Button
|
||||
# pin:
|
||||
# number: 39
|
||||
# inverted: true
|
||||
- platform: as3935
|
||||
name: Storm Alert
|
||||
|
||||
@@ -62,4 +60,3 @@ sensor:
|
||||
name: Energy
|
||||
distance:
|
||||
name: Storm Distance
|
||||
|
||||
|
||||
Reference in New Issue
Block a user