mirror of
https://github.com/esphome/esphome.git
synced 2025-01-26 14:24:26 +01:00
Add test snippet for STS3x sensor
This commit is contained in:
parent
d0173a6843
commit
53f93230c7
1 changed files with 5 additions and 0 deletions
|
@ -502,6 +502,11 @@ sensor:
|
|||
name: "Living Room Humidity 8"
|
||||
address: 0x44
|
||||
update_interval: 15s
|
||||
- platform: sts3x
|
||||
temperature:
|
||||
name: "Living Room Temperature 9"
|
||||
address: 0x4A
|
||||
update_interval: 15s
|
||||
- platform: template
|
||||
name: "Template Sensor"
|
||||
id: template_sensor
|
||||
|
|
Loading…
Add table
Reference in a new issue