mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 22:07:10 +00:00
Increase update delay (#4321)
This commit is contained in:
parent
6d0e08cf7d
commit
04dbc992ec
@ -242,7 +242,7 @@ class Entity(object):
|
||||
|
||||
end = timer()
|
||||
|
||||
if end - start > 0.2:
|
||||
if end - start > 0.4:
|
||||
_LOGGER.warning('Updating state for %s took %.3f seconds. '
|
||||
'Please report platform to the developers at '
|
||||
'https://goo.gl/Nvioub', self.entity_id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user