mirror of
https://github.com/esphome/esphome.git
synced 2025-09-04 04:12:23 +01:00
Add some components to the new testing framework (L) (#6195)
This commit is contained in:
13
tests/components/lcd_gpio/test.esp8266.yaml
Normal file
13
tests/components/lcd_gpio/test.esp8266.yaml
Normal file
@@ -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!");
|
Reference in New Issue
Block a user