mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
Add support of Honeywell HumidIcon (I2C HIH series) Temperature & Humidity sensor (#5730)
This commit is contained in:
committed by
GitHub
parent
39bd829236
commit
c9c8d39778
@@ -863,6 +863,13 @@ sensor:
|
||||
oversampling: 8x
|
||||
update_interval: 15s
|
||||
i2c_id: i2c_bus
|
||||
- platform: honeywell_hih_i2c
|
||||
temperature:
|
||||
name: Living Room Temperature 7
|
||||
humidity:
|
||||
name: Living Room Humidity 7
|
||||
update_interval: 15s
|
||||
i2c_id: i2c_bus
|
||||
- platform: honeywellabp
|
||||
pressure:
|
||||
name: Honeywell pressure
|
||||
|
Reference in New Issue
Block a user