Conditional entity not showing state?

Trying to use a conditional entity…

            entities:
              - entity: input_number.bleach_tank_imperial
                name: Tank level
              - type: conditional
                conditions:
                  - entity: input_boolean.imperial
                    state: 'on'
                row:
                  entity: input_number.bleach_tank_imperial
                  name: Tank level

(same entity, one conditional). They both show up as expected, but the conditional one is not showing its state (value):

Any idea why please?

Shouldn’t row: be elements:?

Thanks for the reply. I tried to follow this documentation:

The condition is working, just the row/entity appearance is different and I can’t understand why.

Huh… I have not seen that but oddly enough the conditional part of a picture elements card has elements: not row:.
Wonder why that is different… a bit confusing.

I think row is correct. It depends where the conditional is places (as card, entity, row, etc…). But I still can’t get it to work. Is there a way to force it to show the state and the unit of measurement?

Same thing here:
image

  - type: entities
    entities:
      - type: conditional
        conditions:
          - entity: input_boolean.heating_schedule_1_sal
            state: 'on'
        row:
          entity: input_number.heating_target_temp_plan_1_sal
          name: Temp. dagstid
      - entity: input_number.heating_target_temp_plan_1_sal
        name: Temp. dagstid

No solution still?