[sdl] Add option to choose display screen (#16363)

This commit is contained in:
Clyde Stubbs
2026-06-03 14:18:16 -04:00
committed by GitHub
parent 3b0f669f47
commit 7b8cbe2de1
3 changed files with 57 additions and 7 deletions
+22
View File
@@ -10,6 +10,28 @@ display:
dimensions:
width: 450
height: 600
window_options:
position:
x: 100
y: 100
- platform: sdl
id: second_display
dimensions:
width: 450
height: 600
window_options:
position:
centered_on_display: 1
- platform: sdl
id: third_display
dimensions:
width: 450
height: 600
window_options:
position:
centered_on_display: 0
binary_sensor:
- platform: sdl