mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-31 02:08:26 +02:00
Add some components to the new testing framework (H) (#6179)
* Add some components to the new testing framework (H) * Remove C3 * Fix indentation --------- Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
i2c:
|
||||
- id: i2c_hte501
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: hte501
|
||||
address: 0x40
|
||||
temperature:
|
||||
name: Temperature
|
||||
humidity:
|
||||
name: Humidity
|
||||
@@ -0,0 +1,12 @@
|
||||
i2c:
|
||||
- id: i2c_hte501
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: hte501
|
||||
address: 0x40
|
||||
temperature:
|
||||
name: Temperature
|
||||
humidity:
|
||||
name: Humidity
|
||||
@@ -0,0 +1,12 @@
|
||||
i2c:
|
||||
- id: i2c_hte501
|
||||
scl: 16
|
||||
sda: 17
|
||||
|
||||
sensor:
|
||||
- platform: hte501
|
||||
address: 0x40
|
||||
temperature:
|
||||
name: Temperature
|
||||
humidity:
|
||||
name: Humidity
|
||||
@@ -0,0 +1,12 @@
|
||||
i2c:
|
||||
- id: i2c_hte501
|
||||
scl: 16
|
||||
sda: 17
|
||||
|
||||
sensor:
|
||||
- platform: hte501
|
||||
address: 0x40
|
||||
temperature:
|
||||
name: Temperature
|
||||
humidity:
|
||||
name: Humidity
|
||||
@@ -0,0 +1,12 @@
|
||||
i2c:
|
||||
- id: i2c_hte501
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: hte501
|
||||
address: 0x40
|
||||
temperature:
|
||||
name: Temperature
|
||||
humidity:
|
||||
name: Humidity
|
||||
@@ -0,0 +1,12 @@
|
||||
i2c:
|
||||
- id: i2c_hte501
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: hte501
|
||||
address: 0x40
|
||||
temperature:
|
||||
name: Temperature
|
||||
humidity:
|
||||
name: Humidity
|
||||
Reference in New Issue
Block a user