Sensor not showing on dashboard

I have a sensor configured and can see the value changing in states but it is not visible in the dashboard.

sensor: 
  - platform: command_line
    name: landing
    command: NEOHUB_IP=192.168.0.134 && echo -n $(/config/heatmiser/neocli.py stat Landing | jq -r '.CURRENT_TEMPERATURE')

Things I have tried so far:

  • Wipe my Chrome cache
  • Comment out all themes
  • Comment out customize
  • Update to latest version

Any help very much appreciated

Have you added it to a lovelace card?

I just wrote this for someone who could not see their switch. Same applies for you just add your sensor instead of the switch:

Thanks @tom_l . I feel so dumb, been using home assistant for months and never knew this existed as all my others got added automatically.

@DavidFW1960 this totally put me on the right track, thanks a million

1 Like