esphome/esphome/components/bme680_bsec
Maurice Makaay 96a50f5c6b
Add SPI lib for ESP8266 and only add lib for ESP32 when using Arduino (#2677)
* Add SPI lib for ESP8266 and only add lib for ESP32 when using Arduino

* Make inclusion of the SPI library unconditional

As suggested by @Oxan. Because the component requires Arduino anyway, there is no need to make the inclusion conditional.

Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>

* Fix Python lint issue

Co-authored-by: Maurice Makaay <account-github@makaay.nl>
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-11-07 19:31:41 +01:00
..
__init__.py Add SPI lib for ESP8266 and only add lib for ESP32 when using Arduino (#2677) 2021-11-07 19:31:41 +01:00
bme680_bsec.cpp ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
bme680_bsec.h Add missing include for defines.h. (#2403) 2021-09-27 21:53:47 +02:00
sensor.py Convert sensor_schema to use kwargs (#2094) 2021-08-01 12:21:32 +02:00
text_sensor.py Convert components to async-def syntax (#1823) 2021-05-24 21:45:31 +02:00