Increase update delay (#4321)
This commit is contained in:
parent
6d0e08cf7d
commit
04dbc992ec
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue