Increase update delay (#4321)

This commit is contained in:
Paulus Schoutsen 2016-11-09 07:21:58 -08:00 committed by GitHub
parent 6d0e08cf7d
commit 04dbc992ec

View file

@ -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,