Scan_interval Milliseconds

This could already be a feature but I cant find anything solid. Is there a way to set a scan_interval to milliseconds instead of seconds?

Having such a small scan_interval can be really resource intensive. You should look at event based (push) updates for realtime udpates.

Im mostly interested in plex updating the state quicker.

Is every one second not fast enough? I mean, it’s only a second right? That’s what I’m using and it seems responsive enough to me. Though I suppose I can understand. But having an interval of several times per second would be pretty demanding.

Yea have my lights and a screen masking system for the theater room so it would be nice if it was more instant… Its really fast but not right when i click play. Just figured id ask in case there was a way to speed the status update a bit.

You could perhaps try to use scan_interval: 0.5, I’m not sure if it’ll work, there might be validation on the attribute so it needs to be a full number.