mirror of
https://github.com/esphome/esphome.git
synced 2025-10-13 07:13:47 +01:00
15 lines
235 B
YAML
15 lines
235 B
YAML
as3935_spi:
|
|
cs_pin: ${cs_pin}
|
|
irq_pin: ${irq_pin}
|
|
|
|
binary_sensor:
|
|
- platform: as3935
|
|
name: Storm Alert
|
|
|
|
sensor:
|
|
- platform: as3935
|
|
lightning_energy:
|
|
name: Lightning Energy
|
|
distance:
|
|
name: Distance Storm
|