1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Add support for STS3x Temperature sensors (#669)

* 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 Proactive fix for STS3x component reporting WARNING status and reinitialzing similar to SHT3xd

* Flattened config.

* Fixed missing temperature unit

* Code formatting

* Added marking for future commands

* Cleanup

* Removed whitespace

* Cleanup

* Cleanup
This commit is contained in:
Nad
2019-10-19 21:31:37 +02:00
committed by Otto Winter
parent f9ca3f1c27
commit 89c1274d56
5 changed files with 172 additions and 0 deletions

View File

@@ -522,6 +522,9 @@ sensor:
name: "Living Room Humidity 8"
address: 0x44
update_interval: 15s
- platform: sts3x
name: "Living Room Temperature 9"
address: 0x4A
- platform: scd30
co2:
name: "Living Room CO2 9"