mirror of
https://github.com/esphome/esphome.git
synced 2024-12-03 20:24:14 +01:00
Updated tests to new framework
This commit is contained in:
parent
e56b189523
commit
7499053de9
2 changed files with 21 additions and 0 deletions
11
tests/components/external_eeprom/test.esp32.yaml
Normal file
11
tests/components/external_eeprom/test.esp32.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
i2c:
|
||||
- id: i2c_external_eeprom
|
||||
sda: GPIO21
|
||||
scl: GPIO22
|
||||
|
||||
external_eeprom:
|
||||
- id: ext_eeprom_component_1
|
||||
address: 0x57
|
||||
ee_memory_type: 24XX32
|
||||
i2c_buffer_size: 128
|
||||
i2c_id: i2c_external_eeprom
|
10
tests/components/external_eeprom/test.esp8266.yaml
Normal file
10
tests/components/external_eeprom/test.esp8266.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
i2c:
|
||||
- id: i2c_external_eeprom
|
||||
sda: D2
|
||||
scl: D1
|
||||
|
||||
external_eeprom:
|
||||
- id: ext_eeprom_component_1
|
||||
address: 0x57
|
||||
ee_memory_type: 24XX32
|
||||
i2c_buffer_size: 128
|
Loading…
Reference in a new issue