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()
|
end = timer()
|
||||||
|
|
||||||
if end - start > 0.2:
|
if end - start > 0.4:
|
||||||
_LOGGER.warning('Updating state for %s took %.3f seconds. '
|
_LOGGER.warning('Updating state for %s took %.3f seconds. '
|
||||||
'Please report platform to the developers at '
|
'Please report platform to the developers at '
|
||||||
'https://goo.gl/Nvioub', self.entity_id,
|
'https://goo.gl/Nvioub', self.entity_id,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue