mirror of
https://github.com/esphome/esphome.git
synced 2025-02-08 14:10:54 +00:00
19 lines
280 B
YAML
19 lines
280 B
YAML
|
i2c:
|
||
|
- id: i2c_as3935
|
||
|
scl: ${scl_pin}
|
||
|
sda: ${sda_pin}
|
||
|
|
||
|
as3935_i2c:
|
||
|
irq_pin: ${irq_pin}
|
||
|
|
||
|
binary_sensor:
|
||
|
- platform: as3935
|
||
|
name: Storm Alert
|
||
|
|
||
|
sensor:
|
||
|
- platform: as3935
|
||
|
lightning_energy:
|
||
|
name: Lightning Energy
|
||
|
distance:
|
||
|
name: Distance Storm
|