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 (L) (#6195)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
display:
|
||||
- platform: lcd_gpio
|
||||
id: my_lcd_gpio
|
||||
dimensions: 18x4
|
||||
data_pins:
|
||||
- number: 1
|
||||
- number: 2
|
||||
- number: 3
|
||||
- number: 4
|
||||
enable_pin: 5
|
||||
rs_pin: 6
|
||||
lambda: |-
|
||||
it.print("Hello World!");
|
||||
@@ -0,0 +1,13 @@
|
||||
display:
|
||||
- platform: lcd_gpio
|
||||
id: my_lcd_gpio
|
||||
dimensions: 18x4
|
||||
data_pins:
|
||||
- number: 1
|
||||
- number: 2
|
||||
- number: 3
|
||||
- number: 4
|
||||
enable_pin: 5
|
||||
rs_pin: 6
|
||||
lambda: |-
|
||||
it.print("Hello World!");
|
||||
@@ -0,0 +1,13 @@
|
||||
display:
|
||||
- platform: lcd_gpio
|
||||
id: my_lcd_gpio
|
||||
dimensions: 18x4
|
||||
data_pins:
|
||||
- number: 12
|
||||
- number: 13
|
||||
- number: 14
|
||||
- number: 15
|
||||
enable_pin: 16
|
||||
rs_pin: 5
|
||||
lambda: |-
|
||||
it.print("Hello World!");
|
||||
@@ -0,0 +1,13 @@
|
||||
display:
|
||||
- platform: lcd_gpio
|
||||
id: my_lcd_gpio
|
||||
dimensions: 18x4
|
||||
data_pins:
|
||||
- number: 12
|
||||
- number: 13
|
||||
- number: 14
|
||||
- number: 15
|
||||
enable_pin: 16
|
||||
rs_pin: 5
|
||||
lambda: |-
|
||||
it.print("Hello World!");
|
||||
@@ -0,0 +1,13 @@
|
||||
display:
|
||||
- platform: lcd_gpio
|
||||
id: my_lcd_gpio
|
||||
dimensions: 18x4
|
||||
data_pins:
|
||||
- number: 12
|
||||
- number: 13
|
||||
- number: 14
|
||||
- number: 15
|
||||
enable_pin: 16
|
||||
rs_pin: 5
|
||||
lambda: |-
|
||||
it.print("Hello World!");
|
||||
@@ -0,0 +1,13 @@
|
||||
display:
|
||||
- platform: lcd_gpio
|
||||
id: my_lcd_gpio
|
||||
dimensions: 18x4
|
||||
data_pins:
|
||||
- number: 1
|
||||
- number: 2
|
||||
- number: 3
|
||||
- number: 4
|
||||
enable_pin: 5
|
||||
rs_pin: 6
|
||||
lambda: |-
|
||||
it.print("Hello World!");
|
||||
Reference in New Issue
Block a user