Hi.
I’m in my first examples.
I’m copying an example of an alarm.
When I execute it, the items appear separated by type.
input_number:
reloj_alarma_hora:
initial: 6
min: 0
max: 23
step: 1
reloj_alarma_minutos:
initial: 15
min: 0
max: 59
step: 1
input_boolean:
reloj_alarma_estado:
initial: on
[first frame]
reloj_alarma_hora (NUMBER)
reloj_alarma_minutos: (NUMBER)
[second frame]
reloj_alarma_estado (BOOLEAN)
Any suggestions so that they appear together in the same frame?
Thanks