backup 20240718
This commit is contained in:
12
esphome/sensors/aht30.yaml
Normal file
12
esphome/sensors/aht30.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
sensor:
|
||||
- platform: ahtxx
|
||||
i2c_id: bus_a
|
||||
type: aht30
|
||||
address: 0x38
|
||||
temperature:
|
||||
name: "Temperature"
|
||||
id: temp_local
|
||||
humidity:
|
||||
name: "Humidity"
|
||||
update_interval: 20s
|
||||
Reference in New Issue
Block a user