Tautulli HA v0.83 additional monitored variables

I am running into an issue where the new Tautulli sensor doesn’t seem to be respecting the monitored values config.

Here is what I have for the sensor config.

 - platform: tautulli
   api_key: !secret tautulli_api
   host: !secret tautulli_host
   port: !secret tautulli_port
   monitored_variables:
    - full_title

But it doesn’t seem to be pulling back the full_title value.

Any suggestions what I am doing wrong?

There is an error in the documentation (I’ve submitted a change request).

Change monitored_variables to monitored_conditions and it should work.

Thanks… that fixed things :slight_smile:

1 Like