esphome/esphome/components/sht3xd
Nad 0eadda77b0 Improve SHT3xD reconnect handling (#675)
* Add support for Sensirion STS3x Temperature sensors

* Removed humidty reading from STS3x sensor

* Fixed line error and operand error

* Fixed syntax

* Add test snippet for STS3x sensor

* Clean up

* #550 Fix STH3x component reporting WARNING status and reinitialzing the sensor upon reconnecting.

* #550 Fix lint issues

* Delete __init__.py

* Delete sensor.py

* Delete sts3x.cpp

* Delete sts3x.h

* Delete test1.yaml

* Revert "Delete test1.yaml"

This reverts commit 33e69fb703.

* Removed leaked STS3x changes from test
2019-10-13 17:46:21 +02:00
..
__init__.py 🏗 Merge C++ into python codebase (#504) 2019-04-17 12:06:00 +02:00
sensor.py Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
sht3xd.cpp Improve SHT3xD reconnect handling (#675) 2019-10-13 17:46:21 +02:00
sht3xd.h Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00