1
0
mirror of https://github.com/esphome/esphome.git synced 2025-07-03 05:33:17 +01:00

[as3935_i2c] Remove redundant includes ()

This commit is contained in:
Clyde Stubbs
2025-05-05 10:28:00 +10:00
committed by GitHub
parent a31d8ec309
commit 125aff79ec
2 changed files with 6 additions and 4 deletions
esphome/components/as3935_i2c
tests/components/as3935_i2c

@ -1,10 +1,7 @@
#pragma once
#include "esphome/core/component.h"
#include "esphome/components/as3935/as3935.h"
#include "esphome/components/i2c/i2c.h"
#include "esphome/components/sensor/sensor.h"
#include "esphome/components/binary_sensor/binary_sensor.h"
namespace esphome {
namespace as3935_i2c {

@ -3,4 +3,9 @@ substitutions:
sda_pin: GPIO17
irq_pin: GPIO15
<<: !include common.yaml
packages:
as3935: !include common.yaml
# Trigger issue: https://github.com/esphome/issues/issues/6990
# Compile with no binary sensor results in error
binary_sensor: !remove