Separate items

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

Please follow the instructions in the big blue box at the top of every forum page for formatting posts correctly.

Have you tried creating a group and adding those to the group?

Perfect. It only needed to configure the items in hidden to appear in the group.
Thanks