Themes(elevator): Move speech output question higher, add condition on induction loop question, see #2411

This commit is contained in:
Pieter Vander Vennet 2025-05-09 22:37:25 +02:00
parent e7d3cb1886
commit 41e501c18e

View file

@ -367,7 +367,6 @@
}
]
},
"induction-loop",
{
"id": "tactile_writing_available",
"question": {
@ -524,6 +523,16 @@
}
}
}
},
{
"builtin": "induction-loop",
"override": {
"condition": {
"and+": [
"speech_output=yes"
]
}
}
}
],
"allowMove": {