mirror of
https://github.com/esphome/esphome.git
synced 2025-03-14 04:25:15 +01:00
Some checks failed
CI / Create common environment (push) Has been cancelled
YAML lint / yamllint (push) Has been cancelled
CI / Check black (push) Has been cancelled
CI / Check flake8 (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Check pyupgrade (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Run pytest (push) Has been cancelled
CI / Check clang-format (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / list-components (push) Has been cancelled
CI / Component test (push) Has been cancelled
CI / Split components for testing into 20 groups maximum (push) Has been cancelled
CI / Test split components (push) Has been cancelled
CI / CI Status (push) Has been cancelled
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com>
23 lines
387 B
YAML
23 lines
387 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_a
|
|
- platform: sdl
|
|
id: key_down
|
|
key: SDLK_d
|
|
- platform: sdl
|
|
id: key_enter
|
|
key: SDLK_s
|