mirror of
https://github.com/esphome/esphome.git
synced 2024-11-08 09:40:53 +01:00
19 lines
254 B
YAML
19 lines
254 B
YAML
|
i2c:
|
||
|
- id: i2c_as3935
|
||
|
scl: 5
|
||
|
sda: 4
|
||
|
|
||
|
as3935_i2c:
|
||
|
irq_pin: 15
|
||
|
|
||
|
binary_sensor:
|
||
|
- platform: as3935
|
||
|
name: Storm Alert
|
||
|
|
||
|
sensor:
|
||
|
- platform: as3935
|
||
|
lightning_energy:
|
||
|
name: Lightning Energy
|
||
|
distance:
|
||
|
name: Distance Storm
|