Sensor in configuration.yaml file fails to load

I created a sensor for an automatic update of the jwt token, but the sensor is not loaded, so I’m testing it, but the template editor doesn’t check the sensor value
Do you know how to solve this problem

sensor:

  • platform: command_line
    name: bizppurio_debug_test
    command: “echo TEST”

Command line sensor configuration changed a long time ago.

Should be:

command_line:
  - sensor:
      name: bizppurio_debug_test
      command: "echo TEST"

Please format your code correctly for the forum. Use the </> button or three backticks like this:

```
CODE GOES HERE
```

It’s the same even if you edit it like that

Have you done a full restart of HA?

Whenever you introduce a new integration via YAML, you need to restart.