Track_time_interval performance

Hello all,

I am developing a custom components that controls individual TRVs (zigbee2mqtt) via schedule. I added a track_time_interval of 1 minute to check for the schedule, that is, every minute I check if there is a change in the schedule. Is this approach too greedy? Will it impact the performance to have such frequent calls?