esphome/esphome/components
Nad 26dbc30279
Add support for SGP30 eCO2 and TVOC sensors (#679)
* Add support for SGP30 eCO2 and TVOC sensors

* Added test for SGP30

* Lint issues fixed

* Lint fixes

* Fixed light lengths

* Cleanup

* Add support for Sensirion SCD30 CO2 sensors

* Fixed few lint issues

* Lint fixes

* Fixed line ending for lint

* Cleanup

* Refactored float conversion

* Refactor unnecessary return

* Refactoring and cleanup

* Updated uptime_sensor_ referencing and simplified checking on availability of copensation

* Temperature and Humidity source moved to a separate compensation block; Dependency for Uptime sensor removed.

* Both humidity_source and temperature_source are now mandatory if the compensation block is defined;

* Clean up

* Cleanup

* Cleanup in search of perfection

* Use correct comment style


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-10-20 19:29:46 +02:00
..
a4988 Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
adc Use relative include, add check 2019-05-27 13:06:45 +02:00
ade7953 Add ADE7953 Support (#593) 2019-10-16 13:19:41 +02:00
ads1115 CT Clamp ADS1115 Improvements (#647) 2019-07-02 13:02:46 +02:00
am2320 Support for AM2320 temperature and humidity sensor (#554) 2019-05-27 20:00:32 +02:00
apds9960 Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
api add support for climate action (#720) 2019-10-18 10:39:14 +02:00
as3935 Cleanup AS3935 2019-10-12 17:03:01 +02:00
as3935_i2c Cleanup AS3935 2019-10-12 17:03:01 +02:00
as3935_spi Fix dev branch 2019-10-13 13:51:34 +02:00
async_tcp ESP32 Upgrade AsyncTCP to 1.1.1 (#773) 2019-10-19 14:15:22 +02:00
atm90e32 Atmel M90E32AS Energy Metering IC. Found in CircuitSetup 2chan and 6chan energy meterss (#629) 2019-06-16 12:00:15 +02:00
bang_bang add support for climate action (#720) 2019-10-18 10:39:14 +02:00
bh1750 Lint 2019-05-08 10:17:08 +02:00
binary Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
binary_sensor Add delayed_on_off binary_sensor filter (#700) 2019-08-29 16:09:37 +02:00
binary_sensor_map Binary sensor map implementation (#551) 2019-05-28 20:41:10 +02:00
ble_presence Updates for 1.13 (#546) 2019-05-12 23:04:36 +02:00
ble_rssi Format 2019-05-08 14:56:54 +02:00
bme280 BME280: Increase sensor timeout (#727) 2019-10-17 20:58:59 +02:00
bme680 Bme680 pressure value fix (#550) 2019-05-15 20:57:29 +02:00
bmp085 Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
bmp280 Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
captive_portal Add Captive Portal (#624) 2019-06-09 17:03:51 +02:00
ccs811 Moar Custom platforms 2019-05-15 10:55:35 +02:00
climate add support for climate action (#720) 2019-10-18 10:39:14 +02:00
climate_ir Base climate ir (#726) 2019-10-17 21:01:02 +02:00
coolix Base climate ir (#726) 2019-10-17 21:01:02 +02:00
cover Updates 2019-04-24 23:49:02 +02:00
cse7766 Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
ct_clamp Fix ct_clamp update 2019-10-14 12:06:23 +02:00
custom Moar Custom platforms 2019-05-15 10:55:35 +02:00
custom_component Check lambdas for return statement (#539) 2019-05-10 22:13:17 +02:00
cwww Fix Sun Trigger (#572) 2019-05-30 20:01:58 +02:00
dallas Dallas improve warnings 2019-06-30 09:14:16 +02:00
debug Move ESPHome version define (#607) 2019-06-03 16:07:15 +02:00
deep_sleep Fix dallas not unknown (#716) 2019-10-17 21:34:58 +02:00
dht DHT publish NAN on invalid reading 2019-08-31 21:14:10 +02:00
dht12 Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
display The display component should not be handling update_interval, (#693) 2019-08-27 10:30:13 -07:00
duty_cycle Lint 2019-05-08 10:17:08 +02:00
endstop Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
esp32_ble_beacon Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
esp32_ble_tracker Add BLE scan parameters (#769) 2019-10-18 18:15:53 +02:00
esp32_camera Use int_range validator (#542) 2019-05-11 11:40:29 +02:00
esp32_hall Lint 2019-05-08 10:17:08 +02:00
esp32_touch Add set_threshold and get_value methods to ESP32TouchBinarySensor. (#631) 2019-06-16 19:14:13 +02:00
esp8266_pwm Updates for 1.13 (#546) 2019-05-12 23:04:36 +02:00
ethernet Fixes 2019-05-24 16:34:01 +02:00
fan Fix medium fan speed (#595) 2019-06-01 22:00:09 +02:00
fastled_base Update dependencies (#653) 2019-06-28 11:29:37 +02:00
fastled_clockless Fix fastled clockless not loading fastled base 2019-05-08 10:45:44 +02:00
fastled_spi Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
font Use int_range validator (#542) 2019-05-11 11:40:29 +02:00
globals Fix globals.set (#635) 2019-06-14 12:40:14 +02:00
gpio Use relative include, add check 2019-05-27 13:06:45 +02:00
gps Fix TinyGPSPlus having name conflict 2019-10-19 16:16:49 +02:00
hdc1080 Apply HDC1080 patch from @Hsxsky 2019-10-15 20:53:59 +02:00
hlw8012 Allow setting the initial mode of HLW8012 sensors (#611) 2019-06-06 22:44:52 +02:00
hmc5883l Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
homeassistant Create Protobuf Plugin for automatically generating native API stubs (#633) 2019-06-18 19:31:22 +02:00
htu21d Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
hx711 Fix hx711 (#602) 2019-06-03 09:41:13 +02:00
i2c Add ADE7953 Support (#593) 2019-10-16 13:19:41 +02:00
image Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
ina219 Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
ina3221 Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
integration Integration sensor use double precision (#715) 2019-10-17 21:35:31 +02:00
interval Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
json Updates 2019-04-24 23:49:02 +02:00
lcd_base Add backlight handling for lcd_pcf8574 (#573) 2019-06-03 19:36:00 +02:00
lcd_gpio Add backlight handling for lcd_pcf8574 (#573) 2019-06-03 19:36:00 +02:00
lcd_pcf8574 Add backlight handling for lcd_pcf8574 (#573) 2019-06-03 19:36:00 +02:00
ledc Add LEDC set_frequency action (#754) 2019-10-18 11:22:08 +02:00
light Format 2019-10-18 16:43:37 +02:00
logger Captive portal fixes (#766) 2019-10-18 14:46:44 +02:00
max6675 Add more efficient SPI implementation (#622) 2019-06-07 14:25:57 +02:00
max7219 Add more efficient SPI implementation (#622) 2019-06-07 14:25:57 +02:00
max31855 Add more efficient SPI implementation (#622) 2019-06-07 14:25:57 +02:00
mcp23008 Add mcp23008 support (#649) 2019-10-17 16:18:41 +02:00
mcp23017 Fix MCP23017 setup priority (#751) 2019-10-17 19:14:25 +02:00
mhz19 Make UART flush function consistent (#748) 2019-10-17 16:54:38 +02:00
monochromatic Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
mpr121 Mpr121 added debounce and thresholds config (#558) 2019-05-28 20:39:20 +02:00
mpu6050 Changed also the datatype of temperatur values to be able to get corr… (#532) 2019-05-10 13:49:30 +02:00
mqtt Fork some base libraries (#758) 2019-10-18 14:46:09 +02:00
mqtt_subscribe Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
ms5611 Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
my9231 Use relative include, add check 2019-05-27 13:06:45 +02:00
neopixelbus Fork some base libraries (#758) 2019-10-18 14:46:09 +02:00
network Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
nextion Fix nextion display_picture argument order 2019-08-31 21:14:33 +02:00
ntc Fix NTC steinhart-hart issue 2019-05-28 22:27:39 +02:00
ota Also accept invalid spelling from Updater 2019-09-01 11:42:37 +02:00
output Updates for 1.13 (#546) 2019-05-12 23:04:36 +02:00
partition Fix light partition (#584) 2019-05-31 13:38:56 +02:00
pca9685 Use int_range validator (#542) 2019-05-11 11:40:29 +02:00
pcf8574 Fix for PCF8574 output chattering at the start/reboot (#744) 2019-10-15 21:31:52 +02:00
pmsx003 Updates for 1.13 (#546) 2019-05-12 23:04:36 +02:00
pn532 Add more efficient SPI implementation (#622) 2019-06-07 14:25:57 +02:00
power_supply Updates for 1.13 (#546) 2019-05-12 23:04:36 +02:00
pulse_counter Remove unnecessary update_interval from schemas 2019-06-28 11:30:15 +02:00
pulse_width Add core version 2.5.2 2019-05-26 10:31:29 +02:00
rdm6300 Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
remote_base Fix remote_transmitter type_a encoding (#742) 2019-10-18 09:05:37 +02:00
remote_receiver remote updates 2019-05-13 20:45:22 +02:00
remote_transmitter Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
resistance Add NTC and resistance sensor (#560) 2019-05-28 16:00:00 +02:00
restart Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
rgb Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
rgbw Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
rgbww Correctly set warm white variables (#569) 2019-05-30 09:33:47 +02:00
rotary_encoder Add rotary_encoder.set_value action (#747) 2019-10-17 19:14:52 +02:00
scd30 Format 2019-10-19 17:38:48 +02:00
script Fix scripts circular dependency (#591) 2019-06-01 12:00:10 +02:00
sds011 Make UART flush function consistent (#748) 2019-10-17 16:54:38 +02:00
senseair SenseAir S8 CO2 sensor support (#705) 2019-10-17 21:37:24 +02:00
sensor Revert "Fix filter_out bug" 2019-10-18 17:30:44 +02:00
servo Fixes 2019-04-24 18:11:46 +02:00
sgp30 Add support for SGP30 eCO2 and TVOC sensors (#679) 2019-10-20 19:29:46 +02:00
sht3xd Improve SHT3xD reconnect handling (#675) 2019-10-13 17:46:21 +02:00
shutdown Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
sim800l Fixes sim800l (#678) 2019-08-31 19:45:34 +02:00
sm16716 SM16716 support (#541) 2019-05-31 15:05:37 +02:00
sntp Update dependencies (#653) 2019-06-28 11:29:37 +02:00
speed Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
spi Add HW SPI support (#623) 2019-06-08 17:45:55 +02:00
ssd1306_base Brightness ssd1306 (#723) 2019-10-17 16:36:11 +02:00
ssd1306_i2c Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
ssd1306_spi Add more efficient SPI implementation (#622) 2019-06-07 14:25:57 +02:00
ssd1325_base Add SSD1325 Display Component (#736) 2019-10-20 19:29:46 +02:00
ssd1325_spi Add SSD1325 Display Component (#736) 2019-10-20 19:29:46 +02:00
status Add core version 2.5.2 2019-05-26 10:31:29 +02:00
status_led Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
stepper Updates 2019-04-24 23:49:02 +02:00
substitutions Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
sun Update dependencies (#653) 2019-06-28 11:29:37 +02:00
switch Use relative include, add check 2019-05-27 13:06:45 +02:00
sx1509 support for the sx1509 i2c device (#651) 2019-10-14 11:27:50 +02:00
tcl112 add tcl112 receiver (#762) 2019-10-18 09:22:55 +02:00
tcs34725 Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
template Template tilt cover (#577) 2019-06-18 19:42:36 +02:00
text_sensor Updates 2019-04-24 23:49:02 +02:00
time Fix GPS time source. (#704) 2019-08-27 22:11:50 +02:00
time_based fix wifi info (#709) 2019-08-29 21:34:29 -03:00
tlc59208f Add support for TI TLC59208F (#718) 2019-10-14 11:30:41 +02:00
total_daily_energy Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
tsl2561 Fix TSL2561 invalid default (#566) 2019-05-29 13:17:01 +02:00
ttp229_bsf remote updates 2019-05-13 20:45:22 +02:00
ttp229_lsf MULTI_CONF 2019-05-13 13:05:30 +02:00
tx20 added tx20 wind speed sensor (#275) 2019-07-03 16:42:32 +02:00
uart Use higher default baudrate for USB upload (#761) 2019-10-18 10:23:06 +02:00
uln2003 Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
ultrasonic Remove double publish_state in ultrasonic sensor (#696) 2019-08-19 12:13:48 -07:00
uptime Use relative include, add check 2019-05-27 13:06:45 +02:00
version Move ESPHome version define (#607) 2019-06-03 16:07:15 +02:00
voltage_sampler Updates 2019-05-08 09:58:03 +02:00
waveshare_epaper Add support for TTGO ePaper module (#730) 2019-10-17 20:55:27 +02:00
web_server Basic Auth for web_server component (#674) 2019-10-13 14:27:44 +02:00
web_server_base Fork some base libraries (#758) 2019-10-18 14:46:09 +02:00
wifi Captive portal fixes (#766) 2019-10-18 14:46:44 +02:00
wifi_info fix wifi info (#709) 2019-08-29 21:34:29 -03:00
wifi_signal Lint 2019-05-08 10:17:08 +02:00
xiaomi_ble fix CGG1 log message (#757) 2019-10-17 14:02:41 +02:00
xiaomi_cgg1 refactored xiaomi sensors (#755) 2019-10-16 13:29:56 +02:00
xiaomi_hhccjcy01 refactored xiaomi sensors (#755) 2019-10-16 13:29:56 +02:00
xiaomi_lywsd02 add xiaomi BLE Thermometer lywsd02 model support (#664) 2019-08-27 21:06:39 +02:00
xiaomi_lywsdcgq refactored xiaomi sensors (#755) 2019-10-16 13:29:56 +02:00
xiaomi_miflora refactored xiaomi sensors (#755) 2019-10-16 13:29:56 +02:00
xiaomi_mijia refactored xiaomi sensors (#755) 2019-10-16 13:29:56 +02:00
yashima Add Yashima climate component (#634) 2019-06-15 18:00:55 +02:00
zyaura ZyAura CO2 / Temperature / Humidity Sensor (#656) 2019-07-03 16:33:18 +02:00
__init__.py Rename esphomeyaml to esphome (#426) 2019-02-13 16:54:02 +01:00