mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-31 10:08:27 +02:00
Add some components to the new testing framework (M part 1) (#6207)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
i2c:
|
||||
- id: i2c_max9611
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: max9611
|
||||
shunt_resistance: 0.2 ohm
|
||||
gain: 1X
|
||||
voltage:
|
||||
name: Max9611 Voltage
|
||||
current:
|
||||
name: Max9611 Current
|
||||
power:
|
||||
name: Max9611 Watts
|
||||
temperature:
|
||||
name: Max9611 Temp
|
||||
update_interval: 1s
|
||||
@@ -0,0 +1,18 @@
|
||||
i2c:
|
||||
- id: i2c_max9611
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: max9611
|
||||
shunt_resistance: 0.2 ohm
|
||||
gain: 1X
|
||||
voltage:
|
||||
name: Max9611 Voltage
|
||||
current:
|
||||
name: Max9611 Current
|
||||
power:
|
||||
name: Max9611 Watts
|
||||
temperature:
|
||||
name: Max9611 Temp
|
||||
update_interval: 1s
|
||||
@@ -0,0 +1,18 @@
|
||||
i2c:
|
||||
- id: i2c_max9611
|
||||
scl: 16
|
||||
sda: 17
|
||||
|
||||
sensor:
|
||||
- platform: max9611
|
||||
shunt_resistance: 0.2 ohm
|
||||
gain: 1X
|
||||
voltage:
|
||||
name: Max9611 Voltage
|
||||
current:
|
||||
name: Max9611 Current
|
||||
power:
|
||||
name: Max9611 Watts
|
||||
temperature:
|
||||
name: Max9611 Temp
|
||||
update_interval: 1s
|
||||
@@ -0,0 +1,18 @@
|
||||
i2c:
|
||||
- id: i2c_max9611
|
||||
scl: 16
|
||||
sda: 17
|
||||
|
||||
sensor:
|
||||
- platform: max9611
|
||||
shunt_resistance: 0.2 ohm
|
||||
gain: 1X
|
||||
voltage:
|
||||
name: Max9611 Voltage
|
||||
current:
|
||||
name: Max9611 Current
|
||||
power:
|
||||
name: Max9611 Watts
|
||||
temperature:
|
||||
name: Max9611 Temp
|
||||
update_interval: 1s
|
||||
@@ -0,0 +1,18 @@
|
||||
i2c:
|
||||
- id: i2c_max9611
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: max9611
|
||||
shunt_resistance: 0.2 ohm
|
||||
gain: 1X
|
||||
voltage:
|
||||
name: Max9611 Voltage
|
||||
current:
|
||||
name: Max9611 Current
|
||||
power:
|
||||
name: Max9611 Watts
|
||||
temperature:
|
||||
name: Max9611 Temp
|
||||
update_interval: 1s
|
||||
@@ -0,0 +1,18 @@
|
||||
i2c:
|
||||
- id: i2c_max9611
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: max9611
|
||||
shunt_resistance: 0.2 ohm
|
||||
gain: 1X
|
||||
voltage:
|
||||
name: Max9611 Voltage
|
||||
current:
|
||||
name: Max9611 Current
|
||||
power:
|
||||
name: Max9611 Watts
|
||||
temperature:
|
||||
name: Max9611 Temp
|
||||
update_interval: 1s
|
||||
Reference in New Issue
Block a user