1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-18 15:55:46 +00:00
Files
esphome/tests/components/sdl/common.yaml
2025-11-01 17:45:42 +11:00

24 lines
396 B
YAML

host:
mac_address: "62:23:45:AF:B3:DD"
display:
- platform: sdl
id: sdl_display
update_interval: 1s
auto_clear_enabled: false
show_test_card: true
dimensions:
width: 450
height: 600
binary_sensor:
- platform: sdl
id: key_up
key: SDLK_UP
- platform: sdl
id: key_down
key: SDLK_DOWN
- platform: sdl
id: key_enter
key: SDLK_RETURN