mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Add TC74 temperature sensor (#7460)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
8
tests/components/tc74/test.esp32-ard.yaml
Normal file
8
tests/components/tc74/test.esp32-ard.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
i2c:
|
||||
- id: i2c_tc74
|
||||
scl: 16
|
||||
sda: 17
|
||||
|
||||
sensor:
|
||||
- platform: tc74
|
||||
name: TC74 Temperature
|
8
tests/components/tc74/test.esp32-c3-ard.yaml
Normal file
8
tests/components/tc74/test.esp32-c3-ard.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
i2c:
|
||||
- id: i2c_tc74
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: tc74
|
||||
name: TC74 Temperature
|
8
tests/components/tc74/test.esp32-c3-idf.yaml
Normal file
8
tests/components/tc74/test.esp32-c3-idf.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
i2c:
|
||||
- id: i2c_tc74
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: tc74
|
||||
name: TC74 Temperature
|
8
tests/components/tc74/test.esp32-idf.yaml
Normal file
8
tests/components/tc74/test.esp32-idf.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
i2c:
|
||||
- id: i2c_tc74
|
||||
scl: 16
|
||||
sda: 17
|
||||
|
||||
sensor:
|
||||
- platform: tc74
|
||||
name: TC74 Temperature
|
8
tests/components/tc74/test.esp8266-ard.yaml
Normal file
8
tests/components/tc74/test.esp8266-ard.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
i2c:
|
||||
- id: i2c_tc74
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: tc74
|
||||
name: TC74 Temperature
|
8
tests/components/tc74/test.rp2040-ard.yaml
Normal file
8
tests/components/tc74/test.rp2040-ard.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
i2c:
|
||||
- id: i2c_tc74
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: tc74
|
||||
name: TC74 Temperature
|
Reference in New Issue
Block a user