mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
feat: Add HTU31D Support (#5805)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
9
tests/components/htu31d/common.yaml
Normal file
9
tests/components/htu31d/common.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
i2c:
|
||||
|
||||
sensor:
|
||||
- platform: htu31d
|
||||
temperature:
|
||||
name: Living Room Temperature 7
|
||||
humidity:
|
||||
name: Living Room Humidity 7
|
||||
update_interval: 15s
|
1
tests/components/htu31d/test.esp32-idf.yaml
Normal file
1
tests/components/htu31d/test.esp32-idf.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
1
tests/components/htu31d/test.esp32.yaml
Normal file
1
tests/components/htu31d/test.esp32.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
1
tests/components/htu31d/test.esp8266.yaml
Normal file
1
tests/components/htu31d/test.esp8266.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
Reference in New Issue
Block a user