Pls ,help me, about sensor

how control sensor update time?

You can use “scan_interval” to set a frequency in seconds. E.g.:

scan_interval: 10

tks, use this func

self.update = Throttle(interval)(self._update)