mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-03 19:38:30 +02:00
Add some components to the new testing framework (E) (#6176)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
i2c:
|
||||
- id: i2c_ezo
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: ezo
|
||||
id: ph_ezo
|
||||
address: 99
|
||||
unit_of_measurement: pH
|
||||
@@ -0,0 +1,10 @@
|
||||
i2c:
|
||||
- id: i2c_ezo
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: ezo
|
||||
id: ph_ezo
|
||||
address: 99
|
||||
unit_of_measurement: pH
|
||||
@@ -0,0 +1,10 @@
|
||||
i2c:
|
||||
- id: i2c_ezo
|
||||
scl: 16
|
||||
sda: 17
|
||||
|
||||
sensor:
|
||||
- platform: ezo
|
||||
id: ph_ezo
|
||||
address: 99
|
||||
unit_of_measurement: pH
|
||||
@@ -0,0 +1,10 @@
|
||||
i2c:
|
||||
- id: i2c_ezo
|
||||
scl: 16
|
||||
sda: 17
|
||||
|
||||
sensor:
|
||||
- platform: ezo
|
||||
id: ph_ezo
|
||||
address: 99
|
||||
unit_of_measurement: pH
|
||||
@@ -0,0 +1,10 @@
|
||||
i2c:
|
||||
- id: i2c_ezo
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: ezo
|
||||
id: ph_ezo
|
||||
address: 99
|
||||
unit_of_measurement: pH
|
||||
@@ -0,0 +1,10 @@
|
||||
i2c:
|
||||
- id: i2c_ezo
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: ezo
|
||||
id: ph_ezo
|
||||
address: 99
|
||||
unit_of_measurement: pH
|
||||
Reference in New Issue
Block a user