1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Add support for SHT4X (#1512)

This commit is contained in:
Stephen Tierney
2021-04-28 18:22:46 +10:00
committed by GitHub
parent cc43e01e34
commit 7fb116d87d
6 changed files with 234 additions and 0 deletions

View File

@@ -741,6 +741,13 @@ sensor:
id: 'workshop_PMC_10_0'
address: 0x69
update_interval: 10s
- platform: sht4x
temperature:
name: 'SHT4X Temperature'
humidity:
name: 'SHT4X Humidity'
address: 0x44
update_interval: 15s
- platform: shtcx
temperature:
name: 'Living Room Temperature 10'