Hi, does anyone know how to change the Update interval of specific entities?
I keep getting this one:
Logger: homeassistant.helpers.entity
Source: helpers/entity.py:1270
First occurred: 11:08:40 AM (5 occurrences)
Last logged: 1:39:48 PM
Update of fan.air_purifier_hallway is taking over 10 seconds
I disabled polling and created this automation:
alias: "System: Custom Entity Poll"
description: ""
trigger:
- platform: time_pattern
seconds: "30"
condition: []
action:
- action: homeassistant.update_entity
data:
entity_id:
- fan.air_purifier_hallway
mode: restart
But it didn’t seem to help, I keep getting the warning.